@font-face {
  font-family: 'Circular Book';
  src: url('../font/Circular-Book.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../font/Circular-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Circular';
  src: url('../font/Circular-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body {
  margin: 0;
  font-family: 'Circular Book';
  font-size: 1rem;
  font-weight: 400;
  line-height: 27px;
  color: #5d7287;
  text-align: left;
  overflow-x: hidden;
}

a {
  color: #3772ff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Circular';
  color: #1d354f;
  font-weight: bold !important;
}
h1, .h1 {
  font-size: 36px;
}
h2, .h2 {
  font-size: 24px;
}
h3, .h3 {
  font-size: 18px;
}
h4, .h4,
h5, .h5 {
  font-size: 16px;
}
h6, .h6 {
  font-size: 14px;
}
a:hover {
  color: #3068ed;
  text-decoration: none
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}
.container {
  max-width: 1200px;
}
a:not([href]):not([tabindex]):focus {
  outline: 0
}
.font-circular-regular {
  font-family: 'Circular Book';
  font-weight: normal;
}
.font-circular-semibold {
  font-family: 'Circular';
  font-weight: 500;
}
.font-circular-bold {
  font-family: 'Circular';
  font-weight: bold;
}
.font-14 {
  font-size: 14px;
}
.font-15 {
  font-size: 15px;
}
.font-16 {
  font-size: 16px;
}
.font-18 {
  font-size: 18px;
}
.font-20 {
  font-size: 20px;
}
.font-21 {
  font-size: 21px;
}
.font-24 {
  font-size: 24px;
}
.font-30 {
  font-size: 30px;
}
.font-32 {
  font-size: 32px;
}
.font-36 {
  font-size: 36px;
}
.font-42 {
  font-size: 42px;
}
.dark-color-anchor {
  color: #1d354f;
}
.ls-1 {
  letter-spacing: 1px;
}
.text-body {
  color: #5d7287 !important;
}
.mt-nagative {
  margin-top: -7px;
}
a.dark-color-anchor:hover {
  color: #616b7a;
}
hr {
  border-top: 1px solid #e2e7ee;
  opacity: 1;
}
.btn {
  border: 1px solid transparent;
  padding: .8rem 2rem;
  line-height: 1.7;
  border-radius: 10px;
  box-shadow: none !important;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}
.text-primary {
  color: #3772ff !important;
}
.text-danger-label {
  color: #f06;
}
.text-primary-label {
  color: #9b8ffa;
}
.text-info-label {
  color: #36b7f2;
}
.text-success-label {
  color: #2ad8a2;
}
.alert {
  padding: .75rem 1.25rem;
  border-radius: 2px;
}
.status {
  border-radius: 8px;
  padding: 8px;
  margin: 0 20px;
}
.alert-success {
  background: rgba(17, 182, 93, 0.1);
  
}
.btn-primary {
  color: #101010;
  background-color: #3772ff;
  border-color: #3772ff;
  box-shadow: 0px 20px 40px -12px #1D354F1A !important;
}
.btn-outline-primary {
  color: #3772ff;
  border-color: #3772ff;
  background-color: #fff;
}
.btn-outline-primary:hover {
  color: #fff;
  border-color: #3772ff;
  background-color:#3772ff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #3068ed !important;
  border-color: #3068ed !important;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08), 0 0 0 .2rem rgba(155, 143, 250, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #101010;
  background-color: #3772ff;
  border-color: #3772ff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3772ff;
  border-color: #3772ff;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125), 0 0 0 .2rem rgba(155, 143, 250, .5)
}
.btn-success {
  background: #2ad8a2;
  border-color: #2ad8a2;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #17c790;
  border-color: #17c790;
}
.btn-danger {
  background-color: #ff0066;
  border-color: #ff0066;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #cc0052;
  border-color: #cc0052; 
}
.btn-outline-danger {
  color: #f06;
  border-color: #f06;
}
.btn-outline-danger:hover,
.btn-outline-danger:focus {
  background-color: #f06;
}
.btn-outline-secondary {
  color: #616b7a;
  border-color: #616b7a;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
  background-color: #616b7a;
}
.btn-dark {
  background-color: #1E3650;
  border-color: #1E3650;
}
.btn-dark:hover {
  background-color: #252544;
  border-color: #20203c;
}
.card {
  background-color: #fff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 10px rgb(0 0 0 / 6%);
  -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 6%);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.06);
  -o-box-shadow: 0 0 10px rgba(0,0,0,.06);
}
.card-body {
  padding: 1.75rem;
}
.text-success {
  color: #2ad8a2!important;
}
.form-control,
input {
  height: 48px;
  line-height: 1.7;
  color: #525f7f;
  padding-left: 15px;
  font-family: 'Circular Book';
  border: 1px solid;
  border-color:  #e2e7ee !important;
  border-radius: 4px;
}
textarea {
    color: #525f7f;
    padding-left: 15px;
    font-family: 'Circular Book';
    border: 1px solid;
    border-color:  #e2e7ee !important;
    border-radius: 4px;
}
.form-control:focus,
input:focus,
textarea {
  border-color: #101010;
  box-shadow: none; 
}

ul.list-style-none {
    padding: 0;
    margin: 0;
    list-style: none;
}
label {
  margin-bottom: .5rem;
  font-family: 'Circular';
  font-weight: 500;
}
.form-group {
  margin-bottom: 1rem;
}
textarea.form-control {
  height: auto;
}
.bg-light {
    background-color: #f5f8fa !important;
}
.table-dark {
  background: #101010;
}
.modal .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9;
}
/* Topbar */
.topbar {
  position: absolute;
  z-index: 50;
  width: 100%;
}
.topbar .navbar {
  min-height: 80px;
}
.topbar.fixed-header {
  box-shadow: 0 0 30px rgb(115 128 157 / 10%);
  transition: .2s ease-in;
  background: #fff;
  position: fixed;
  top: 0;
}
.topbar .navbar-nav>.menu-item.menu-item-has-children>a:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 10px;
  right: 0;
  top: 39px;
  border: none;
  background: url(../images/drop-arrow.png) no-repeat;
}
.topbar .navbar-nav>.menu-item.user-dd>a.dropdown-toggle:after,
.notification-dd a.dropdown-toggle:after{
  display: none;
}
.topbar .navbar-nav>.menu-item>a {
  padding: 0 18px;
  line-height: 80px !important;
  height: unset !important;
}
.topbar .navbar-nav>.menu-item .sub-menu,
.topbar .navbar-nav>.menu-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 1rem;
  color: #616b7a;
  background-color: #fff;
  border-radius: 10px;
  border: none;
  box-shadow: 0px 9px 60px 0px #1e36501f;
}
.topbar .navbar-nav>.menu-item .sub-menu {
  padding: 30px 70px 30px 30px;
  border-radius: 10px;
}
.topbar .navbar-nav>.menu-item .sub-menu a {
  margin-left: 65px;
  color: #263b56 !important;
  font-family: 'Circular';
}
.topbar .navbar-nav>.menu-item .sub-menu a .menu-item-description {
    font-family: 'Circular Book' !important;
}
.topbar .navbar-light .navbar-nav a:not(.dropdown-item) {
  color: #5d7287;
}
.topbar .navbar-nav>.menu-item .sub-menu li:hover {
  background-color: #f6faff;
  border-radius: 20px;
}
.topbar .navbar-nav .menu-item .sub-menu li,
.topbar .navbar-nav>.menu-item .dropdown-menu .dropdown-item{
  position: relative;
  padding: 8px 9px;
}
.topbar .navbar-nav .menu-item .sub-menu li:before {
  position: absolute;
  content: '';
  background-image: url('../images/techicons2_1.svg');
  background-repeat: no-repeat;
  height: 58px;
  width: 58px;
}
.topbar .navbar-nav .menu-item .sub-menu .bootstrap-ico:before {
  background-position: top 9px left 8px;
}
.topbar .navbar-nav .menu-item .sub-menu .angular-ico:before {
  background-position: top 9px left -58px;
}
.topbar .navbar-nav .menu-item .sub-menu .react-ico:before {
  background-position: top 9px left -123px;
}
.topbar .navbar-nav .menu-item .sub-menu .ui-ico:before {
  background-position: top 9px left -186px;
}
.topbar .navbar-nav .menu-item .sub-menu .vue-ico:before {
  background-position: top 9px left -251px;
}
.topbar .navbar-nav .menu-item .sub-menu .vuetify-ico:before {
  background-position: top 9px left -316px;
}
.topbar .navbar-nav .menu-item .sub-menu .nuxt-ico:before {
  background-position: top 9px left -382px;
}
.topbar .navbar-nav .menu-item .sub-menu .next-ico:before {
  background-position: top 9px left -446px;
}
.topbar .navbar-nav .menu-item .sub-menu .dashboard-ico:before {
  background-position: top 9px right 3px;
}
.topbar .navbar-nav .menu-item .sub-menu .bigbundle-ico:before {
   background-position: top 9px right -58px;
}
.topbar .navbar-nav .menu-item .sub-menu .tlw-ico:before {
   background-position: top 9px right 1px;
}
.menu-alt-wo-img .sub-menu li:before {
    display: none;
}
.menu-alt-wo-img:hover .sub-menu {
    display: block !important;
    width: 325px !important;
    padding-right: 30px !important;
}
.menu-alt-wo-img:hover .sub-menu li {
    width: 100% !important;
}
.menu-alt-wo-img .sub-menu li a {
    margin-left: 0 !important;
}
.navbar-light .navbar-nav a:not(.dropdown-item):focus, 
.navbar-light .navbar-nav a:not(.dropdown-item):hover {
    color: #2b2b2b;
}
.topbar .navbar-nav>.menu-item .dropdown-menu-right {
  width: 230px;
  left: -98px;
}

