body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background: #fff;
}
h1, h2, h3 {
    color: #14142B;
}
p {
    color: #4E4B66;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover{
    color: #281cba
}
.site-header {
    padding: 10px 0;
    background: #ffffff; 
    box-shadow: 0 0 20px 9px #00000014;
}
.nav-call-row a {
    background: #281cba;
    color: #fff;
    text-decoration: none;
    padding: 14px 25px 14px 20px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
}
.nav-call-row a:hover {
    background: #241aff;
    transition: 0.3s;
}
.dropdown-toggle::after {
    border: none!important;
    background-image: url('../img/iconamoon_arrow-down-2-thin.png');
    width: 20px;
    height: 17px;
    position: relative;
    top: 2px;
    right: 8px;
    background-repeat: no-repeat;
}
.dropdown-menu.show {
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 32px 64px 0px rgba(17, 17, 17, 0.08);
    border: 0;
}
.dropdown-item {
    font-weight: 500;
    margin-bottom: 15px;
}
.dropdown-menu {
    min-width: 17rem;
    padding: 20px 20px;
}
.nav-call-row a img {
    width: 24px;
    margin-top: -5px;
    margin-right: 3px;
}
.navbar-light .navbar-toggler {
    border-color: transparent;
}
.navbar-light .navbar-toggler-icon {
    background-image: url('../img/menu.png');
    width: 40px;
}
.navbar-nav {
    margin-left: auto;
    margin-right: 35px;
}
.nav-item {
    margin: 0 10px;
    font-size: 18px;
}
.nav-link{
	text-transform:uppercase
}
.nav-link.active {
    color: #281cba!important;
}
.navbar-light .navbar-nav .nav-link {
    color: #1C1919;
    font-weight: 500;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #281cba;
}
.navbar-brand {
    padding: 0;
}
.navbar-brand img {
    width: 125px;
}
.navbar-brand h4 span {
    background-image: linear-gradient(118deg, #8643c6, #37cbd5);
    color: #ffffff;
    font-weight: 700;
    padding: 0 5px;
    margin-right: 3px;
}
.navbar-brand h4 {
    font-size: 30px;
    color: #281cba;
    font-weight: 600;
    margin: 0;
}
.banner-wrap .row {
    align-items: center;
}
.banner-wrap {
    padding: 40px 0;
}
.ban-lf-col h5 {
    color: #a1a1a1;
    font-size: 16px;
}
.ban-lf-col h1 {
    color: #281cba;
    font-size: 45px;
    font-weight: 800;
}
.ban-lf-col h1 span {
    display: inline-block;
}
.ban-lf-col h1 span::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-image: linear-gradient(118deg, #8643c6, #37cbd5);
}
.ban-lf-col-content p {
    margin: 15px 0 25px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
}
.ban-left-sub-ico img {
    width: 40px;
}
.ban-left-sub-desc p {
    margin: 0;
}
.ban-left-sub-row {
    margin-bottom: 35px;
}
.ban-right-col img {
    width: 100%;
}
.ban-act a {
    background: linear-gradient(270deg, #ff6ec4, #7873f5, #37cbd5, #8643c6);
    background-size: 600% 600%;
    animation: gradientMove 5s ease infinite;
    transition: transform 0.3s ease;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    padding: 15px 25px 15px;
    border-radius: 25px;
}
@keyframes gradientMove {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}
.ban-act a:hover {
    opacity: 0.5;
}
.ban-act a img {
    width: 22px;
    margin-right: 5px;
}
.ban-bottom-section {
    background-image: linear-gradient(45deg, #8643c6, #37cbd5);
    margin-top: 150px;
    padding-bottom: 50px;
}
.ban-btm-card {
    text-align: center;
    background: #fff;
    padding: 40px 0;
    border-radius: 20px;
    box-shadow: 1px 2px 13px 2px #0000001f;
}
.ban-btm-card img {
    width: 50px;
    margin-bottom: 10px;
}
.ban-btm-card h4 {
    font-size: 30px;
    font-weight: 800;
}
.ban-btnm-row {
    position: relative;
    top: -125px;
}
.ban-btm-fld-desc a {
    background: #ffffff;
    color: #281cba;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 25px;
}
.ban-btm-field {
    color: #fff;
    margin-top: -25px;
}
.ban-btm-fld-head h2 {
    font-size: 50px;
    color: #fff;
    font-weight: 800;
}
.ban-btm-fld-desc p {
    color: #fff;
    margin-bottom: 30px;
    line-height: 30px;
}
.ban-btm-fld-list ul li {
    line-height: 35px;
}
.list-feat-section {
    padding: 80px 0;
}
.list-head-feat h2 {
    margin-bottom: 50px;
    font-size: 35px;
}
.list-feat-card img {
    width: 45px;
}
.list-feat-card h3 {
    font-size: 20px;
    margin: 15px 0 15px;
    font-weight: 600;
}
.list-feat-card {
    margin-bottom: 40px;
}
.list-feat-col-card {
    background-image: linear-gradient(45deg, #8643c6, #37cbd5);
    padding: 90px 25px 90px;
    border-radius: 25px;
}
.list-feat-col-card h4 {
    color: #fff;
    font-size: 16px;
}
.list-feat-col-card h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
}
.list-feat-col-card p {
    color: #fff;
    font-size: 14px;
    margin: 25px 0 30px;
}
.list-feat-col-card a {
    background: #ffffff;
    color: #281cba;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 25px;
}
.hm-about-section {
    padding: 0px 0 0;
    background: #eee;
}
.hm-abt-img img {
    width: 100%;
}
.hm-about-section .row {
    align-items: center;
    justify-content: space-around;
}
.hm-abt-cont {
    padding: 0 100px;
}
.hm-abt-cont h2 {
    font-size: 45px;
    font-weight: 600;
    margin: 10px 0 20px;
}
.hm-abt-cont a {
    background-image: linear-gradient(45deg, #8643c6, #37cbd5);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 25px;
    display: inline-block;
    margin-top: 10px;
}
.review-section {
    background: #ededed;
    padding: 80px 0 80px;
}
.review-card {
    background: #fff;
    padding: 65px 50px 40px;
    border-radius: 30px;
    position: relative;
    margin-bottom: 30px;
}
.review-card::before {
    position: absolute;
    top: 25px;
    left: 25px;
    content: url('../img/quotes.png');
    width: 50px;
    height: 50px;
    display: block;
    z-index: 0;
}
.review-card p {
    z-index: 99;
position: relative;
    min-height: 150px;
}
.review-card h6 {
    color: #281cba;
    font-weight: 600;
}
.rw-main-row {
    justify-content: space-around;
}
.rw-heading {
    text-align: center;
}
.rw-heading h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 50px;
}
.cta-section {
    background-image: linear-gradient(45deg, #8643c6, #37cbd5);
    padding: 90px 0;
}
.cta-section .row {
    justify-content: center;
}
.cta-section h2 {
    color: #fff;
    font-weight: 900;
    font-size: 30px;
    margin-bottom: 40px;
}
.cta-btn-block a {
    background: #ffffff;
    color: #281cba;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 25px;
    margin-right: 15px;
} 
.faq-xction {
    padding: 80px 0;
}
.faq-xhead h2 {
    text-align: center;
    font-size: 40px;
    margin-bottom: 50px;
}
.faq-ximg img {
    width: 100%;
}
.accordion-item {
    margin-bottom: 10px;
    border: none;
}
.accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffffff;
}
.accordion-button {
    font-weight: 600;
    font-size: 18px;
}
.accordion-button::after {
    background-image: url('../img/plus.png');
}
.accordion-button:not(.collapsed)::after {
    background-image: url('../img/minus.png');
}
.accordion-button:focus {
    box-shadow: none;
}
.footer-wrap {
    background-image: url('../img/footer.png');
    background-position: center;
    background-size: cover;
    background-color: #061225;
    padding: 120px 0;
}
.ftr-left-col p {
    color: #fff;
    margin-top: 20px;
    width: 90%;
}
.ftr-left-head h3 {
    color: #fff;
    margin-bottom: 20px;
}
.ftr-links ul {
    padding-left: 0;
}
.ftr-links ul li {
    color: #fff;
    line-height: 40px;
    list-style: none;
}
.ftr-left-col {
    border-right: 1px solid #ffffff52;
}
.footer-wrap .row {
    justify-content: space-between;
}
.ftr-left-col p img {
    width: 15px;
    margin-right: 10px;
}
.ftr-left-col p a {
    color: #fff;
    text-decoration: none;
}
.footer-brand h4 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
}
.footer-brand h4 span {
    background-image: linear-gradient(118deg, #8643c6, #37cbd5);
    color: #ffffff;
    font-weight: 700;
    padding: 0 5px;
    margin-right: 3px;
}
.navbar-collapse {
    justify-content: center;
}
.navbar-nav {
    margin-left: 0; 
}
.breadcrumb-wrap {
    padding: 10px 0;
    background-image: linear-gradient(118deg, #8643c6, #37cbd5);
    color: #fff;
}
.breadcrumb-list ul {
    display: flex;
    padding-left: 0;
    margin: 0;
}
.breadcrumb-list ul li {
    list-style: none;
}
.breadcrumb-list ul li+li:before {
    padding: 8px;
    color: rgb(255, 255, 255);
    content: "/\00a0";
}

.breadcrumb-list ul li a{
	color:#fff;
	text-decoration:none
}
.breadcrumb-list ul li a:hover{
	color:#ffffffc4;
}

.data-banner-wrap {
    padding: 60px 0 0;
}
.data-ban-left-col img {
    width: 100%;
}
.data-banner-wrap .row {
    align-items: flex-start;
}
.data-ban-right-col {
    padding-top: 30px;
}
.data-ban-right-col h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
.data-ban-right-col h1 span {
    color: #8348c6;
    font-weight: 800;
}
.data-price {
    margin: 20px 0 0;
}
.data-price h4 {
    font-size: 40px;
    font-weight: 900;
    background-image: linear-gradient(118deg, #8643c6, #37cbd5);
    color: transparent;
    background-clip: text;
}
.data-price p {
    font-size: 12px;
    margin-bottom: 20px;
}
.data-price-off-1 {
    font-size: 26px;
    color: #878787;
    text-decoration: line-through;
    font-weight: 300;
    margin-left: 10px;
    vertical-align: middle;
}
.data-price-off-2 {
    font-size: 26px;
    color: #8643c6;
    font-weight: 600;
    margin-left: 10px;
    vertical-align: middle;
}
.data-buy-btn {
    margin-top: 30px;
}
.data-buy-btn a {
    background: linear-gradient(270deg, #ff6ec4, #7873f5, #37cbd5, #8643c6);
    background-size: 600% 600%;
    animation: gradientMove 5s ease infinite;
    transition: transform 0.3s ease;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    padding: 15px 50px 15px;
    border-radius: 25px;
}
.data-buy-oth {
    margin-top: 40px;
}
.data-buy-oth p {
    font-size: 14px;
}
.data-buy-oth p a {
    font-weight: 700;
}
.df-wrap {
    padding: 60px 0 30px;
    background: #f0f0f0;
    margin-bottom: 80px;
}
.df-top-cont h2 {
    text-align: center;
    font-size: 35px;
    margin-bottom: 15px;
    font-weight: 600;
}
.df-top-cont p {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}
.hiw-card {
    text-align: center;
}
.hiw-wrap {
    padding: 0px 0 50px;
}
.hiw-card img {
    width: 90px;
    margin-bottom: 20px;
}
.hiw-card h3 {
    margin-bottom: 15px;
    font-weight: 600;
}
.df-row-1 {
    justify-content: space-around;
    margin-top: 40px;
}
.df-box-df {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.df-box-df img {
    width: 45px;
    margin-right: 15px;
    filter: hue-rotate(334deg);
}
.df-box-df h4 {
    margin: 0;
    font-size: 20px;
}
.dt-abt-col6-row {
    margin-bottom: 60px;
}
.all-data-table table thead {
    background-image: linear-gradient(118deg, #8643c6, #37cbd5);
    color: #fff;
}
.all-data-table table th {
    padding: 15px;
    font-size: 20px;
}
.all-data-table table td {
    padding: 25px;
    font-weight: 500;
}
.all-data-table {
    margin-top: 20px;
}
.all-data-head h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}
.all-data-head p {
    font-size: 18px;
}
.all-data-table table {
    box-shadow: 0px 12px 7px 4px #0000000f;
}
.dt-sample-wrap .row {
    align-items: flex-start;
    padding: 0px 80px 0;
    background-image: linear-gradient(260deg, #281cba, #8643c69e);
}
.dt-sp-right-col img {
    width: 100%;
    margin-top: 40px;
}
.dt-sp-left-col {
    padding-top: 30px;
}
.dt-sp-left-col h2 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
.dt-sp-left-col p {
    color: #fff;
    font-size: 14px;
}
.sample-data-table {
    width: 90%;
    margin: 0 auto;
    position: relative;
    background: #fff;
}
.dt-sample-wrap {
    margin-bottom: 80px;
    padding-top: 75px;
}
.dt-sl-row-2 {
    margin-top: -70px;
}
.sample-data-table table thead {
    background: #281cba;
    color: #fff;
}
.sample-data-table table tr:nth-child(even) {
    background-color: #f3f3f3;
}
.sample-data-table .table > :not(caption) > * > * {
    padding: 15px;
}
.dt-sl-main-btn {
    text-align: center;
}
.dt-sl-main-btn a {
    background-image: linear-gradient(45deg, #8643c6, #37cbd5);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 25px;
    display: inline-block;
    margin-top: 10px;
}
.all-data-wrap {
    margin-bottom: 70px;
}
.all-data-wrap .container {
    position: relative;
}
.all-data-table a {
    color: #fff;
    text-decoration: none;
    padding: 3px 10px 3px;
    border-radius: 20px;
    font-size: 14px;
    background: #8445c6;
    margin-right: 10px;
}
.see-all-data-wrap {
    position: absolute;
    bottom: 15px;
    width: 98%;
    text-align: center;
    background: #ffffffe8;
    height: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.see-all-dt-btn a {
    background-image: linear-gradient(45deg, #8643c6, #37cbd5);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 25px;
    display: inline-block;
}
.pg-about-section {
    padding: 0px 0 85px;
}
.pg-abt-img img {
    width: 100%;
}
.pg-about-section .row {
    align-items: center;
    justify-content: space-around;
}
.pg-abt-cont h2 {
    font-size: 35px;
    font-weight: 600;
    margin: 10px 0 20px;
}
.pg-abt-img img {
    width: 100%;
}
.pg-abt-img {
    padding: 0;
}
.pg-abt-cont {
    padding: 0 3%;
}
.list-feat-bg img {
    width: 100%;
}
.list-feat-col-left-2 {
    padding: 0 5%;
}
.list-feat-section-2 .row {
    align-items: center;
}
.list-feat-section-2 {
    background: #f1f1f1;
}
.slider-nav {
    margin-top: 25px;
}
.slide-thumb img {
    width: 100px;
    height: 100px;
    border-radius: 15px;
}
.slide-thumb:hover {
    opacity: 0.5;
    transition: 0.3s;
    cursor: pointer;
}
.slider-nav .slick-track {
    position: relative;
    left: 60px;
}
.pro-in-slide img {
    border-radius: 40px;
}
.hm-abt-img {
    padding-left: 0;
}
.contact-wrap-1 {
    padding: 80px 0;
}
.cp-col-content h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
.cont-add-row p img {
    width: 20px;
    margin-right: 10px;
}
.cont-add-row p a {
    text-decoration: none;
    color: #14142B;
}
.cont-add-row p {
    color: #14142B;
    font-weight: 400;
}
.cp-form-input {
    margin-bottom: 15px;
}
.cp-form-input input {
    width: 100%;
    height: 40px;
    padding-left: 20px;
    border: 1px solid #cbcbcb;
}
.cp-form-input textarea {
    width: 100%;
    min-height: 200px;
    padding-left: 20px;
    padding-top: 20px;
    border: 1px solid #cbcbcb;
}
.cp-form-input .wpcf7-submit,
.cp-form-input button {
    background: #8643c6;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    padding: 10px 30px 10px;
    border-radius: 25px;
    border: 0;
	width:auto;
	height:auto
}
.tb-act {
    text-align: center;
}
.all-data-table a:first-child {
    background: #ffffff;
    color: #515151;
    text-decoration: underline;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 85%;
    }
}
.modal-header {
    background-image: linear-gradient(118deg, #8643c6, #37cbd5);
    color: #fff;
}
.modal-footer button {
    background:  #8643c6;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    padding: 10px 20px 10px;
    border-radius: 25px;
}
.modal-footer button img {
    width: 30px;
    padding-right: 5px;
}
.md-list-table table {
    border: 1px solid #00000036;
}
.md-list-table .table > :not(caption) > * > * {
    border-width: 1px;
}
.md-list-table .table > :not(:last-child) > :last-child > * {
    border-bottom-color: #00000036;
}
.md-list-smp {
    margin: 25px 0 15px;
}
.md-list-smp a {
    background: #8643c6;
    color: #fff;
    font-size: 16px;
    padding: 6px 20px 10px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
}
.c0-row-1 {
    background: #1111;
    padding: 5rem 3rem;
}
.lg-none-sm-show {
    display: none;
}
.lg-show-sm-none {
    display: block;
}
.adata-col-wrap {
   padding: 80px 0; 
}
.adata-col4-head {
    padding: 10px 20px;
    background: #281cba;
    margin-bottom: 20px;
}
.adata-col4-head h3 {
    color: #fff;
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}
.adata-col4-price h6 {
    margin: 5px 0 20px;
    font-size: 30px;
    font-weight: 900;
    color: #373737;
}
.adata-col4 {
    background: #f3f3f3;
    padding: 0 0px 20px;
    margin-bottom: 30px;
}
.adata-col4-pns {
    padding-left: 20px;
}
.adata-col4-act {
    padding-left: 10px;
}
.adata-col4-act button {
    color: #fff;
    padding: 3px 10px 3px;
    border-radius: 20px;
    font-size: 14px;
    background: #8445c6;
    margin-right: 10px;
    border: 0;
    font-weight: 600;
}
.db-dir-more-info-btn {
    color: #000;
    text-decoration: none;
    padding: 5px 15px 5px;
    background: #d9d9d9;
    border-radius: 20px;
    font-weight: 600;
}
.adata-col4-pns h5 span {
    display: block;
}
.all-data-head {
    margin-bottom: 0;
}
.dir-inn-main-wrap {
    padding: 60px 0 60px;
    background: #f3f3f3;
    margin-bottom: 10px;
}
.dir-inn-mn-col-lf img {
    width: 100%;
}
.dir-inn-main-wrap .row {
    align-items: center;
}
.md-list-wrap {
    background: #f2f2f2;
    padding: 60px 0 60px;
}
.md-list-heading h2 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 600;
}
.dir-inn-mn-col-rt h1 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
}
.dir-inn-dt-count h4 {
    font-size: 20px;
    font-weight: 600;
}
.dir-inn-dt-count h4 span {
    border-bottom: 1px solid #000;
}
.dir-inn-rv-sec {
    padding: 60px 0;
    position: relative;
}
.dir-inn-rv-img-rt img {
    width: 100%;
}
.dir-inn-rv-head h2 {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 50px;
}
.dir-inn-col6 h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}
.dir-inn-col6 {
    margin-bottom: 35px;
}
.dir-inn-row-2 {
    padding: 0 80px;
}
.dir-inn-rv-sec::before {
    content: '';
    position: absolute;
    width: 90%;
    top: 0;
    left: 0;
    background: #f2f2f2;
    height: 100%;
    z-index: -1;
}
.dir-inn-rv-img-rt {
    position: relative;
    top: -170px;
    left: 50px;
}
.dir-inn-col6 img {
    width: 50px;
    margin-bottom: 20px;
}
.dir-inn-nw-sc-c6-wrap {
    padding: 0 0 30px;
}
.dir-inn-nw-sc-c6-head h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    border-left: 5px solid #8643c6;
    padding-left: 15px;
}
.search-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 30px;
}
.search-box {
  padding: 10px 15px;
  width: 300px;
  border: 1px solid #ccc;
  border-radius: 25px 0 0 25px;
  font-size: 16px;
  outline: none;
}
.search-button {
    padding: 5px 15px 5px 20px;
    background: #281cba;
    border: 0;
    font-size: 16px;
    border-radius: 0 30px 30px 0;
}

.ftr-links a{
	color: #fff;
    text-decoration: none;
}
.ftr-links a:hover{
	color: #ffffffc4
}

#wc-stripe-card-element.payment-type{
	height: auto !important;
}

.header-actions{
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
	gap:15px
}
.header_search{
	position: relative;
}
#hdr_search_container{
	display:none;
	position: absolute;
    right: 0%;
    top: 50px;
	padding: 9px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 0 20px 9px #00000014;
	min-width: 250px;
}
#hdr_search_container form{
	display: flex;
    align-items: center;
    justify-content: center;
	border: 1px solid #767676;
	margin: 0;
	border-radius: 5px;
	overflow: hidden;
}
#hdr_search_container input{
	outline: none !important;
    border: none !important;
    padding: 5px 10px 5px 5px;
    font-size: 14px;
	width: 100%;
}
.db-search-button {
border: 0;
background: #281cba;
    padding: 0 5px 0;
    border-radius: 0 20px 20px 0;
}
.no-results.not-found .search-submit{
    background-image: linear-gradient(45deg, #8643c6, #37cbd5);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 8px 32px 8px;
    border-radius: 25px;
    display: inline-block;
	outline:none;
	border:none
}

.search .search-form{
	margin: 0;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 10px;
}
.search .search-form .search-field{
	height: 100%;
    padding: 10px 20px;
    border: 1px solid #cbcbcb;
	border-radius: 5px;
	outline: none !important;
}

.search .no-results.not-found{
	padding: 120px 0;
    text-align: center;
}
.search_page{
	padding: 120px 0;
}

.woocommerce-MyAccount-navigation {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    margin-bottom: 60px;
    padding: 20px 30px;
    width: 30%;
    float: left;
}
.woocommerce-MyAccount-navigation ul {
    padding: 0;
    list-style: none;
}
.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid hsla(0, 0%, 90%, .5);
    list-style-type: none;
    padding: 10px 0;
    vertical-align: middle;
}
.woocommerce-MyAccount-navigation ul li a{
	text-decoration: none;
    color: #4E4B66;
}

.woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-MyAccount-navigation ul li a:hover{
    color: #281cba
}

.woocommerce-thankyou-order-received{
	font-size: 22px;
    margin-bottom: 25px;
}

.woocommerce-order-received .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{
	padding: 0;
    margin: 30px 0;
}

.woocommerce-order-received .woocommerce-order > .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{
	display:none
}
.woocommerce-order-received .woocommerce-order-details > .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{
	display:block !important
}
.spfc-rq-row {
margin-top: 40px;
}
.spfc-rq-row a {
color: #8643c6;
    font-weight: 600; 
    border-bottom: 1px solid;
}
.adata-col4 img {
    width: 100%;
    object-fit: cover;
    height: 240px;
}
.header_cart {
    position: relative;
}
.header_cart span.cart-count {
    display: inline-block;
    background: #814bc6;
    width: 20px;
    height: 20px;
    font-size: 12px;
    position: absolute;
    left: 10px;
    top: -10px;
    color: #fff;
    text-align: center;
    font-weight: 800;
    border-radius: 50%; 
}
.db-bulk-tab-sec {
    padding: 60px 0 80px;
    background: aliceblue;
    background-image: linear-gradient(260deg, #281cba, #8643c69e);
    margin-top: 20px;
}
.db-bulk-tab-sec table {
    background: #fff;
    border-color: transparent;
}
.db-bulk-tab-sec table td {
      padding: 20px 15px;
      font-size: 15px;
}
.db-bulk-tab-sec table thead th {
     display: none; 
}
.db-bulk-tab-sec .table-bordered > :not(caption) > * {
    border-color: #dbdbdb;
}
.db-bulk-tab-sec h2 {
    font-size: 35px;
    margin-bottom: 50px;
    font-weight: 600;
    color: #fff;
}
.wp-block-heading {
    margin-top: 30px;
}
h3.wp-block-heading {
    font-size: 25px;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: end;
    }
}
.dir-inn-nw-sc-c6-wrap .row {
    align-items: center;
}
.csp-ban-btm-desc-2-row {
    margin-top: 60px;
}
.dir-inn-mn-col-lf {
position: relative;
}
.db-dir-inn-ban-cilp {
    position: absolute;
    left: 5%;
    bottom: 20px;
    width: 90%!important;
}
    .lwp-ban-cont h1 {
        font-size: 40px;
        font-weight: 600;
        margin: 10px 0 20px;
    }
    .lwp-ban-cont h2 {
        font-size: 18px;
    }
    .lwp-col6-wrap {
        padding: 90px 0;
    }
    .lwp-col-image img {
        width: 100%;
    }
    .lwp-col6-wrap .row {
        align-items: center;
        margin-bottom: 80px;
    }
    .lwp-col-content ul {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        list-style: none;
        padding: 0;
        margin: 0 0 15px;
    }
    .lwp-col-content ul li {
        background-image: linear-gradient(100deg, #8643c6, #37cbd5);
        color: #fff;
        padding: 5px 12px;
        border-radius: 5px;
        font-size: 14px;
        font-weight: 600; 
    }
    .lwp-ban-cont {
    padding: 0 100px;
    }
    .lwp-ban-cont h2 {
        font-size: 18px;
    }
    .lwp-ban-cont h1 {
        font-size: 40px;
        font-weight: 600;
        margin: 10px 0 20px;
    }
    .lwp-ban-cta {
        background-image: linear-gradient(45deg, #8643c6, #37cbd5);
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        padding: 10px 25px;
        border-radius: 25px;
        display: inline-block;
        margin-top: 10px;
        margin-right: 15px;
    }
    .lwp-bdc-btn {
        border-bottom: 1px solid;
        padding-bottom: 5px;
margin-top: 15px;
    display: inline-block;
    }