.topbar .navbar-nav>.menu-item.search-dd .dropdown-menu-right {
    width: 330px;
    left: -85px;
}
.topbar .navbar-nav>.menu-item.search-dd a {
    cursor: pointer;
}
.topbar .navbar .navbar-brand {
  border-right: 1px solid #eaecef;
  padding-right: 33px;
}
.topbar .navbar-nav>.menu-item .dropdown-menu-right .dropdown-item:hover,
.topbar .navbar-nav>.menu-item .dropdown-menu-right .dropdown-item:hover {
  background-color: transparent;
  color: #3772ff; 
}
.user-dd .avatar.avatar-25 {
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.topbar.fixed-header .search-dark,
.topbar .search-white,
.topbar.fixed-header .bell-dark,
.topbar .bell-white {
    display: inline-block;
}
.topbar.fixed-header .search-white,
.topbar .search-dark,
.topbar.fixed-header .bell-white,
.topbar .bell-dark{
    display: none;
}
.notification-dd .dropdown-menu-right {
    width: 345px !important;
}
.topbar .navbar-toggler {
    border: none !important;
}
#login_btn,
#user_btn,
#register_btn {
  padding: 18px 17px;
  line-height: 0 !important;
  border-radius: 6px;
}
.author-avatar,
.avatar {
  border-radius: 60px;
}
.login-popup .modal-body .login-body .login-form .login-divider span {
  height: 47px;
  color: #616b7a;
  width: 47px;
  line-height: 47px;
  background-color: #ced4da;
  display: inline-block;
  position: relative;
  border-radius: 50px;
}
.login-popup .login-body .login-form {
  padding: 48px 40px 20px;
  background: #eff2f8;
  margin-top: 25px;
  position: relative;
}
.login-popup .modal-body .login-body .login-form .login-divider {
  position: absolute;
  text-align: center;
  width: 100%;
  top: -25px;
  left: 0;
}
.login-social {
    display: flex;
    justify-content: center;
}
.social-login-wrapper .xs-login {
    display: flex !important;
    justify-content: center;
}
.social-login-wrapper .xs-login--style-1 .xs-login__item {
    padding: 6px 29px 6px 6px !important;
}
.social-login-wrapper #xs-social-login-container {
    max-width: 100% !important;
    margin: 0 !important;
    padding-bottom: 35px !important;
}
.modal .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
}
/* Banner CSS */
.home-banner {
  padding: 100px 0;
  overflow: hidden;
}
.home-banner:before {
  position: absolute;
  top: 0;
  left: 10px;
  content: '';
  background: url('../images/banner-bg.svg');
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right -325px top;
  z-index: -1;
}
.banner-title {
  font-size: 64px;
  line-height: 68px;
  letter-spacing: -2px;
}
.banner-tech-icon {
  margin-left: -8px;
}
.banner-cat-list {
    box-shadow: 0px 4px 9px 0px #1e36501a;
    margin-right: 12px !important;
    height: 44px;
    width: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 50px;
}
.banner-cat-list img {
    width: 24px;
}
.banner-img {
  height: 558px !important;
  max-width: 569px !important;
}
.doc-btn {
  color: #2a3544;
  background: #fff;
  border-color: #fff;
  box-shadow: 0px 2px 5px 0px rgb(124 124 186 / 16%) !important;
  border:1px solid #dadada;
}
.doc-btn:hover {
    box-shadow: 0px 2px 10px 1px rgb(124 124 186 / 16%) !important;
}
/* Client Section */
.section-client {
  background: #F1F7FB;
  padding: 62px 0;
}
.cp-heading {
  color: #99AFC5;
}
.section-client-detail {
  background: #FFFFFF;
  box-shadow: 0px 15px 50px rgb(46 106 162 / 9%);
  padding: 25px 0;
  overflow-x: hidden;
  position: relative;
}
.section-client-detail:before {
  position: absolute;
  content: '';
  background: url(../images/client-vector.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  right: -160px;
  top: 0;
  background-position: center;
}
.user-number-box {
  border: 1px solid #618FFF;
  border-radius: 12px;
  margin: 0 15px;
}
.user-no-text {
  font-size: 12px;
  color: #3772FF;
  letter-spacing: 2px;
  background: #f1f7fb;
  position: absolute;
  top: -13px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 5px;
}
.section-client-detail .user-no-text{
  background: #fff;
}
.text-img-bg {
  font-size: 60px;
  background-image: url(../images/text-bg.png);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: contain;
  background-position: left;
  line-height: 60px;
}

/* Why Us Section */
.section-title {
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -2px;
}
.why-us-icon {
  background: #fff;
  border-radius: 50px;
  box-shadow: 0px 4px 9px 0px #1E36501A;
  height: 48px;
  width: 75px;
  text-align: center;
  line-height: 48px;
}

/* Testimonial Section */
.developer-img {
  max-width: 632px !important;
}
.testimonial-carousel {
  box-shadow: 0px 9px 60px 0px #1e36501f;
  padding: 46px 34px;
  border-radius: 12px;
  margin-top: 40px;
  margin-right: 50px;
  width: auto;
}
.testimonial-carousel .owl-dots .owl-dot span,
.review-carousal .owl-dots .owl-dot span {
  margin: 5px 4px;
  background: #9FB3C8;
}
.testimonial-carousel .owl-dots .owl-dot.active span, 
.testimonial-carousel .owl-dots .owl-dot:hover span,
.review-carousal .owl-dots .owl-dot:hover span,
.review-carousal .owl-dots .owl-dot.active span{
  background: #1D354F;
}
.testimonial-carousel .owl-dots,
.review-carousal .owl-dots{
  position: absolute;
  bottom: -50px;
  left: 48%;
  transform: translateX(-48%);
}

/* FAQ's Section */
.title-icon {
  box-shadow: 0px 4px 9px 0px #1E36501A;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  line-height: 80px;
}
.home-faqs:before {
  position: absolute;
  content: '';
  top: 40px;
  left: -65px;
  background: url(../images/circle-pattern.svg);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
.home-faqs:after {
  position: absolute;
  content: '';
  bottom: 35px;
  right: -38px;
  background: url(../images/circle-pattern2.svg);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: right bottom;
}
.faq-item {
  margin-bottom: 16px;
  border: 1px solid #E8EEF2;
  border-radius: 8px;
  background: #fff;
}
.faq-item.active {
  background: #fff;
  border: none;
  box-shadow: 0px 25px 120px -30px #0001121F;
  padding: 0px 0 25px;
}
.faq-item .accordion-button {
  box-shadow: none;
  color: #1D354F;
  margin-bottom: 0;
}
.faq-item .accordion-button{
    padding: 25px 25px 25px 0;
}
.faq-item .accordion-body {
  padding: 0px;
}
.faq-index {
  box-shadow: 0px 4px 9px 0px #1e36501a;
  height: 40px;
  width: 44px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
}
.faq-item.active .faq-index {
  color: #3772FE;
}
.faq-item .accordion-button:not(.collapsed)::after {
  background-image: url(../images/up-arrow.svg);
  background-color: #3772fe;
  border-color: #3772fe;
  transform: rotate(0);
}
.faq-item .accordion-button::after {
  background-image: url(../images/down-arrow.svg);
  border: 1px solid #D3DDE5;
  border-radius: 50%;
  height: 24px;
  width: 24px;
  background-position: center center;
  background-size: auto;
}

/* Footer */ 
.footer-wrapper {
  padding-top: 80px;
  margin-top: 50px;
}
.footer-middle {
  padding-bottom: 75px;
}

.footer-middle ul a {
  color: #7c899d;
}
.social-icon li a:hover,
.footer-middle ul a:hover {
  color: #2b2b2b;
}
.social-icon li a,
.product-description .ti {
  color: #b1bac7;
}

.footer-menu .menu-item-has-children > a{
    color: #263b56 !important;
    font-family: 'Circular';
    font-weight: 500;
}
.footer-menu ul {
  padding-top: 1rem!important;
  margin-top: 1.5rem!important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: unset;
}
/* product listing */
.tech-icon-imgs{
  display: inline-block;
    width: 40px;
    height: 40px;
    background: url(../images/icon-sprite.png);
    position: relative;
    top: 8px;
}

.overlay .overlay-buttons {
    position: absolute;
    height: 100%;
    background: rgba(31,28,46,.85);
    display: none;
    width: 100%;
    top: 0;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}
.overlay:hover .overlay-buttons {
    display: flex;
}
.overlay .overlay-buttons .custom-btn {
    border-radius: 100%;
    border: 1px solid rgba(255,255,255,.5);
    color: #fff;
    font-size: 15px;
    width: 50px;
    height: 50px;
    padding: 14px 15px;
    line-height: 23px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  margin-top: 7px;
  margin-left: -10px;
}
.tech-nav{
  position: absolute;
    bottom: -20px;
    right: 28px;
    z-index: 1;
}
.tech-item .bootstrap{
  background-position: -7px -61px;
}
.tech-item .photoshop{
  background-position: -93px -61px;
}
.tech-item .html{
  background-position: -137px -61px;
}
.tech-item .css3{
  background-position: -235px -61px;
}
.tech-item .angular{
  background-position: -238px -61px;
}
.tech-item .adobe-xd{
  background-position: -196px -61px;
}
.tech-item .sass{
  background-position: -182px -61px;
}
.tech-item .figma{
  background-position: -50px -61px;
}
.product-description {
  padding: 30px 0 0;
}
.product-card {
  margin-bottom: 50px;
}
.product-list-img {
  border-radius: 10px !important;
}
/* Product Cat page */
.product-cat-banner {
  padding: 80px 0 55px;
  overflow: hidden;
}
.cat-link-alt.active:before,
.cat-link-alt:hover:before{
    position: absolute;
    bottom: -32px;
    left: 0;
    content: '';
    background: #3772ff;
    width: 100%;
    height: 2px;
}
.cat-listing li:not(:last-child) {
    margin-right: 50px;
}
.cat-listing img {
    height: 24px !important;
}
.product-cat-banner:before {
  position: absolute;
  top: 0;
  right: -150px;
  content: '';
  background: url('../images/cat-banner-alt.png');
  height: 100%;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  z-index: -1;
}
.cat-listing li {
    transition: .6s;
}
/*.cat-listing li:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}*/
.product-cat-page .section-client-detail {
    padding: 32px 0;
}
.product-cat-page .section-client-detail:before{
    display: none !important;
}
.inner-page-banner {
  padding: 100px 0;
}
/*.inner-page-banner:before {
  background-position: right; 
}*/
.cat-tab-section {
  margin-top: -95px
}
.cat-tab-section .cat-listing{
  box-shadow: 0px 4px 9px 0px #1E36501A;
  display: flex;
  border-radius: 10px;
  padding: 16px 30px;
  background: #fff;
}
/* Detail Page */
.product-detail-area {
 padding-top: 70px;
}
.detail-meta1 .ti {
    -webkit-text-stroke-width: unset;
    font-size: 28px;
    color: #9db2c7;
}
.pro-desc-meta h1,
.pro-desc-meta h2,
.pro-desc-meta h3,
.pro-desc-meta h4,
.pro-desc-meta h5,
.pro-desc-meta h6 {
  margin-top: 50px;
}
.pro-list {
  list-style: none;
  padding: 0;
  column-count: 2;
  margin-top: 20px;
}
.news-content ul,
.changelog-text ul {
  list-style: none;
  padding: 0
}
.news-content ul li {
  margin-top: 15px;
}

.post-content-area.page strong,
.post-content-area.page .wp-block-table th{
    color: #1d354f;
    font-family: 'Circular';
}

.post-content-area.page ul,
.pro-desc-meta ul{
   padding:0;
    list-style: none;
}
.pro-desc-meta li,
.pro-top-desc li,
.news-content li,
.changelog-text li,
.post-content-area.page li:not(.wc_payment_method){
  position: relative;
  padding-left: 30px;
  margin-bottom: 4px;
}
.pro-desc-meta li:before,
.pro-top-desc li:before,
.news-content li:before,
.changelog-text li:before,
.post-content-area.page li:not(.wc_payment_method):before{
 position: absolute;
  content: '';
  top: 5px;
  left: 0;
  background: url('../images/li-check.svg');
  height: 16px;
  width: 16px;
  background-repeat: no-repeat;
}
.pro-desc-meta h3:first-child {
    margin-top: 0;
}
.pro-detail-banner {
    position: relative;
    overflow-x: hidden;
}
.pro-detail-banner:before {
  position: absolute;
  top: 0;
  right: -300px;
  content: '';
  background: url(../images/banner-bg.svg);
  height: 688px;
  width: 782px;
  background-size: contain;
  background-repeat: no-repeat;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat;
  background-position: right;
  z-index: -1;
}
.pro-detail-img {
  border-radius: 12px;
  outline: 22px solid rgb(255 255 255 / 60%);
  box-shadow: 15px 15px 50px rgb(46 106 162 / 60%);
}
.product-detail.col-lg-7 {
    padding-right: 30px;
}
.section-pro-detail {
  background: #FFFFFF;
  box-shadow: 0px 15px 50px rgb(46 106 162 / 9%);
  padding: 40px 0;
  margin-top: 74px;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(-101vw / 2 + 1200px / 2);
  position: relative;
}
.tech-detail-nav .tech-icon-imgs{
  display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/banner-tech-icon.png);
    position: relative;
    top: 5px;
}
.tech-detail-nav .tech-item .bootstrap{
  background-position: -6px -130px;
}
.tech-detail-nav .tech-item .angular{
  background-position: -60px -130px;
}
.tech-detail-nav .tech-item .react{
  background-position: -115px -130px;
}
.tech-detail-nav .tech-item .next-js{
  background-position: -169px -130px;
}
.tech-detail-nav .tech-item .html{
  background-position: -384px -130px;
}
.tech-detail-nav .tech-item .sass{
  background-position: -330px -130px;
}
.tech-detail-nav .tech-item .photoshop{
  background-position: -223px -130px;
}
.tech-detail-nav .tech-item .figma{
  background-position: -276px -130px;
}
.modify-btn {
  padding: .5rem 1.3rem;
}
.woocommerce-Reviews ol{
  padding-left: 0;
}
.woocommerce-Reviews .star-rating {
  float: unset;
  top: 40px;
}
.woocommerce-Reviews .description {
  margin-top: 33px;
}
.woocommerce-Reviews #comments ol.commentlist li {
  padding: 0;
}
.woocommerce-Reviews #comments ol.commentlist li .comment-text {
  margin: 0 !important;
  border: none !important;
  border-bottom: 1px solid #e4e1e3 !important;
  border-radius: 0px !important;
  padding: 0 4.5em 0 !important;
}
.woocommerce-Reviews #comments ol.commentlist li img.avatar {
  top: 20px !important;
  width: 60px !important;
}
.deail-banner-title {
  font-size: 48px;
  line-height: 52px;
  letter-spacing: -2px;
}
.table {
  color: #616b7a;
}
.table:not(#edd_purchase_receipt, #edd_purchase_receipt_products) tr:last-child {
  border-bottom-color: transparent;
}
.table td,
.table th {
  padding: 1rem 1.5rem;
  border-top: 1px solid #e2e7ee;
}
.stroke-success {
  stroke: #28a745;
}
.stroke-danger {
  stroke: #f06;
}
.product-stiky-header {
  padding: 19px 0;
  display: none;
}
.product-stiky-header.fixed-header {
  box-shadow: 0px 0px 30px rgb(115 128 157 / 10%);
  transition: .2s ease-in;
  background: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  display: block;
  left: 0;
}


/* Checkout page */
.cart-related-img {
  height: 100px;
  width: 120px;
  object-fit: cover;
}
.related-product-details {
  border: 1px solid #eee;
}
.related-cproduct-title, 
.related-cproduct-items:not(:last-child) {
  border-bottom: 1px solid #eee;
}

/* My account Page */
.dwnl-note{
  background: #ff0;
}
.nav-tabs .nav-item.show .nav-link, 
.nav-tabs .nav-link.active {
  color: #525f7f;
}
.nav-tabs .nav-link {
  color: #7c899d;
  padding: 1rem 1.5rem 30px;
}
.nav-tabs .nav-link:hover {
  color: #9b8ffa;
}

/* Checkout Page */
.cart-thumb-img img{
  width: 100px !important;
}
.woocommerce a.remove:hover {
  color: red!important;
  background: transparent;
}
.woocommerce-info {
  border-top-color: #263b56;
  border-radius: 10px;
  color: #fff !important;
  background-color: #263b56;
  padding: 1em 2em 1em 1.5em;
}
.show-login .woocommerce-info {
    color: #515151;
}
.woocommerce-info::before {
    display: none;
}
.woocommerce table.shop_table td {
  border-top: none;
  vertical-align: top;
}
.checkout-col .wp-block-column {
  margin-top: 25px !important;
}
.woocommerce-MyAccount-navigation {
  padding: 40px 15px 0;
  background: #f5f8fa;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: -1px !important;
  padding: 15px !important;
  margin-left: 7px !important;
  margin-right: 7px !important;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  background: #fff;
}

.woocommerce > .woocommerce,
.woocommerce .checkout_coupon.woocommerce-form-coupon,
.checkout-testimonial,
.checkout-moneyback {
  width: 33%;
  margin-left: auto;
}
.woocommerce .checkout_coupon.woocommerce-form-coupon {
  display: block !important;
  position: absolute;
  right: 0;
  margin: 0;
  
}
.woocommerce table.shop_table,
.woocommerce .checkout_coupon.woocommerce-form-coupon,
.checkout-testimonial,
.checkout-moneyback {
  box-shadow: 0px 2px 16px 0px #1E36500A;
  border: none;
  border-radius: 12px;
  background: #fff;
}
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
  background: transparent;
  border-radius: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order {
  box-shadow: 0px 2px 16px 0px #1E36500A;
  border: none;
  border-radius: 12px;
  background: #fff;
  padding: 25px;
  margin-bottom: 25px;
}
.woocommerce-billing-fields__field-wrapper input,
.woocommerce-account-fields input {
    height: 48px !important;
    line-height: 1.7 !important;
    color: #525f7f;
    padding-left: 15px;
    font-family: 'Circular Book';
    border: 1px solid;
    border-color: #e2e7ee !important;
    border-radius: 4px;
}
#billing_country {
  width: 100% !important;
  height: 48px;
}
.woocommerce-checkout-payment input{
  height: unset;
}
.woocommerce-checkout-payment ul li {
  border: 1px solid #e2e7ee;
  padding: 4px 12px;
  border-radius: 12px;
  margin-right: 15px !important
}
.woocommerce-checkout-payment ul li label {
  margin-bottom: 0;
}
.payment_method_razorpay img {
  display: none;
}
.chkout-notice {
  background: rgba(17, 182, 93, 0.1);
  border-radius: 8px;
  padding: 16px 24px;
}
.checkout-testimonial {
  margin-top: 178px;
}
.woocommerce table.shop_table {
  border-spacing: unset;
  padding: 25px;
}
.woocommerce table.shop_table td {
  padding: 0;
}
.woocommerce .checkout.woocommerce-checkout {
  width: 64.7%;
  position: absolute;
  top: 0px;
  z-index: 1;
}
body.woocommerce-checkout .post-content>.woocommerce {
    position: relative;
}
body.woocommerce-checkout .product-cat-banner{
    padding-top: 0;    
}
body.woocommerce-checkout .blog-details {
    padding-bottom: 50px;
}
.checkout-testimonial .testimonial-carousel{
  box-shadow: none;
  padding: 25px 25px 42px;
  margin: 0;
}
.checkout-testimonial .testimonial-carousel ul li:before {
    display:none;    
}
.woocommerce .checkout_coupon.woocommerce-form-coupon {
    padding: 25px;
}
.checkout-col .woocommerce-form-login-toggle {
  position: absolute;
  z-index: 11;
  width: 93%;
  top: 0;
}
.login-link {
  background: rgba(241, 247, 251, 1);
  margin: 25px 0;
  border-radius: 8px;
}
.checkout-col {
  margin-bottom: 150px;
}
.woocommerce-checkout .post-content > .woocommerce {
    margin-bottom: 150px;
}
.woocommerce-notices-wrapper,
.woocommerce-NoticeGroup-checkout {
  position: absolute;
  width: 100%;
  top: -64px;
  display: none;
}
.woocommerce-cart .woocommerce-notices-wrapper {
  position: unset;
}
.woocommerce-error,
.woocommerce-message {
  border-top: 0;
  padding: 14px 24px 9px !important;
  border-radius: 12px;
  margin-top: 0;
  margin-bottom: 20px !important;
}
.woocommerce-error:before,
.woocommerce-message:before {
  display: none;
}

.checkout-col .woocommerce-form-login-toggle .woocommerce-info {
  border: none;
  background: transparent;
}
.chk_login_class {
  margin-top: 30px;
}
.chk-border-bottom-custom {
  border-bottom: 1px solid rgba(227, 231, 237, 1);
  margin: 0;
}
.chk-or-text {
  background: #fff;
  position: absolute;
  top : 244px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 14px;
}
.checkout-moneyback {
  padding: 25px;
  margin-top: 25px;
}
.form-row-first.w-75 {
  width: 63%!important;
}
.form-row-last.w-25 {
  width: 35%!important;
}
.coupon-btn {
  padding: .6rem 30px;
}
.checkout-testimonial .testimonial-carousel ul li,
.checkout-testimonial .testimonial-carousel h3,
.checkout-testimonial .testimonial-carousel img{
  padding: 0 !important;
  margin: 0 !important;
}
.checkout-testimonial .testimonial-carousel .owl-dots {
  bottom: 9px;
  right: 0;
  left: unset;
}
.checkout-testimonial .owl-theme .owl-dots .owl-dot span {
  width: 6px;
  height: 6px;
}
.checkout-col .wp-block-column > .woocommerce {
  position: relative;
}
.woocommerce-checkout .content-wrapper,
.woocommerce-cart .content-wrapper {
  padding-top: 80px;
}

.woocommerce-checkout .blog-listing-section,
.woocommerce-cart .blog-listing-section  {
  background: #F1F7FB;
}
.woocommerce-checkout  .inner-page-breadcrumbs {
  background: #f1f7fb;
  padding-top: 50px;
}
.woocommerce-checkout .footer-wrapper {
  margin-top: 0;
}
#add_payment_method table.cart .product-thumbnail, 
.woocommerce-cart table.cart .product-thumbnail, 
.woocommerce-checkout table.cart .product-thumbnail {
  min-width: 100px;
  max-width: 100px;
}
.woocommerce-checkout table.cart .product-thumbnail img {
  border-radius: 8px;
}
.woocommerce-billing-fields .select2-container--default .select2-selection--single {
  height: 48px;
  padding: 8px;
  border: 1px solid #e2e7ee;
}
.shop_table.order_details .wc-item-meta{
  display: none;
}
.shop_table.order_details th,
.shop_table.order_details tr {
  padding: 9px 12px !important;
  font-family: 'Circular';
  font-weight: 500;
}
.shop_table.order_details td {
  padding: 14px 12px !important;
}
.woocommerce-table--order-details {
  border-spacing: 0 !important;
}
.woocommerce-notice {
  display:none;
}
.woocommerce-orders-table__row td {
    padding: 7px 0 !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], 
.select2-container--default .select2-results__option--highlighted[data-selected] {
  background: #3068ed !important;
}
.wt_pklist_invoice_print {
    margin-left:15px !important;
}
li.wc_payment_method:has(> input[type="radio"]:checked) {
    background: rgba(55, 114, 255, 0.05);
    border-color: rgba(55, 114, 255, 1);
}
.paypal-buttons {
    margin-top: 14px;    
}
.paypal-buttons iframe {
    border-radius: 10px;
}
.woocommerce-error,
.woocommerce-message{
    width: 33%;
    position: absolute;
    right: 0;
    z-index: 1;
    background: transparent;
    text-align: right;
    padding: 24px 34px !important;
    
}
.woocommerce-error {
    color: rgb(255 0 0 / 0.6);
}
.woocommerce-message {
    color: #11b65d;
}
.woocommerce-error li:before {
    display: none;    
}
@media ( max-width: 767px ) {
    
  /* Banner section 
  .home-banner {
    padding: 80px 0 30px;
  }
  /* Client Logo */
  .client-logo ul {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .client-logo ul li {
    width: 30%;
    margin-bottom: 20px;
  }
  
  .section-title {
    font-size: 30px;
    line-height: 37px;
    letter-spacing: -1px;
  }

  /* Why Us Seciton */
  .why-us-icon {
    height: 41px;
    width: 70px;
    line-height: 41px;
  }

  /* Faqs */
  .home-faqs:after {
    display: none;
  }
  .home-faqs:before {
    display: none;
  }

  /* Footer */
  
  .footer-menu .menu-item-has-children {
    margin-bottom: 30px;
  }
  .footer-menu ul {
    margin-top: 0.5rem!important;
  }
  
  /* Category banner */
  .product-cat-banner {
    padding: 100px 0 90px;
  }
  .cat-tab-section .cat-listing {
    display: block;
  }
  .cat-tab-section {
    margin-top: -140px;
  }
  ul.property-tab li {
    padding: 6px 12px !important;
  }

  /* Product Detail */
  .product-detail-area {
    margin-top: 40px;
  }
  
  .product-cat-banner:before {
      display: none;  
  }
}
@media (min-width: 992px) {
  .topbar .navbar-nav>.menu-item.menu-item-has-children:hover>.sub-menu,
  .topbar .navbar-nav>.menu-item.menu-item-has-children .sub-menu.show{
    display: flex;
  }
  .topbar .navbar-nav>.menu-item.menu-item-has-children .sub-menu {
    flex-wrap: wrap;
    width: 760px;
  }
  .topbar .navbar-nav>.menu-item .sub-menu li {
    width: 50%;
  }
  .topbar .navbar-nav>.menu-item.user-dd:hover .dropdown-menu-right {
    display: block;
  }

}

@media (max-width: 991px) {
  .main-menu {
    position: absolute;
    top:65px;
    width: 100%;
    background: #fff;
    z-index: 1;
  }
  .mobile-right-menu {
      flex-direction: row;
  }
  .mobile-right-menu .search-dd a {
      padding: 0 !important;
  }
  
  .sub-menu-dropdown {
      overflow-y: auto;
      height: 100vh;
  }
  .topbar .navbar-nav>.menu-item.menu-item-has-children>a:after {
       right: 10px;
       top: 22px;
  }
  .main-menu#sidebar ul ul a {
      padding-left:0px !important;
      background: transparent !important;
  }
  .main-menu#sidebar {
      padding-right: 20px;
  }
  .main-menu#sidebar #dismiss {
      text-align: right;
      padding-right: 8px;  
  }
  /* Banner Section */
  .home-banner:after {
    display: none;
  }
  .banner-img {
    height: 100% !important;
    width: 100%;
  }
  .banner-title {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -1px;
  }
  .home-banner .btn {
    padding: .8rem;
  }
  /* client logo */
  .section-client-detail:before {
      display: none;
  }
  /* Testimonial */
  .testimonial-carousel {
    margin-right: 0;
  }
  .developer-img {
    max-width: 100% !important;
  }
  .product-detail-area:after {
    display: none;
  }
  .cat-listing {
      overflow-x: auto;
      width: auto;
      white-space: nowrap;
      padding-bottom: 15px;
  }
  .product-cat-page .section-client-detail {
       padding-bottom: 15px;   
   }
}
@media ( min-width: 768px ) and ( max-width: 991px ) {
  .text-img-bg {
    font-size: 44px;
    line-height: 50px;
  }
  .section-title {
    font-size: 26px;
    line-height: 37px;
    letter-spacing: -1px;
  }
  .product-cat-banner:before {
    background-position: right -476px top;
  }
}

/* Product Detail New */
.se-icon {
  background: #fff;
  border-radius: 50px;
  box-shadow: 0px 4px 9px 0px #1E36501A;
  height: 64px;
  min-width: 64px;
  text-align: center;
  line-height: 64px;
}
.product-price-section .card{
  box-shadow: 0px 15px 50px rgba(46, 106, 162, 0.08);
  border-radius: 12px;
}
.product-price-section .active-card{
  box-shadow: 0px 15px 50px rgba(46, 106, 162, 0.25);
  z-index: 1;
  height: 520px;
  margin-top: -30px;
}
.product-price-section .active-card .price-header{
  margin-top: 30px;
}
.product-price-section .price-header{
  border-bottom: 1px solid #E6EEF7;
}
.product-price-section .pro-price .label{
  font-size: 14px;
  line-height: 21px;
  color: #99AFC5;
}
.text-check-success{
  color: #8FC5F6;
}
.text-check-danger {
  color: rgba(243, 159, 159, 1);
}
.product-price-section .price-desc {
  line-height: 21px;
}
.product-moneyback-section .card,
.product-cta-section .card,
.pro-desc-meta .card {
  box-shadow: 0px 15px 50px rgba(46, 106, 162, 0.08);
  border-radius: 12px;
  position: relative;
  z-index: 1;
}
.product-moneyback-section .card-body{
  padding: 37px;
}
.product-moneyback-section .quality-img{
  margin-top: -65px;
  margin-left: -20px;
}
.product-moneyback-section .card:before{
  position: absolute;
  content: '';
  background: url('../images/money-back-vector.svg');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  right: -590px;
  z-index: -1;
}
.product-cta-section .card:before{
  position: absolute;
  content: '';
  background: url('../images/cta-vector.svg');
  width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    right: -210px;
}
.product-cta-section .card-body{
  z-index: 1;
    padding: 69px 50px;
}
.pro-desc-meta {
  margin-top: 50px;
}
.overlay-button {
  position: absolute;
  content: '';
  display: none;
  top: 0;
  left: 76px;
  background: rgba(31,28,46,.85);
  height: 100%;
  width: 84%;
}
.demo-img:hover .overlay-button {
  display: block;
  border-radius: 8px;
}
.overlay-button a {
  margin-top: 31%;
}
.section-pro-detail .pro-details ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 0;
  margin-bottom: 0;
  z-index: 1;
}
.section-pro-detail .pro-details ul li{
  display: flex;
  align-items: center;
  padding-right: 30px;
  color: #5D7287;
}
.section-pro-detail .pro-details ul li:last-child {
  padding-right: 0;
}
.section-pro-detail:before{
  position: absolute;
  content: '';
  background: url('../images/vector.svg');
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  right: -50px;
  top: 0;
  background-position: center;
}
.section-pro-detail .pro-details ul li a{
  /*color:#1E3650 !important;
  text-decoration: underline;*/
}

.review-carousal .card.content {
  border-radius: 12px;
  box-shadow: 0px 3.5px 20.209999084472656px 0px rgba(130, 145, 152, 0.19);
  height: 100%;
}
.review-carousal .card.content .card-body {
  padding: 34px;
}
.review-carousal .owl-item img {
  display: unset !important;
  width: unset !important;
}
.free-pro-table {
    box-shadow: 0px 15px 50px rgba(46, 106, 162, 0.08);
  border-radius: 12px;
}
.product-free-section .table{
  background: #FFFFFF;
  border-collapse: unset;
  border-spacing: 0;
  padding: 0 40px;
  margin-bottom: 0;
}
.product-free-section .table th{
  border-top: unset;
  border-bottom: unset;
  width: 33%;
}
.product-free-section .table td{
  border-top: unset;
  border-bottom: 1px solid #E6EEF7;
  padding: 1rem 0;
  width: 33%;
} 
.product-free-section .table th:nth-child(2) {
  background-color: #F8FBFF;
  padding: 35px 35px 0;
}
.product-free-section .table th:nth-child(3) {
  padding: 35px 0px 0 35px;
}
.product-free-section .table td:nth-child(2) {
  background-color: #F8FBFF;
  text-align: center;
}
.product-free-section .table td:nth-child(3) {
  text-align: center;
}
.product-free-section .table tr:last-child  td{
  border-bottom: unset;
  padding-bottom: 35px;
}
.product-free-section .table .tbl-heading{
  font-family: 'Circular';
    font-weight: 500;
  font-size: 16px;
  color: #1D354F;
  border: unset;
  padding-bottom: 0;
}
.product-free-section .pro-price .label{
  font-size: 14px;
  line-height: 21px;
  color: #99AFC5;
}
.pro-demo-carousel .owl-item .demo-img{
  position: relative;
}
.pro-demo-carousel .demo-live-img {
    
    width: 800px !important;
    margin: auto;
    box-shadow: 16px 16px 60px 10px rgba(29, 53, 79, 0.1);
    border-radius: 16px;
    margin-top: 50px;
}
.pro-demo-carousel .owl-item .demo-img:before{
  position: absolute;
  top: -40px;
  right: 3px;
  content: '';
  background: url('../images/shape-2.svg');
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: top right;
  z-index: -1;
}
.pro-demo-carousel .owl-item .demo-img:after{
  position: absolute;
  top: 40px;
  left: -30px;
  content: '';
  background: url('../images/shape-1.svg');
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: bottom left;
  z-index: -1;
}
.pro-demo-carousel .next-hover,
.pro-demo-carousel .prev-hover,
.pro-demo-carousel .prev:hover .prev-slide,
.pro-demo-carousel .next:hover .next-slide {
  display: none; 
}
.pro-demo-carousel .next:hover .next-hover,
.pro-demo-carousel .prev:hover .prev-hover {
  display: inline-block; 
}
.pro-demo-carousel .owl-next,
.pro-demo-carousel .owl-prev {
  font-size: 48px !important;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  color: #99AFC5 !important;
}
.pro-demo-carousel .owl-next{
  right: -5px;
}
.pro-demo-carousel .owl-prev{
  left: -30px;
} 
.pro-demo-carousel .owl-next,
.pro-demo-carousel .owl-prev {
  background: unset !important;
}
.detail-client-logo .gallery-size-full {
  display: flex;
  align-items: center;
}

/* Blog Listing */ 
.news-blog {
    border-bottom: 1px solid #eaecef;
    padding-bottom: 50px;
}


/*.post-sidebar-widget {
  background: #fff;
  box-shadow: 0px 15px 50px 0px rgb(46 106 162 / 8%);
  border-radius: 10px;
}*/
.post-sidebar-widget .product_list_widget img{
  width: 100%;
}
.post-sidebar-widget .product_list_widget .product-title {
  font-size: 20px;
  color: #1d354f;
  display: block;
  font-weight: 500;
  font-family: 'Circular';
  margin-top: 20px;
  /*margin-left: 20px;*/
}
.product_list_widget img {
    border-radius: 10px;
}
.post-sidebar-widget .product_list_widget .woocommerce-Price-amount {
  margin: 10px 0 20px 0px;
  display: inline-block;
}
/*.post-sidebar-widget .product_list_widget .woocommerce-Price-amount:last-child {
  margin-left: 0;
}*/
.inner-page-title-space {
    padding: 50px 0;
}
.woocommerce-checkout .blog-listing-section .inner-page-title-space, 
.woocommerce-cart .blog-listing-section .inner-page-title-space {
    padding-top: 48px;
    padding-bottom: 0;
}

/* Affiliate Program */
.affwp-affiliate-dashboard-tab:before,
.woocommerce-MyAccount-navigation-link:before{
    display: none;
}
.affwp-referral-url-submit-wrap .button,
#affwp-register-form .button,
#affwp-login-form .button,
.wpas-btn.wpas-btn-default{
  color: #fff;
  background-color: #3772ff;
  border-color: #3772ff;
  box-shadow: 0px 20px 40px -12px #1D354F1A !important;
  font-family: 'Circular';
  padding: 9px 2rem .8rem;
  border-radius: 10px;
}
#affwp-user-remember {
    height: auto;    
}
.poptin-credit {
    display: none;    
}
.poptin-popup.new-popup {
    font-family: 'Circular' !important;
    color: #1d354f !important;
}

/* Awesome SUpport */
.wpas-form-control {
    height: 48px !important;
    line-height: 1.7 !important;
    color: #525f7f !important;
    padding: 6px !important;
    font-family: 'Circular Book' !important;
    box-shadow: none !important;
    width: 100%;
    margin-bottom: 20px;
}
.wpas-checkbox input {
    height: auto !important;
}

/* Serach Modal */
#searchModal .modal-header {
  padding: 15px 30px;
}
#searchModal .modal-body{
  padding: 30px;
}
.display-search-product {
  border-bottom: 1px solid #dee2e6;
}
.search-result {
  border: 1px solid #E8EEF2;
  border-radius: 8px;
  padding: 15px 25px;
}
/* Review Modal */
.star-rating1 {
  margin: 25px 0 0px;
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
  width: 120px;
  height: 24px;
  overflow: hidden;
  position: relative;
  background: url('../images/star-border.svg');
  background-size: contain;
}
.star-rating1 i {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background: url('../images/star-solid.svg');
  background-size: contain;
}
.star-rating1 input {
  -moz-appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  display: inline-block;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
  z-index: 2;
  position: relative !important;
  left: unset !important;
}
.star-rating1 input:hover + i,
.star-rating1 input:checked + i {
  opacity: 1;
}
.star-rating1 i ~ i {
  width: 40%;
}
.star-rating1 i ~ i ~ i {
  width: 60%;
}
.star-rating1 i ~ i ~ i ~ i {
  width: 80%;
}
.star-rating1 i ~ i ~ i ~ i ~ i {
  width: 100%;
}
.dev-icon img {
    width: 70px;
    height: 70px;
}
.dev-icon {
    border: 1px solid #e2e7ee;
    padding: 40px 0;
    border-radius: 10px;
    width: 18%;
}
@media (min-width: 991px) {
  .pro-demo-carousel .owl-stage-outer,
  .review-carousal .owl-stage-outer {
      /* override */
      overflow: initial;
  }
  .pro-demo-carousel .owl-item,
  .review-carousal .owl-item {
    opacity: 0;
    transition: opacity .75s linear;
  }
  .review-carousal .owl-stage,
  .review-carousal .owl-item{
       display: flex;   
   }
  .pro-demo-carousel .owl-item.active,
  .review-carousal .owl-item.active {
    opacity: 1;
  }
  .review-carousal,
  .product-collage {
    width: 100vw !important;
    max-width: 100vw;
    margin-left: calc(-100vw / 2 + 1170px / 2);
    position: relative;
  }
  .why-us-img {
     max-width: 625px !important;
    height: 663px !important;
    margin-top: -40px;
  }
  .pro-detail-img {
    width: 564px !important;
    height: 395px !important;
  }
}
@media (max-width: 767px) {
  .pro-demo-carousel .owl-item .demo-img:before,
  .pro-demo-carousel .owl-item .demo-img:after,
  .pro-demo-carousel .owl-nav,
  .product-moneyback-section .card:before,
  .section-pro-detail:before {
    display: none;
  }
  .se-icon {
    height: 62px;
    width: 60px;
    line-height: 56px;
  }
  .detail-client-logo .gallery-size-full {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .detail-client-logo figure {
    width: 30% !important;
    margin-bottom: 30px !important;
  }
  .product-price-section .active-card {
    box-shadow: 0px 15px 50px rgb(46 106 162 / 8%);
  }
  .product-cta-section .card {
    overflow: hidden;
  }
  .product-cta-section .card:before {
    right: -191px;
  }
  .product-cta-section .card-body {
    padding: 2rem 1rem;
  }
  .pro-list {
    column-count: 1;
  }
  .section-pro-detail:before {
    right: -171px;
    z-index: -1;
  }
  .detail-meta1 li{
    margin-bottom: 15px;
  }
  .woocommerce-cart-form__cart-item.cart_item {
    position: relative;
  }
  .woocommerce-cart-form__cart-item.cart_item .product-remove {
    position: absolute;
    top: 0;
    right: 0;
  }
  .checkout_coupon.woocommerce-form-coupon p{
    width: 100% !important;
  }
  .topbar .navbar-nav>.menu-item .dropdown-menu-right {
    left: -185px;
    top: 40px;
  }
  .home-banner:before,
  .topbar.fixed-header .search-white, 
  .topbar .search-white {
      display: none;
  }
  .topbar.fixed-header .search-dark, 
  .topbar .search-dark {
       display: inline-block;
   }
   .pro-detail-banner:before {
        display: none;
    }
    .product-detail.col-lg-7 {
         padding-right: 15px; 
    }
    .pro-demo-carousel .demo-live-img {
        height: unset !important;
        width: unset !important;
    }
    .dev-icon {
        width: 48%;
        margin-bottom: 15px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-detail-area {
    margin-top: 45px;
  }
  .section-pro-detail:before {
    right: -80px;
  }
  .pro-demo-carousel .owl-item .demo-img:after {
    top: 0px;
    left: 0;
  }
  .pro-demo-carousel .owl-next, .pro-demo-carousel .owl-prev {
    top: 47%;
  }
  .pro-demo-carousel .owl-next {
    right: -20px;
  }
  .pro-demo-carousel .owl-prev {
    left: -38px;
  }
  .product-price-section .active-card {
    box-shadow: 0px 15px 50px rgb(46 106 162 / 8%);
    height: unset;
    margin-top: 0;
  }
  .product-moneyback-section .quality-img {
    display: none;
  }
  .product-moneyback-section .card,
  .product-cta-section .card {
    z-index: 1;
    overflow: hidden;
  }
  .product-moneyback-section .card:before {
    right: -315px;
    z-index: -1;
  }
  .product-cta-section .card:before {
    right: -270px;
  }
  .woocommerce table.shop_table_responsive tr td, 
  .woocommerce-page table.shop_table_responsive tr td {
    display: inline-block;
  }
  .topbar .navbar-nav>.menu-item .dropdown-menu-right {
    left: -86px;
    top: 40px;
  }
  .product-moneyback-section .card-body {
    padding: 22px;
    }
}
@media (max-width: 991px) {
  .topbar .navbar .navbar-brand {
    border-right: 0;
  }
  .topbar .navbar-nav>.menu-item .sub-menu {
    padding: 30px 20px 30px 11px;
    border-radius: 10px;
    width: 100%;
  }
  .topbar .navbar-nav .menu-item .sub-menu li, 
  .topbar .navbar-nav>.menu-item .dropdown-menu .dropdown-item {
    padding: 3px 9px;
  }
  .section-pro-detail {
    margin-left: unset;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    z-index: 9;
  }
  .product-price-section .active-card .price-header {
    margin-top: 0;
  }
  .woocommerce table.shop_table_responsive thead, 
  .woocommerce-page table.shop_table_responsive thead,
  .woocommerce #content table.cart .product-thumbnail, 
  .woocommerce table.cart .product-thumbnail, 
  .woocommerce-page #content table.cart .product-thumbnail, 
  .woocommerce-page table.cart .product-thumbnail {
    display: inline-block;
  }
  .woocommerce table.shop_table_responsive tr td, 
  .woocommerce-page table.shop_table_responsive tr td {
    text-align: left !important;    
  }
  .woocommerce table.shop_table_responsive tr, 
  .woocommerce-page table.shop_table_responsive tr {
    border: none !important;
  }
  .woocommerce table.shop_table_responsive tr:not(:first-child), 
  .woocommerce-page table.shop_table_responsive tr:not(:first-child) {
    margin-bottom: 20px;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent;
  }
  .woocommerce table.shop_table_responsive tr td::before, 
  .woocommerce-page table.shop_table_responsive tr td::before,
  .checkout-testimonial {
    display: none;
  }
  
  #add_payment_method #payment ul.payment_methods li, 
  .woocommerce-cart #payment ul.payment_methods li, 
  .woocommerce-checkout #payment ul.payment_methods li {
    margin-bottom: 15px;
  }
  .checkout-col .wp-block-column {
    margin-top: 0 !important;
  }
  .woocommerce .checkout.woocommerce-checkout,
  .woocommerce-notices-wrapper, 
  .woocommerce-NoticeGroup-checkout,
  .woocommerce .checkout_coupon.woocommerce-form-coupon {
    width: 100%;
    position: unset; 
    top: unset;
    
  }
  .checkout-moneyback {
      margin-bottom: 25px;
  }
  .woocommerce > .woocommerce, 
  .woocommerce .checkout_coupon.woocommerce-form-coupon, 
  .checkout-testimonial, 
  .checkout-moneyback {
    width: 100% !important;
  }
  .checkout-col .woocommerce-form-login-toggle {
    bottom: 620px;
    width: 100%;
    top: unset;
  }
  
}
@media (min-width: 1280px) {
    .product-cat-banner:before {
        right: -262px;
    }
    .inner-page-banner.product-cat-banner:before,
    .blog-details.product-cat-banner:before{
        right: 0;
    }
    
}
@media (min-width: 1440px) {
    .product-cat-banner:before {
        right: -215px;
    }
    .home-banner:before {
        background-position: right -270px top;
    }
}
@media (min-width: 1600px) {
    .home-banner:before {
        background-position: right -190px top;
    }
    .product-cat-banner:before {
        right: -135px;
    }
    .pro-detail-banner:before {
        right: -195px;
    }
}
@media (min-width: 1680px) {
    .product-cat-banner:before {
      right: -95px;
    }
    .home-banner:before {
        background-position: right -150px top;
    }
}
@media (min-width: 1800px) {
    .product-cat-banner:before {
      right: -35px;
    }
    .home-banner:before {
        background-position: right -95px top;
    }
}
@media (min-width: 1920px) {
  .pro-detail-banner:before {
        right: -25px;
    }
  .home-banner:before {
        background-position: right -33px top;
   }
  .product-cat-banner:before {
      right: -127px;
      width: 782px;
      background-size: cover;
      
  }
}
@media (min-width: 2400px) {
    .product-cat-banner:before {
      right: 0px;
      width: 895px;
      
    }
    .home-banner:before {
        width: 1180px;
        background-size: cover;
        left: 1350px;
    }
    .pro-detail-banner:before {
        right: -1430px;
    }
}
@media (min-width: 2560px) {
    .home-banner:before {
        width: 1180px;
        background-size: cover;
        left: 1425px;
    }
    .product-cat-banner:before {
      right: -30px;
      width: 1005px;
      
    }
    .pro-detail-banner:before {
        /*right: -1605px;
        width: 100%;
        background-size: cover;*/
        
        width: 1376px;
        background-size: cover;
        left: 1515px;
        background-position: right top -189px;
    }
}
@media (min-width: 768px) {
    .footer-menu{
      display: flex;
      flex-wrap: wrap;
    }
    .footer-menu > li {
        width: 33.33%;
    }
}
.wp-block-table {
    border: 1px solid #e2e7ee;
    border-radius: 10px;
}
.wp-block-table td, .wp-block-table th {
    border: none;
    border-bottom: 1px solid #e2e7ee;
    border-bottom-color: #e2e7ee !important; 
    
}

.product_list_widget .star-rating {
    display: none;
}
#xs-social-login-container .xs-login--style-1 .xs-login__item:hover .xs-login__item--icon .met-social-google,
.wslu-color-scheme--google .xs-login__item--label{
    color: #de4032 !important;
}
#xs-social-login-container .xs-login--style-1 .xs-login__item.wslu-color-scheme--google:hover,
.wslu-color-scheme--google .xs-login__item--icon{
    background-color: #de4032 !important;
}

#xs-social-login-container .xs-login--style-1 .xs-login__item:hover.wslu-color-scheme--google .xs-login__item--label{
    color: #fff !important;
}
#xs-social-login-container .xs-login--style-1 .xs-login__item:hover.wslu-color-scheme--google .xs-login__item--icon {
    background-color: #fff !important;
}

.sliding-background {
    height: 954px;
    width: 7076px;
    animation: slide 30s linear infinite;    
}
@keyframes slide{
  0%{
    transform: translate3d(0, 0, 0);
  }
  100%{
    transform: translate3d(-2086px, 0, 0);
  }
}
.free-download-login #xs-social-login-container {
    padding: 0;
}
.se-icon i {
    font-size: 30px;
    line-height: 64px;
}
.social-icon .ti,
.product-description .ti,
.price-footer .ti{
    -webkit-text-stroke-width: unset !important;
}
.cart-discount th,
.order-total th {
    border-top: none !important;
    color: #1d354f;
    font-family: 'Circular';
}
.cart-discount td,
.order-total td {
    vertical-align: middle !important;   
    padding-left: .5rem!important;
}
.wpas-submit-ticket .wpas-link-ticketnew, .wpas-ticket-list .wpas-link-ticketlist,
.wpas-link-privacy,
.wpas-link-notifications{
    display: none;
}
.wpas-submission-form-inside-after-subject {
    padding: 0!important;
}
.wpas-submit-ticket,
.wpas-ticket-list,
.wpas-ticket-details{
    margin-top: 70px;
}
#wpas-new-ticket {
    margin-top: 50px;
}
.wpas-reply-meta,
.wpas-reply-content{
    margin-left: 20px;
}
.wpas-link-ticketlist,
.wpas-link-ticketnew,
#wpas-new-reply .wpas-btn{
    line-height: 18px;
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid;
}
.ticket_channel-standard-ticket-form {
    margin-top: 100px;
}
.wpas-table th {
    color: #1d354f;
    font-family: 'Circular';
}
.wpas-label-status {
    background-color: transparent !important;
}
#close_ticket {
    height: 13px !important;
}
.wpas-table {
    margin-top: 30px;
}
#offer-popup .modal-content {
  border-radius: 10px;
}
#offer-popup .offer-modal-wrapper {
  background: url('../images/Vector.png');
  background-repeat: no-repeat;
  height: 450px;
  width: 100%;
  background-color: #fff;
  background-position: bottom;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#offer-popup .modal-body {
  padding: 0px 80px 40px;
}
#offer-popup ul {
  padding: 20px 80px 40px;
}
.bg-success-alt {
  background: #11B65D66;
  border-radius: 2px;
}
@media ( max-width: 767px ) {
  #offer-popup .offer-modal-wrapper {
    height: 500px;
    background-size: cover;
  }
  
}
@media (max-width: 991px) {
  #offer-popup .modal-body {
    padding: 1rem;
  }
  #offer-popup ul {
    padding: 40px 1rem 40px;
  }
  #offer-popup ul li {
    width: 100% !important;
    margin-bottom: 10px;
  }
}
#toc-sidebar {
    border: 2px solid #6fd9fb;
    border-radius: 7px;
}
.sub-cat-listing {
    padding: 15px 0;
    border-bottom: 1px solid #E2E7EE;
}
.sub-cat-listing a:hover,
.sub-cat-listing .cat-listing .active a{
    color: #3772ff;
}

@keyframes opacity-animation {
  0% {
    opacity: 0;
  }
}
@keyframes pulse-animation {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0.8;
  }
  70% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(3);
  }
  to {
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
  }
}
.notification-dd .pulse:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #f9e9a2;
  border-radius: 100%;
  opacity: 0.5;
  transform: translate(-50%, -50%) scale(3);
  animation: pulse-animation 3s infinite;
}

.notification-dd .pulse {
  position: absolute;
  top: 23px;
  right: -4px;
  display: inline-block;
  vertical-align: 1px;
  width: 5px;
  height: 5px;
  margin: 0 6px;
  background: #ffffff;
  color: transparent;
  border-radius: 100%;
  flex: 0 0 auto;
  animation: opacity-animation 1s linear;
}
.notification-dd .pulse.green {
  background: #ff9b9b;
}
#xs-social-login-container .xs-login--style-1 .xs-login__item {
    box-shadow: 0 8px 15px rgba(0,0,0,.06);
}
#ws_opt_in_field .optional {
    display: none;
}