:root {
    --h1: 50px;
    --h1-rare: 58px;
    --h2: 34px;
    --h2-rare: 42px;
    --h3: 32px;
    --h4: 28px;
    --h5: 24px;
    --normal: 22px;
    --h6-rare: 20px;
    --para: 18px;
    --h6: 16px;
    --h14: 14px;
  }
  
  *::-webkit-scrollbar {
    width: 8px;
  }
  
  *::-webkit-scrollbar-track {
    background: #f8faff;
  }
  
  *::-webkit-scrollbar-thumb {
    background: #998608;
  }
  
  * {
    scrollbar-width: thin;
    scrollbar-color: #998608 #f8faff;
  }
  
  a,
  div a:hover,
  div a:active,
  div a:focus,
  .btn-outline,
  .btn-fill,
  button {
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  *::after,
  *::before,
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  body * {
    margin: 0;
    box-sizing: border-box;
  }
  
  body {
    background-color: var(--e-global-color-aadbbf9);
    line-height: 140%;
    overflow-x: hidden;
  }

  svg {
    width: 100%;
    height: 100%;
  }
  
  * {
    outline: none !important;
  }
  
  * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
  }
  
  h1 {
    font-size: var(--h1);
  }
  
  p {
    font-size: var(--h6);
    line-height: 150%;
  }
  
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  img {
    max-width: 100%;
    width: auto;
    max-height: 100%;
    height: auto;
  }
  
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
  }
  .page-content > .elementor > section {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;  
  }
  .page-content > .elementor > section > .e-con-inner {
        padding: 0 15px;
  }
  .page-content > .elementor > section > .e-con-inner > div {
        padding: 0;
  }

/* header start  */
header.elementor.elementor-20.elementor-location-header.fixed {
    background: var(--e-global-color-secondary);
    width: 100%;
    max-width: 100%;
    top: 0;
    z-index: 9;
    transition: all .5s ease;
}
header.elementor .elementor-sticky:before {
    position: absolute;
    content: "";
    height: 100%;
    background: #FFF;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}
header.elementor-location-header .elementor-sticky {
    margin: 0 auto;
    max-width: 1500px;
    width: 100%;
    padding: 0 15px;
}
header.elementor-location-header .elementor-sticky .elementor-widget-theme-site-logo img{
    height: auto;
    padding: 4px 0;
}
header {
    padding: 0;
    background-color: var(--e-global-color-secondary);
    box-shadow: 0px 0px 31px 0px #00000024;
}
.bs-static-title.bs-tab4-sec .bs-tab-sec-bottom p {
    font-size: var(--h6-rare);
}
header .elementor-widget-button a.elementor-button {
    padding: 17px 22px;
    min-height: 60px;
    background: linear-gradient(180deg, #EFE63A 0%, #938D20 100%);
    border: 1px solid #EFE63A;
}
header .elementor-widget-button a.elementor-button:hover {
    background: transparent;
}
.elementor-widget-button a.elementor-button {
    padding: 10px 25px;
    min-height: 45px;
}
.elementor-widget-button a.elementor-button span.elementor-button-text {
    font-size: var(--para);
    line-height: 130%;
}
.elementor-widget-button a.elementor-button span.elementor-button-content-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.elementor-widget-button a.elementor-button span.elementor-button-icon {
    width: 22px;
    height: 22px;
}
.elementor-widget-button a.elementor-button .elementor-button-icon .e-font-icon-svg {
    height: 100%;
    width: 100%;
}
.elementor-widget-button a.elementor-button:hover .elementor-button-icon .e-font-icon-svg {
    fill: var(--e-global-color-2484186);
}
body header.elementor-location-header .elementor-nav-menu--main .menu-item a {
    font-size: var(--para);
    margin: 0 0 0 36px;
    font-weight: 600;
    padding: 0;
    position: relative;
}
section.elementor-element.bs-table-sec.bs-pricing {
    padding-top: 0;
    padding-bottom: 0;
}
section.bs-pricing .bs-table-wrap > .e-con-inner {
    border-top: unset;
}
body header.elementor-location-header .elementor-nav-menu--main .menu-item a::before {
    width: 100%;
    position: absolute;
    content: "";
    height: 5px;
    color: #A51C30;
    bottom: -46px;
    border-radius: 4px 4px 0 0;
}
body header.elementor-location-header .elementor-nav-menu--main .menu-item:last-child a {
    margin: 0 18px 0 36px;
}
/* header end  */

/* footer start  */
 footer.elementor-location-footer {
    background-color: transparent;
    background-image: linear-gradient(180deg, #EFE63A 0%, #847D00 100%);
 }
 footer.elementor-location-footer > .elementor-element {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 15px 0;
    display: flex;
    justify-content: space-between;
}
footer .elementor-element.bs-copyright {
    padding: 20px 0;
    border-top: 1px solid var(--e-global-color-2484186);
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    align-items: center;
}
footer .elementor-element.bs-copyright > div{
    padding: 0;
    max-width: max-content;
    width: 100%;
}
.bs-compare-sec .elementor-element.bs-4-cols-img > .elementor-widget-image {
    width: calc(100%/3);
}
.bs-compare-sec .elementor-element.bs-4-cols-img > .elementor-widget-image .elementor-widget-container {
    padding-top: 96%;
}
.elementor-element.bs-logo-footer {
    padding: 0;
    max-width: 770px;
    width: 100%;
    gap: 10px;
    margin-bottom: 45px;
}
table.tafe-table {
    border-collapse: separate;
    border-spacing: 15px;
}
table.tafe-table thead.tafe-table-header tr th:last-child {
    border-right: 0px solid #f3f5f6;
}
table.tafe-table thead.tafe-table-header tr th:first-child {
    border-left: 0px solid #f3f5f6;
}
table.tafe-table tr td:first-child {
    border-radius: 6px 0 0 6px;
}
table.tafe-table tr td:last-child {
    border-radius: 0 6px 6px 0;
}
table.tafe-table tr:last-child td::before {
    content: unset;
}
table.tafe-table tr:last-child td {
    border: unset;
}
.elementor-element.bs-logo-footer .elementor-widget-theme-site-logo a {
    width: 240px;
    height: 92px;
}
.elementor-element.bs-logo-footer .elementor-icon-list-text {
    font-size: var(--h14);
    margin-bottom: 4px;
}
.elementor-element.bs-footer-links2, .elementor-element.bs-footer-links1 {
    max-width: 145px;
    width: 100%;
    gap: 0;
    margin-top: 43px;
    position: relative;
}
.elementor-element.bs-footer-links2 h6, .elementor-element.bs-footer-links1 h6 {
    font-size: var(--para);
    font-weight: 500;
    margin-bottom: 15px;
}
body footer .elementor-element.bs-footer-links2 .elementor-nav-menu--main ul li a, .elementor-element.bs-footer-links1 .elementor-nav-menu--main ul li a {
    font-size: var(--h14);
}
.elementor-element.bs-complete-footer {
    position: absolute;
    bottom: 2px;
    width: 100%;
    left: 80px;
}
.bs-complete-footer p {
    font-size: var(--para);
    width: max-content;
    text-decoration: underline;
}
.elementor-element.bs-footer-links2 ul li::before, .elementor-element.bs-footer-links1 ul li::before {
    position: absolute;
    content: "";
    background-image: url("../images/arrow-footer.svg");
    background-repeat: no-repeat;
    width: 7px;
    height: 10px;
    top: 5px;
    left: -17px;
    background-size: 100% auto;
}
.elementor-element.bs-footer-links2 ul li, .elementor-element.bs-footer-links1 ul li {
    margin-bottom: 15px;
    position: relative;
}
.elementor-element.bs-footer-links2 ul , .elementor-element.bs-footer-links1 ul {
    padding-left: 14px;
}
footer .elementor-element.bs-copyright .elementor-widget-text-editor p {
    margin: 0;
    font-size: var(--h6);
    color: var(--e-global-color-primary);
    margin-right: 40px;
}
footer .elementor-element.bs-copyright .elementor-widget-nav-menu .elementor-nav-menu a{
    padding: 0;
}
footer .elementor-element.bs-copyright .elementor-widget-nav-menu .elementor-nav-menu .menu-item:last-child a {
    padding-left: 20px;
    margin-left: 20px;
    border-left: 1px solid var(--e-global-color-primary);
}
footer .elementor-element.bs-copyright .elementor-widget-social-icons .elementor-social-icon {
    background-color: transparent;
    width: 25px;
    height: 25px;
    margin: 0 7px;
    padding: 3px;
}
.elementor-element.bs-logo-footer .elementor-widget-theme-site-logo  {
    display: flex;
    justify-content: flex-start;
}
.elementor-element.bs-logo-footer .elementor-widget-theme-site-logo a img {
    width: 100%;
    height: 100%;
}
footer .elementor-element.bs-copyright .elementor-widget-social-icons .elementor-social-icon svg {
    width: 100%;
    height: 100%;
    fill: var(--e-global-color-primary);
}
.elementor-element.elementor-element-d7e7007.e-con-full.e-flex.e-con.e-child > div {
    padding: 0;
}
/* footer end  */

/* banner start  */
.elementor .bs-banner-sec {
    padding-top: 35px;
    padding-bottom: 48px;
    position: relative;
}
.elementor .bs-banner-sec::before {
    position: absolute;
    width: 537px;
    height: 551px;
    background-size: 100% auto;
    background-image: url("../images/light.png");
    background-repeat: no-repeat;
    content: "";
    bottom: 0;
    right: 60px;
    left: auto;
    top: auto;
}
.elementor-element.bs-banner-sec-top {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    flex-direction: row !important;
    margin-bottom: 18px;
    gap: 30px;
}
.elementor-element.bs-banner-sec-top .elementor-widget-heading h1 {
    font-size: var(--h1);
}
.bs-tab5-sec.bs-mentor-tab .elementor-element.bs-tab-sec-top .elementor-element.bs-tab-right-img {
    padding-right: 100px;
}
.elementor-element.bs-banner-sec-top .elementor-widget-image {
    padding-bottom: 28px;
}
.elementor-element.bs-banner-sec-bottom {
    gap: 22px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row !important;
}
.bs-banner-bg-list > p {
    font-size: 20px;
    color: #A51C30;
    font-weight: 800;
    text-align: center;
}
.bs-banner-bg-list ul {
    list-style: none;
    padding-left: 0;
}
.bs-banner-bg-list ul li {
    background-color: #FEF28F;
    padding: 10px 15px;
    border-radius: 40px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--e-global-color-primary);
    margin-bottom: 15px;
    cursor: pointer;
}
.bs-banner-bg-list ul li span {
    font-weight: 800;
    color: var(--e-global-color-accent);
}
.bs-banner-sec .elementor-widget-icon-list .elementor-icon-list-items li.elementor-icon-list-item {
    margin-bottom: 22px;
    font-size: var(--para);
}
.bs-banner-sec .elementor-widget-icon-list .elementor-icon-list-items {
    margin-top: 11px;
}
.bs-banner-bg-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bs-tab2-sec .bs-tab-left-content li.elementor-icon-list-item {
    margin-bottom: -20px;
}
.bs-banner-bg-list ul + strong {
    color: var(--e-global-color-accent);
    font-size: 20px;
    font-weight: 800;
    text-decoration: underline;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.bs-tab4-sec.bs-tab-middle-sec div.wpforms-container-full select {
    background-image: url("../images/dropdown.svg");
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position-y: center;
}
.bs-tab5-sec .bs-tab-left-content span.elementor-icon-list-icon {
    margin-bottom: 0;
}
/* banner end  */

/* tab start  */
section.bs-tab-sec {
    padding-top: 50px;
    padding-bottom: 50px;
}
.elementor-element.bs-tab-sec-top {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row !important;
    width: 100%;
}
.elementor-element.bs-tab-sec-top > div {
    padding: 0;
}
.bs-tab-sec div.wpforms-container-full input[type=text]::placeholder {
    color: var(--e-global-color-text);
    opacity: 1;
}
.elementor-element.bs-tab-sec-top .elementor-element.bs-tab-left-content {
    width: 100%;
    max-width: 684px;
}
.bs-tab1-sec .elementor-element.bs-tab-sec-top .elementor-element.bs-tab-right-img {
    padding-left: 26px;
}
.bs-tab2-sec .elementor-element.bs-tab-sec-top .elementor-element.bs-tab-right-img {
    padding-right: 26px;
}
.elementor-element.bs-tab-sec-top .elementor-element.bs-tab-right-img {
    width: 100%;
    max-width: calc(100% - 684px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row !important;
    gap: 10px;
}
.elementor-element.bs-tab-sec-top .elementor-element.bs-tab-right-img .elementor-widget-image {
    width: 100%;
}
.bs-tab3-sec .bs-tab-left-content li.elementor-icon-list-item {
    width: 83%;
}
.bs-tab3-sec .bs-tab-left-content span.elementor-icon-list-icon {
    margin-bottom: 5px;
}
.elementor-element.bs-tab-sec-top .elementor-element.bs-tab-right-img .elementor-widget-container {
    position: relative;
    padding-top: 109%;
    border-radius: 20px;
    overflow: hidden;
    transition: all .5s ease;
}
.elementor-element.bs-tab-sec-top .elementor-element.bs-tab-right-img .elementor-widget-container:hover img{
    transform: scale(1.2);
    transition: all .5s ease;
}
.elementor-element.bs-tab-sec-top .elementor-element.bs-tab-right-img .elementor-widget-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 20px;
    transition: all .5s ease;
}
div.wpforms-container-full .wpforms-form label.wpforms-error, div.wpforms-container-full .wpforms-form em.wpforms-error {
    margin-top: 8px;
}
.bs-tab-left-content span.elementor-icon-list-text {
    font-size: 35px;
    text-transform: uppercase;
    width: 100%;
    max-width: calc(100% - 60px);
    line-height: 130%;
}
.bs-tab-left-content li.elementor-icon-list-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 18px;
}
.bs-tab-left-content span.elementor-icon-list-icon {
    width: 40px;
    height: 80px;
    margin-bottom: 30px;
}
.bs-tab-left-content span.elementor-icon-list-icon svg{
    width: 100%;
    height: 100%;
}
.bs-tab-left-content h2 {
    font-size: 26px;
    font-weight: 600 !important;
    line-height: 140%;
    margin-bottom: 34px;
    font-style: normal !important;
}
.bs-tab-left-content p {
    font-size: var(--normal);
    line-height: 140%;
}
.bs-tab-sec-bottom .elementor-element.bs-tab-form {
    padding: 0;
    margin-top: 30px;
}
.bs-tab-sec div.wpforms-container-full:not(:empty) {
    margin: 0 auto;
}
.bs-tab-sec .wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 0;
}
.bs-tab-sec form.wpforms-form {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    gap: 20px;
}
.elementor-element.bs-auth-sec .wpforms-field-container,
.bs-tab-sec .wpforms-field-container {
    width: 100%;
    max-width: 100%;
}
.elementor-element.bs-auth-sec div.wpforms-container-full input[type=email],
.elementor-element.bs-auth-sec div.wpforms-container-full input[type=password],
.elementor-element.bs-auth-sec div.wpforms-container-full input[type=text],
.bs-tab-sec div.wpforms-container-full select,
.bs-tab-sec div.wpforms-container-full input[type=text] {
    border: 1px solid #DBDBDB;
    border-radius: 6px;
    min-height: 45px;
    padding: 11px 17px;
    font-size: var(--para);
    line-height: 120%;
    color: var(--e-global-color-text);
}
.bs-pricing td.elementor-repeater-item-1574e76.td-content-type-default::after,
.bs-pricing td.elementor-repeater-item-0924f91.td-content-type-default::after,
.bs-pricing td.elementor-repeater-item-9e61db0.td-content-type-default::after,
.bs-home td.elementor-repeater-item-e62b207.td-content-type-default::after {
    position: absolute;
    content: "";
    background-image: url("../images/tick.svg");
    background-repeat: no-repeat;
    width: 18px;
    height: 14px;
    top: 20px;
    left: 50%;
    filter: grayscale(1);
    background-size: 100% auto;
    transform: translate(-50%);
}
.bs-pricing td.elementor-repeater-item-1574e76.td-content-type-default,
.bs-pricing td.elementor-repeater-item-0924f91.td-content-type-default,
.bs-pricing td.elementor-repeater-item-9e61db0.td-content-type-default,
.bs-home td.elementor-repeater-item-e62b207.td-content-type-default {
    position: relative;
}
.bs-contact-form div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    margin-top: 20px;
    position: relative;
    width: max-content;
}
.bs-tab-sec div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    margin-top: 0;
    position: relative;
}
.bs-tab6-sec .bs-tab-left-content span.elementor-icon-list-icon {
    margin-bottom: 0;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-spinner {
    max-width: 26px;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translate(-50%);
    margin-left: 0;
}
.elementor-element.bs-auth-sec div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
.elementor-element.bs-auth-sec div.wpforms-container-full button[type=submit] {
    font-weight: 600;
}
div.bs-profiles-sec-bottom div.wpforms-container-full .wpforms-form .wpforms-submit-container button,
.elementor-element.bs-auth-sec div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
.elementor-element.bs-auth-sec div.wpforms-container-full button[type=submit],
.bs-contact-form div.wpforms-container-full button[type=submit],
.bs-tab-sec div.wpforms-container-full button[type=submit],
.bs-contact-form div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
.bs-tab-sec div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
    background-color: var(--e-global-color-2484186);
    color: var(--e-global-color-secondary);
    padding: 11px 25px;
    min-height: 45px;
    border-radius: 40px;
    font-size: var(--para);
    text-transform: uppercase;
    font-weight: 400;
    border: 1px solid var(--e-global-color-2484186);
}
.bs-tab-left-content span.elementor-icon-list-text strong {
    color: var(--e-global-color-accent);
}
div.bs-profiles-sec-bottom div.wpforms-container-full .wpforms-form .wpforms-submit-container button:hover,
.elementor-element.bs-auth-sec div.wpforms-container-full button[type=submit]:hover,
.bs-contact-form div.wpforms-container-full button[type=submit]:hover,
.bs-tab-sec div.wpforms-container-full button[type=submit]:hover {
    background-color: transparent;
    background: transparent;
    color: var(--e-global-color-2484186);
}
div.bs-profiles-sec-bottom div.wpforms-container-full input:focus,
.elementor-element.bs-auth-sec div.wpforms-container-full input[type=email]:focus,
.elementor-element.bs-auth-sec div.wpforms-container-full input[type=password]:focus,
.elementor-element.bs-auth-sec div.wpforms-container-full input[type=text]:focus,
.elementor-element.bs-auth-sec div.wpforms-container-full input[type=email]:focus:invalid,
.elementor-element.bs-auth-sec div.wpforms-container-full input[type=password]:focus:invalid,
.elementor-element.bs-auth-sec div.wpforms-container-full input[type=text]:focus:invalid,
.bs-tab-sec div.wpforms-container-full select:focus,
.bs-contact-form div.wpforms-container-full textarea:focus,
.bs-contact-form div.wpforms-container-full input:focus {
    border: 1px solid var(--e-global-color-2484186) !important;
    box-shadow: unset !important;
}
div.bs-profiles-sec-bottom div.wpforms-container-full .wpforms-form .wpforms-submit-container button {
    font-size: 16px;
    text-transform: capitalize;
}
.bs-tab-sec div.wpforms-container-full input[type=text]:focus {
    border: 1px solid var(--e-global-color-2484186);
    box-shadow: unset;
}
.bs-tab-left-content .elementor-widget.elementor-widget-button {
    margin-top: 10px;
}
.elementor-element.bs-4-cols-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row !important;
    width: 100%;
    padding: 0;
    margin-bottom: 34px;
}
.elementor-element.bs-4-cols-img > .elementor-widget-image {
    width: calc(100%/4);
    margin: 6px;
}
section.bs-tab7-sec .bs-tab-sec-top span.elementor-icon-list-text {
    max-width: 51%;
    width: 100%;
    display: block;
    margin-bottom: 36px;
}
.bs-tab7-sec .bs-tab-left-content span.elementor-icon-list-icon {
    width: 60px;
    height: 118px;
    margin-bottom: 0;
    margin-left: 160px;
}
section.bs-tab7-sec .bs-tab-sec-top .bs-tab-left-content li.elementor-icon-list-item {
    justify-content: space-between;
}
.elementor section.bs-tab7-sec .elementor-element.elementor-widget-icon-list{
    width: 100%;
    max-width: 70%;
}
.elementor-element.bs-4-cols-img > .elementor-widget-image .elementor-widget-container {
    position: relative;
    padding-top: 107%;
    border-radius: 20px;
    transition: all .5s ease;
    overflow: hidden;
}
.bs-tab8-sec .elementor-widget-button a.elementor-button {
    padding: 15px 22px;
    min-height: 70px;
    min-width: 462px;
}
.bs-tab8-sec .elementor-widget-button a.elementor-button .elementor-button-text {
    font-size: 25px;
    line-height: 150%;
}
.elementor-element.bs-4-cols-img > .elementor-widget-image:hover .elementor-widget-container img {
    transform: scale(1.2);
    transition: all .5s ease;
}
.elementor-element.bs-4-cols-img > .elementor-widget-image .elementor-widget-container img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 20px;
    transition: all .5s ease;
}
.bs-table-sec.bs-home .elementor-widget-button a.elementor-button {
    min-width: 131px;
}
section.bs-tab4-sec .elementor-element.bs-tab-left-content {
    display: flex;
    flex-direction: row !IMPORTANT;
    FLEX-WRAP: wrap;
    align-items: center;
}
.elementor section.bs-tab4-sec .bs-tab-sec-top .elementor-element.elementor-widget-icon-list, .elementor section.bs-tab4-sec .bs-tab-sec-top .elementor-element.elementor-widget-heading {
    width: 100%;
    max-width: 66%;
    margin-bottom: 20px;
}
div.elementor section.bs-tab-middle-sec .bs-tab-sec-top .elementor-element.elementor-widget-heading {
    padding-right: 0;
}
section.elementor-element.bs-table-sec.bs-home {
    padding: 0;
}
section .bs-table-wrap > .e-con-inner {
    padding: 0 0 50px 0;
    border-top: 1px solid #DBDBDB;
}
.bs-table-wrap > .e-con-inner > div.elementor-widget-Table {
    padding: 50px 0 0 0;
}
.elementor section.bs-tab-middle-sec .bs-tab-sec-top .elementor-element.elementor-widget-icon-list, .elementor section.bs-tab-middle-sec .bs-tab-sec-top .elementor-element.elementor-widget-heading {
    max-width: 40%;
}
div.page-content section.bs-tab-middle-sec .elementor-element.bs-tab-left-content {
    justify-content: center;
}
.page-content section.bs-tab-middle-sec .elementor-element.bs-tab-left-content h2 {
    text-align: end !important;
}
.elementor section.bs-tab4-sec .bs-tab-sec-top .elementor-element.elementor-widget-heading {
    padding-right: 180px;
    margin-bottom: 0;
}
.page-content section.bs-tab4-sec .elementor-element.bs-tab-left-content {
    width: 100%;
    max-width: 100%;
    justify-content: space-between;
}
.bs-tab4-sec .bs-tab-sec-top h2 {
    margin-bottom: 0;
    font-size: 35px;
}
.bs-tab4-sec .bs-tab-sec-top span.elementor-icon-list-text {
    display: contents;
}
.bs-tab4-sec .bs-tab-sec-top .bs-tab-left-content li.elementor-icon-list-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: -10px;
}
.bs-tab4-sec  .bs-tab-sec-bottom h2  {
    font-size: var(--h4);
    line-height: 140%;
    margin-bottom: 24px;
    text-align: center;
}
.bs-tab3-sec .elementor-element.bs-tab-sec-top .elementor-element.bs-tab-right-img {
    padding-left: 26px;
}
.bs-tab6-sec .elementor-element.bs-tab-right-img {
    flex-wrap: wrap;
}
.elementor section.bs-tab6-sec .elementor-element.bs-tab-right-img .elementor-widget-image {
    width: 49%;
}
.elementor section.bs-tab6-sec .elementor-element.bs-tab-right-img .elementor-widget-image .elementor-widget-container {
    position: relative;
    padding-top: 103%;
}
.bs-tab5-sec .elementor-element.bs-tab-sec-top .elementor-element.bs-tab-right-img {
    padding-right: 26px;
}
.bs-tab-sec.bs-tab6-sec form.wpforms-form {
    align-items: flex-start;
    gap: 40px;
    flex-direction: column;
    margin-top: 30px;
}
.bs-tab-sec .wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 0;
    margin-bottom: 20px;
}
.bs-tab-sec .wpforms-container .wpforms-field:last-child {
    margin-bottom: 0;
}
.bs-tab-sec.bs-tab6-sec .bs-tab-left-content {
    padding-right: 26px;
}
.bs-tab4-sec  .bs-tab-sec-bottom p {
    font-size: var(--h5);
    line-height: 140%;
}
section.elementor-element.bs-tab8-sec > .e-con-inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    flex-direction: row ;
}
section.elementor-element.bs-tab8-sec .elementor-widget-image .elementor-widget-container {
    position: relative;
    padding-top: 104.5%;
    overflow: hidden;
    border-radius: 20px;
}
section.elementor-element.bs-tab8-sec .elementor-widget-image:hover .elementor-widget-container img {
    transform: scale(1.2);
    border-radius: 20px;
    transition: all .5s ease;
}
.bs-tab8-sec .elementor-element.bs-tab-sec-text {
    width: 100%;
    max-width: 691px;
    margin: 46px 7px 0;
}
.bs-tab8-sec .bs-tab-sec-img2,
.bs-tab8-sec .bs-tab-sec-img1 {
    width: 100%;
    max-width: 390px;
}
.bs-tab8-sec .bs-tab-sec-text h2{
    font-size: 26px;
    line-height: 130%;
    margin-bottom: 34px;
}
section.bs-tab7-sec.bs-compare-sec .bs-tab-sec-top span.elementor-icon-list-text {
    max-width: 62%;
    margin-bottom: 10px;
}
.elementor section.bs-tab4-sec.bs-compare-sec .bs-tab-sec-top .elementor-element.elementor-widget-icon-list, .elementor section.bs-tab4-sec.bs-compare-sec .bs-tab-sec-top .elementor-element.elementor-widget-heading {
    max-width: 74%;
}
.bs-tab8-sec .bs-tab-sec-text p{
    font-size: var(--normal);
    line-height: 140%;
    margin-bottom: 20px;
}
.bs-tab8-sec li span.elementor-icon-list-text {
    font-size: 35px;
    margin-bottom: 20px;
}
.bs-tab8-sec ul.elementor-icon-list-items {
    position: relative;
}
.bs-tab8-sec ul.elementor-icon-list-items::before {
    position: absolute;
    content: "";
    width: 40px;
    height: 80px;
    background-image: url("../images/Logo.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: 35px;
    left: 10px;
}
section.elementor-element.bs-tab8-sec .elementor-widget-image .elementor-widget-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 20px;
    left: 0;
    object-fit: cover;
    transition: all .5s ease;
}
/* tab end  */

/* text start  */
.bs-text-sec h2 {
    font-size: 35px;
    padding: 46px 0;
    font-weight: 700;
    text-transform: uppercase;
}
/* text end  */

/* table start  */
section.elementor-element.bs-table-sec {
    padding-top: 50px;
    padding-bottom: 50px;
}
table.tafe-table td::before {
    content: "";
  background-color: #fff;
  width: 15px;
  position: absolute;
  right: -17px;
  height: 100%;
  top: 0;
}
tbody tr:first-child {
    display: none;
}
table.tafe-table td:first-child::before{
    right: -15px
}
.bs-table-sec table tbody tr:hover>td::before {
    background: #dcd9b8;
}
table.tafe-table td:last-child:before {
    content: unset;
}
table.tafe-table tr td:last-child {
    border-right: unset;
}
table.tafe-table tr td:first-child {
    border-right: unset;
}
table.tafe-table td {
    border-left: 1px solid #e2e2e2;
    border-top: unset;
    border-bottom: unset;
    border-right: 1px solid #e2e2e2;
    background: var(--e-global-color-secondary);
    padding: 15px;
    font-size: 15px;
    color: var(--e-global-color-primary);
    font-weight: 500;
    position: relative;
    word-break: break-word;
}
.elementor .wpforms-confirmation-container-full {
    margin-bottom: 0 !important;
    text-align: center;
}
.elementor .wpforms-confirmation-container-full p{
    font-size: 16px;
}
table.tafe-table tr td:first-child {
    border: unset;
}
table.tafe-table tr td:last-child {
    border-right: unset;
}
table caption+thead tr:first-child td, table caption+thead tr:first-child th, table colgroup+thead tr:first-child td, table colgroup+thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th {
    border-block-start: unset !important;
}
table.tafe-table .tafe-table-header > tr> th:empty {
    background: transparent;
}
table.tafe-table .tafe-table-header > tr> th {
    padding: 15px;
    margin: 15px;
    word-break: break-all;
    border: unset;
    background: linear-gradient(180deg, #FFF98C 0%, #CDC64D 100%);
    border-radius: 30px 30px 0 0;
    font-size: var(--h4);
    color: var(--e-global-color-secondary);
    line-height: 100%;
}
.bs-table-sec table tbody>tr:nth-child(odd)>td, .bs-table-sec table tbody>tr:nth-child(odd)>th {
    background-color: var(--e-global-color-secondary);
}
.bs-table-sec table tbody tr:hover>td, .bs-table-sec table tbody tr:hover>th {
    background-color: hsl(52.14deg 90.06% 31.57% / 26%);
}
table.tafe-table .tafe-table-header > tr> th span {
    font-size: var(--para);
}
table.tafe-table .tafe-table-header > tr> th:nth-child(2) {
    color: var(--e-global-color-d6d59c3);
    width: 23%;
    font-weight: 600;
}
table.tafe-table .tafe-table-header > tr> th:nth-child(3) {
    background: linear-gradient(180deg, #EFE63A 0%, #938D20 100%);
    width: 23%;
    font-weight: 600;
}
table.tafe-table .tafe-table-header > tr> th:nth-child(4) {
    background: linear-gradient(180deg, #EFE63A 0%, #524E05 100%);
    width: 23%;
    font-weight: 600;
}
table tr td a:not([href]):not([tabindex]) {
    color: var(--e-global-color-secondary);
}
table tr td a:not([href]):not([tabindex]):hover {
    color: var(--e-global-color-2484186);
}
table tr td a {
    background: var(--e-global-color-2484186);
    border: 1px solid var(--e-global-color-2484186);
    padding: 12px 24px;
    border-radius: 40px;
    color: var(--e-global-color-secondary);
    font-weight: 600;
    font-size: var(--h6);
    margin: 10px 0;
}
table tr td a:hover {
    color: var(--e-global-color-2484186);
    background: transparent;
    border: 1px solid var(--e-global-color-2484186);
}
table tr:last-child td {
    padding: 30px 0 20px;
}
.bs-table-sec table tr:last-child td {
    background: transparent !important;
}
.bs-table-sec table tr:last-child:hover td {
    background-color: transparent;
}
.bs-table-sec .elementor-element.elementor-widget.elementor-widget-button {
    margin-top: 30px;
}
/* table end  */

/* about start  */
.bs-about-success .bs-tab-sec-top .bs-tab-left-content li.elementor-icon-list-item {
    margin-bottom: 20px;
    justify-content: center;
}
.bs-about-success .elementor-element.elementor-widget-icon-list {
    width: 100%;
    max-width: 100% !important;
}
 .elementor-element.bs-mentor-tab .bs-tab-sec-top .elementor-element.bs-tab-right-img .elementor-widget-container {
    padding-top: 70%;
}
.elementor section.bs-mentor-education.bs-tab4-sec .elementor-element.elementor-widget-icon-list {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
/* about start  */
.bs-static-title .bs-tab-sec-top .bs-tab-left-content li.elementor-icon-list-item {
    margin-bottom: 35px;
}
.bs-static-page .bs-tab-sec-bottom h2 {
    margin: 50px 0 20px;
    color: var(--e-global-color-d6d59c3);
    font-size: var(--normal);
    font-weight: 700;
    line-height: 130%;
}
.bs-static-page .bs-tab-sec-bottom p {
    color: var(--e-global-color-d6d59c3);
    font-size: var(--para);
    font-weight: 400;
    line-height: 140%;
}
.bs-static-page .bs-tab-sec-bottom {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto 150px auto;
}
.bs-contact-list span.elementor-icon-list-icon {
    width: 68px;
    min-width: 68px;
    height: 66px;
    background: #fff;
    margin-bottom: 0;
    border-radius: 50%;
    padding: 19px 15px;
    margin-right: 28px;
    cursor: pointer;
    transition: all .5s ease;
}
.bs-contact-list span.elementor-icon-list-icon:hover {
    background: var(--e-global-color-2484186);
}
.bs-contact-list span.elementor-icon-list-icon svg{
    margin-right: 0 !important;
}
.bs-contact-list span.elementor-icon-list-icon:hover svg {
    filter: brightness(100);
}
section .bs-contact-list .elementor-icon-list-text {
    font-size: var(--normal);
    text-transform: lowercase;
}
.bs-contact-detail .elementor-element.bs-tab-sec-top .elementor-element.bs-tab-right-img .elementor-widget-container {
    padding-top: 66%;
}
.bs-contact-detail .elementor-element.bs-tab-sec-top {
    align-items: flex-start;
}
section.bs-contact-form {
    padding: 50px 0;
}
.bs-contact-form h2 {
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 70px;
}
.bs-contact-form div.wpforms-container-full:not(:empty) {
    margin: 0;
}
.bs-contact-form div.wpforms-container-full:not(:empty) .wpforms-form {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}
.bs-contact-form div.wpforms-container-full:not(:empty) .wpforms-form .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 100%;
    justify-content: center;
    align-items: stretch;
}
.bs-contact-form div.wpforms-container-full:not(:empty) .wpforms-form .wpforms-field-container .wpforms-field textarea {
    border: 1px solid #DBDBDB;
    border-radius: 6px;
    resize: none;
    padding: 13px 20px;
    color: var(--e-global-color-text);
    font-size: 14px;
    background-color: var(--e-global-color-secondary);
}
.bs-contact-form div.wpforms-container-full:not(:empty) .wpforms-form .wpforms-field-container .wpforms-field input {
    border: 1px solid #DBDBDB;
    border-radius: 6px;
    min-height: 45px;
    padding: 13px 20px 13px 70px;
    color: var(--e-global-color-text);
    font-size: 14px;
    background-color: var(--e-global-color-secondary);
}
.bs-contact-form div.wpforms-container-full:not(:empty) .wpforms-form .wpforms-field-container .wpforms-field textarea::placeholder ,
.bs-contact-form div.wpforms-container-full:not(:empty) .wpforms-form .wpforms-field-container .wpforms-field input::placeholder {
    color: var(--e-global-color-text);
    opacity: 1;
}
.bs-contact-form div.wpforms-container-full:not(:empty) .wpforms-form .wpforms-field-container .wpforms-field {
    padding: 0;
    width: 100%;
    max-width: 48%;
    position: relative;
}
.bs-contact-form div.wpforms-container-full:not(:empty) .wpforms-form .wpforms-field-container .wpforms-field.bs-contact-email::before {
    content: "";
    position: absolute;
    background-image: url("../images/Shape.svg");
    background-repeat: no-repeat;
    width: 19px;
    height: 16px;
    top: 17px;
    left: 17px;
    background-size: 100% auto;
}
.bs-contact-form div.wpforms-container-full:not(:empty) .wpforms-form .wpforms-field-container .wpforms-field.bs-contact-name::before {
    content: "";
    position: absolute;
    background-image: url("../images/User.svg");
    background-repeat: no-repeat;
    width: 15px;
    height: 20px;
    top: 13px;
    left: 20px;
    background-size: 100% auto;
}
.bs-contact-detail .elementor-element.bs-tab-sec-top .elementor-element.bs-tab-left-content {
    max-width: 771px;
    padding-right: 100px;
}
.bs-contact-detail .elementor-element.bs-tab-sec-top .elementor-element.bs-tab-right-img {
    max-width: calc(100% - 771px);
}
.bs-contact-form div.wpforms-container-full:not(:empty) .wpforms-form .wpforms-field-container .wpforms-field.bs-contact-phone input {
    padding: 13px 20px 13px 70px !important;
}
.bs-contact-form div.wpforms-container-full:not(:empty) .wpforms-form .wpforms-field-container .wpforms-field.bs-contact-email::after,
.bs-contact-form div.wpforms-container-full:not(:empty) .wpforms-form .wpforms-field-container .wpforms-field.bs-contact-phone::after,
.bs-contact-form div.wpforms-container-full:not(:empty) .wpforms-form .wpforms-field-container .wpforms-field.bs-contact-name::after {
    position: absolute;
    content: "";
    border-right: 1px solid #DBDBDB;
    left: 52px;
    top: 12px;
    width: 2px;
    height: 22px;
}
.bs-contact-form div.wpforms-container-full:not(:empty) .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-html  {
    max-width: 100%;
    text-align: end;
}
.bs-contact-form div.wpforms-container-full:not(:empty) .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-html h3 {
    margin: 0;
    font-size: 14px;
    color: var(--e-global-color-text);
    margin-top: -25px;
    font-weight: 400;
}
.bs-contact-form div.wpforms-container-full:not(:empty) .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-textarea {
    max-width: 100%;
}
.bs-mentor-tab .elementor-widget-button a.elementor-button {
    padding: 17px 20px;
    min-height: 70px;
    min-width: 462px;
    margin-left: 40px;
}
.bs-mentor-tab .elementor-widget-button a.elementor-button .elementor-button-text{
    font-size: 25px;
}
section.bs-pricing .bs-table-wrap > .e-con-inner {
    padding: 0 0 15px 0;
}
/* auth start  */
.elementor-element.bs-auth-sec {
    padding: 0;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.elementor-element.bs-auth-sec > .e-con-inner {
    padding: 50px 0 50px 50px;
    width: 100%;
    max-width: 100%;
}
.elementor-element.bs-auth-sec .bs-auth-left .elementor-widget-container {
    position: relative;
    padding-top: 126%;
    border-radius: 16px;
    transition: all .5s ease;
    overflow: hidden;
}
.elementor-element.bs-auth-sec .bs-auth-left .elementor-widget-container:hover img {
    transform: scale(1.2);
    border-radius: 16px;
    transition: all .5s ease;
}
.elementor-element.bs-auth-sec .bs-auth-left .elementor-widget-container img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    border-radius: 16px;
    transition: all .5s ease;
}
.elementor-element.bs-auth-sec .bs-auth-left {
    padding: 0;
    width: 100%;
    max-width: 44.9%;
    justify-content: center;
}
.elementor-element.bs-auth-sec .bs-auth-right {
    padding: 0;
    width: 100%;
    max-width: calc(100% - 44.9%);
}
.elementor-element.bs-auth-sec .bs-auth-right > .elementor-element {
    margin: auto;
    width: 100%;
    max-width: 470px;
    padding: 0;
    text-align: center;
    flex-direction: column;

}
.elementor-element.bs-auth-sec .bs-auth-right > .elementor-element .elementor-widget-image img{
    width: 100%;
    min-width: 375px;
}
.elementor-element.bs-auth-sec .bs-auth-right .elementor-widget-heading p {
    color: #1a1a1a;
    font-size: var(--h14);
    font-weight: 400;
    line-height: 140%;
}
.elementor-element.bs-auth-sec .bs-auth-right h2 {
    color: #1a1a1a;
    font-size: var(--normal);
    margin: 40px 0 28px 0;
    font-weight: 600;
}
.elementor-element.bs-auth-sec div.wpforms-container-full:not(:empty) {
    margin: 0;
}
.elementor-element.bs-auth-sec .wpforms-container .wpforms-field {
    padding: 0;
    margin-top: 30px;
    position: relative;
}
.elementor-element.bs-auth-sec .wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block.wpforms-one-half {
    position: relative;
}
.elementor-element.bs-auth-sec .wpforms-container #wpforms-654-field_1-container {
    margin-bottom: 30px;
}
.elementor-element.elementor-element-79a208d.elementor-widget.elementor-widget-heading {
    margin-top: 30px;
}
.elementor-element.elementor-element-79a208d.elementor-widget.elementor-widget-heading p a:hover {
    color: #A51C30;
}
.elementor-element.bs-auth-sec div.wpforms-container-full .wpforms-confirmation-container-full, .elementor-element.bs-auth-sec div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    margin-top: 20px;
}
.elementor-element.bs-auth-sec .wpforms-error-container p {
	font-size: 14px;
	margin-top: 10px;
}
.elementor-element.bs-auth-sec .wpforms-container #wpforms-654-field_1-container::after,
.elementor-element.bs-auth-sec .wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block.wpforms-one-half.wpforms-first::after,
.elementor-element.bs-auth-sec .wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block.wpforms-one-half::after,
.elementor-element.bs-auth-sec .wpforms-container #wpforms-635-field_3-container::after,
.elementor-element.bs-auth-sec .wpforms-container #wpforms-614-field_2-container::after,
.elementor-element.bs-auth-sec .wpforms-container #wpforms-614-field_1-container::after {
    content: "";
    position: absolute;
    top: 13px;
    left: 60px;
    width: 1px;
    height: 21px;
    background-color: #DBDBDB;
    z-index: 2;
}
.elementor-element.bs-auth-sec div.wpforms-container-full .wpforms-form #wpforms-654-field_2-container .wpforms-field-row.wpforms-field-medium .wpforms-field-row-block::before,
.elementor-element.bs-auth-sec div.wpforms-container-full .wpforms-form #wpforms-635-field_4-container .wpforms-field-row.wpforms-field-medium .wpforms-field-row-block::before,
.elementor-element.bs-auth-sec div.wpforms-container-full .wpforms-form #wpforms-635-field_4-container .wpforms-field-row.wpforms-field-medium .wpforms-field-row-block.wpforms-first::before,
.elementor-element.bs-auth-sec .wpforms-container #wpforms-614-field_2-container::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 24px;
    background-image: url("../images/lock.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 16px;
    height: 19px;
    z-index: 3;
}
.elementor-element.bs-auth-sec .wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block.wpforms-one-half.wpforms-first::before, .elementor-element.bs-auth-sec .wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block.wpforms-one-half::before {
    content: "";
    position: absolute;
    top: 13px;
    left: 24px;
    background-image: url("../images/Userform.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 15px;
    height: 19px;
    z-index: 3;
}
.elementor-element.bs-auth-sec .wpforms-container #wpforms-654-field_1-container::before,
.elementor-element.bs-auth-sec .wpforms-container #wpforms-635-field_3-container::before,
.elementor-element.bs-auth-sec .wpforms-container #wpforms-614-field_1-container::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 20px;
    background-image: url("../images/SMS.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 20px;
    height: 16px;
    z-index: 2;
}
.elementor-element.bs-auth-sec .wpforms-container .wpforms-field span.bizstrata-toggle-password.active-eye::before {
    content: unset;
}
.elementor-element.bs-auth-sec .wpforms-container .wpforms-field span.bizstrata-toggle-password::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 22px;
    top: 1px;
    right: 9px;
    background-color: #6b6961;
    transform: rotate(30deg);
}
.elementor-element.bs-auth-sec .wpforms-container .wpforms-field span.bizstrata-toggle-password {
    position: absolute;
    top: 10px;
    z-index: 2;
    right: 15px;
}
.elementor-element.bs-auth-sec div.wpforms-container-full input[type=email]::placeholder,
.elementor-element.bs-auth-sec div.wpforms-container-full input[type=password]::placeholder, .elementor-element.bs-auth-sec div.wpforms-container-full input[type=text]::placeholder {
    color: #66645B;
    opacity: 1;
}
.elementor-element.bs-auth-sec div.wpforms-container-full input[type=email],
.elementor-element.bs-auth-sec div.wpforms-container-full input[type=password], .elementor-element.bs-auth-sec div.wpforms-container-full input[type=text] {
    width: 100%;
    max-width: 100%;
    padding: 14px 17px 14px 80px;
    font-size: var(--h14);
}
div#wpforms-614-field_8-container {
    margin-top: 23px;
    margin-bottom: 53px;
}
.elementor-element.bs-auth-sec button.wpforms-submit {
    width: 100%;
}
.elementor-widget.elementor-widget-shortcode .elementor-shortcode p {
    font-size: var(--h14);
    margin-top: 20px;
}
.elementor-widget.elementor-widget-shortcode .elementor-shortcode p a {
    text-decoration: underline;
}
.elementor-element.bs-auth-sec div.wpforms-container-full input[type=checkbox]+label {
    font-size: var(--h14);
    text-align: left;
}
.elementor-element.bs-auth-sec div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input {
    min-width: 20px;
    max-width: 20px;
}
.elementor-element.bs-auth-sec div.wpforms-container-full input[type=checkbox]:before {
    left: -2px;
    top: -4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #998608;
}
.elementor-element.bs-auth-sec div.wpforms-container-full input[type=checkbox]:checked:after {
    border-left: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    background-color: transparent;
    left: -3px;
    top: -2px;
    width: 20px;
}
.elementor-element.bs-auth-sec div.wpforms-container-full input[type=checkbox]:checked:before {
    box-shadow: 0 0 0 1px #998608, 0px 1px 2px rgba(0, 0, 0, 0.15);
    background: #998608;
}
.elementor-element.bs-auth-sec div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    margin-top: 0;
}
.elementor-element.bs-auth-sec .wpforms-field-layout .wpforms-field-content {
    padding-top: 0 !important;
    margin: 0;
}
.elementor-element.bs-auth-sec .wpforms-field-layout .wpforms-field-checkbox {
    margin-top: 0;
}
div#wpforms-614-field_7 p {
    text-align: end;
    margin-bottom: 0;
}
div#wpforms-614-field_7 p a{
    font-size: var(--h14);
    color: #1a1a1a;
    text-decoration: none;
}
div#wpforms-614-field_7 p a:hover {
    color: #A51C30;
}
.elementor-element.bs-auth-sec div.wpforms-container-full .wpforms-form label.wpforms-error:before,.elementor-element.bs-auth-sec  div.wpforms-container-full .wpforms-form em.wpforms-error:before {
    content: unset;
}
.elementor-element.bs-auth-sec div.wpforms-container-full .wpforms-form label.wpforms-error, .elementor-element.bs-auth-sec div.wpforms-container-full .wpforms-form em.wpforms-error {
    font-size: 12px;
    text-align: start;
    margin-top: 5px;
    padding: 0;
}
.elementor-element.bs-auth-sec div.wpforms-container-full .wpforms-form #wpforms-654-field_2-container .wpforms-field-row.wpforms-field-medium,
.elementor-element.bs-auth-sec div.wpforms-container-full .wpforms-form #wpforms-635-field_4-container .wpforms-field-row.wpforms-field-medium {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
}
.elementor-element.bs-auth-sec div.wpforms-container-full .wpforms-form #wpforms-654-field_2-container .wpforms-field-row.wpforms-field-medium .wpforms-field-row-block.wpforms-first,
.elementor-element.bs-auth-sec div.wpforms-container-full .wpforms-form #wpforms-635-field_4-container .wpforms-field-row.wpforms-field-medium .wpforms-field-row-block.wpforms-first {
    margin-bottom: 30px;
}
.elementor-element.bs-auth-sec div.wpforms-container-full .wpforms-form #wpforms-654-field_2-container .wpforms-field-row.wpforms-field-medium .wpforms-field-row-block:last-child {
    margin-bottom: 30px;
}
.elementor-element.bs-auth-sec div.wpforms-container-full .wpforms-form #wpforms-654-field_2-container .wpforms-field-row.wpforms-field-medium .wpforms-field-row-block,
.elementor-element.bs-auth-sec div.wpforms-container-full .wpforms-form #wpforms-635-field_4-container .wpforms-field-row.wpforms-field-medium .wpforms-field-row-block {
    width: 100%;
    padding: 0;
    position: relative;
}
.elementor-element.bs-auth-sec .wpforms-container #wpforms-635-field_6-container.wpforms-field.wpforms-field-checkbox {
    margin: 18px 0 30px 0;
}
.elementor-element.bs-auth-sec div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-row.wpforms-field-medium {
    width: 100%;
    max-width: 100%;
}
.bizstrata-success-message p {
    margin-bottom: 0;
    font-size: var(--h14);
    color: #25A249;
}
.page-id-610 .bizstrata-success-message {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #E9F6ED;
    position: absolute;
    top: 50px;
    max-width: 1140px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 0;
    border-left: 4px solid #25A249;
}
.bizstrata-success-message img {
    width: 14px;
    height: 10px;
    margin: 0 26px 0 16px;
}
.bizstrata-success-message img.bizstrata-close-message {
    position: absolute;
    right: 0;
}
.elementor-element.bs-auth-sec .elementor .wpforms-confirmation-container-full p {
    font-size: 16px;
}
.bs-tab-form div.wpforms-container-full input[type=submit]:focus:after, 
.bs-tab-form div.wpforms-container-full button[type=submit]:focus:after, 
.bs-tab-form div.wpforms-container-full .wpforms-page-button:focus:after,
.elementor-element.bs-auth-sec div.wpforms-container-full input[type=submit]:focus:after, 
.elementor-element.bs-auth-sec div.wpforms-container-full button[type=submit]:focus:after, 
.elementor-element.bs-auth-sec div.wpforms-container-full .wpforms-page-button:focus:after, 
.wp-core-ui div.wpforms-container-full input[type=submit]:focus:after, 
.wp-core-ui div.wpforms-container-full button[type=submit]:focus:after, 
.wp-core-ui div.wpforms-container-full .wpforms-page-button:focus:after {
    content: unset;
}
/* auth end  */

/* profile page start  */
.elementor-element.bs-profiles-sec {
    padding: 0;
    min-height: 60vh;
}
.elementor-element.bs-profiles-sec .e-con-inner {
    padding: 30px 15px 50px !important;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.nav-bar-row {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(219, 219, 219, 1);
    border-radius: 12px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}
.nav-bar-row a {
    width: 100%;
    max-width: 130px;
    margin-right: 42px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    background: transparent;
    border-radius: 8px;
    transition: all .5s ease;
}
.nav-bar-row a:hover, .nav-bar-row a.active {
    background: linear-gradient(180deg, #EFE63A 0%, #938D20 100%);
}
.nav-bar-row a.active img,
.nav-bar-row a:hover img {
    filter: brightness(100);
}
.nav-bar-row a.active span,
.nav-bar-row a:hover span {
    color: #fff;
}
.nav-bar-row a span {
    font-size: 15px;
    font-weight: 400;
    margin-top: 6px;
    color: rgba(66, 65, 60, 1);
}
.elementor-element.bs-profiles-sec .nav-bar-row a img {
    width: 100%;
    max-width: 22px;
    height: 22px;
}
.elementor-element.bs-profiles-sec-bottom,
.elementor-element.bs-profiles-sec-top {
    padding: 0;
}
.elementor-element.bs-profiles-sec-bottom {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(219, 219, 219, 1);
    border-radius: 20px;
    padding: 30px;
}
.elementor-element.bs-profiles-sec-bottom.bs-thankyou {
    display: flex;
    justify-content: center;
    align-items: center;
}
.billing-history-header h2,
.my-change-password-header h2,
.my-profile-header h2 {
    margin: 0;
    font-size: 22px;
    color: rgba(33, 39, 42, 1);
    font-weight: 600;
    border-bottom: 1px solid rgba(219, 219, 219, 1);
    padding-bottom: 23px;
    margin-bottom: 30px;
}
.bs-profiles-sec-bottom div.wpforms-container-full .wpforms-field-file-upload .wpforms-uploader {
    border-color: transparent;
    width: 100%;
    padding: 0;
    height: 150px;
}
div.bs-profiles-sec-bottom div.wpforms-container > .wpforms-field,
div.bs-profiles-sec-bottom div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column {
    padding: 0;
}
div.bs-profiles-sec-bottom div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-row{
    margin-right: 0;
    margin-left: 0;
}
div.bs-profiles-sec-bottom div.wpforms-container-full > .wpforms-field {
    padding: 0;
    width: 100%;
    max-width: 50%;
    position: relative;
}
div.bs-profiles-sec-bottom div.wpforms-container-full .wpforms-field-label {
    font-size: 14px;
    font-weight: 400;
    color: rgba(66, 65, 60, 1);
    margin: 0 0 5px;
}
div.bs-profiles-sec-bottom div.wpforms-container-full .wpforms-form .iti--allow-dropdown input[type="tel"] {
    padding: 14px 17px 14px 80px !important;
}
div.bs-profiles-sec-bottom div.wpforms-container-full .wpforms-form .iti--allow-dropdown input[type="tel"],
div.bs-profiles-sec-bottom div.wpforms-container-full input {
    border: 1px solid rgba(219, 219, 219, 1);
    border-radius: 6px;
    font-weight: 400;
    color: rgba(102, 100, 91, 1);
    padding: 14px 17px 14px 80px;
    font-size: var(--h14);
    line-height: 120%;
    min-height: 45px;
}
div.bs-profiles-sec-bottom div.wpforms-container-full input::placeholder {
    color: rgba(102, 100, 91, 1);
    opacity: 1;
}
div#wpforms-706-field_8-container .wpforms-layout-row, div#wpforms-706-field_4-container .wpforms-layout-row {
    display: flex;
    gap: 30px;
    margin: 0;
}
div.bs-profiles-sec-bottom div.wpforms-container-full .wpforms-field-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    column-gap: 30px;
}
div.bs-profiles-sec-bottom div.wpforms-container-full .wpforms-field-container>div {
    width: 100%;
    max-width: 48%;
}
div#wpforms-706-field_11-container {
    width: 100%;
    max-width: 100%;
}
div.bs-profiles-sec-bottom div.wpforms-field-container #wpforms-706-field_2-container::after {
    content: unset;
}
div.bs-profiles-sec-bottom div.wpforms-field-container > .wpforms-field::after, div.bs-profiles-sec-bottom div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column>div::after {
    content: "";
    position: absolute;
    top: 52px;
    left: 60px;
    width: 1px;
    height: 21px;
    background-color: #DBDBDB;
    z-index: 2;
}
#show_edit_profile_form,
a#show_change_password_form,
a#change_profile_photo {
    border: 1px solid rgba(165, 28, 48, 1);
    border-radius: 30px;
    padding: 10px 14px;
    color: rgba(165, 28, 48, 1);
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    width: max-content;
    background-color: transparent;
    text-transform: uppercase;
    cursor: pointer;
}
a#show_edit_profile_form {
    min-width: 109px;
    justify-content: center;
    margin-right: 30px;
}
#wpforms-form-712 .wpforms-submit-container {
    justify-content: flex-end;
}
#show_edit_profile_form:hover,
a#show_change_password_form:hover, a#change_profile_photo:hover {
    color: #fff;
    background-color: rgba(165, 28, 48, 1);
}
a#show_change_password_form:hover img, a#change_profile_photo:hover svg {
    filter: brightness(100);
}
div#wpforms-706-field_2-container {
    padding: 0;
}
div#wpforms-706-field_11-container > div {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 40px;
}
div.bs-profiles-sec-bottom div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    align-items: center;
}
#wpforms-706-field_11-container > div > .wpforms-layout-row:first-child {
    width: 150px;
    height: 150px;
    margin-right: 20px;
}
a#show_change_password_form img,
a#change_profile_photo svg {
width: 22px;
height: 21px;
margin-right: 8px;
}
div.bs-profiles-sec-bottom div.wpforms-container-full .wpforms-field-file-upload .wpforms-uploader .dz-message {
    display: none;
}
div.wpforms-field-file-upload {
    padding: 0;
}
#wpforms-706-field_6-container::before,
#wpforms-706-field_5-container::before {
    content: "";
    position: absolute;
    top: 52px;
    left: 24px;
    background-image: url("../images/Userform.svg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 15px;
    height: 19px;
    z-index: 3;
}
#wpforms-706-field_7-container::before {
    content: "";
    position: absolute;
    background-image: url("../images/Shape.svg");
    background-repeat: no-repeat;
    width: 19px;
    height: 16px;
    top: 54px;
    left: 20px;
    background-size: 100% auto;
}
#wpforms-706-field_10-container::before {
    content: "";
    position: absolute;
    background-image: url("../images/location.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: 52px;
    left: 20px;
    background-size: 100% auto;
}
div#wpforms-712-field_4-container {
    max-width: 100%;
}
#wpforms-712-field_4-container .wpforms-layout-row {
    display: flex;
    gap: 30px;
}
#wpforms-712-field_4-container .wpforms-field::before {
    content: "";
    position: absolute;
    background-image: url("../images/newlock.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 23px;
    top: 52px;
    left: 20px;
    background-size: 100% auto;
}
#wpforms-712-field_4-container span.bizstrata-toggle-password {
    position: absolute;
    top: 50px;
    right: 15px;
}
span.bizstrata-toggle-password.active-eye::before {
    content: unset;
}
span.bizstrata-toggle-password::before {
    content: "";
    position: absolute;
    border-left: 1px solid #6c6c6c;
    height: 20px;
    width: 1px;
    transform: rotate(25deg);
    right: 8px;
    top: 2px;
}
div.wpforms-container-full .wpforms-field-file-upload .wpforms-uploader.wpforms-focus, div.wpforms-container-full .wpforms-field-file-upload .wpforms-uploader:focus-within {
    border-color: transparent !important;
    box-shadow: unset !important; 
}
.dz-preview {
    padding: 0 !important;
    width: 150px !important;
    height: 150px;
    max-width: 150px;
    border-bottom: unset !important;
}
.dz-preview .dz-details, .dz-preview .dz-error-message, .dz-preview .dz-progress, .dz-preview .dz-remove {
    display: none !important;
}
div.bs-profiles-sec-bottom div.wpforms-container div.wpforms-uploader .dz-preview .dz-image {
    width: 150px;
    height: 150px;
    border: unset;
    margin: 0;
    border-radius: 50%;
}
a#remove_profile_photo {
    font-size: 14px;
    color: #a51c30;
    cursor: pointer;
    text-decoration: underline;
}
div#wpforms-706-field_2 {
    gap: 10px;
    display: flex;
    flex-direction: column;
}
div.bs-profiles-sec-bottom div.wpforms-container div.wpforms-uploader .dz-preview .dz-image img {
    min-width: 100%;
    height: 100%;
    display: block;
}
#wpforms-706-field_11-container::after,
#wpforms-706-field_1-container::after {
    content: unset;
}
div#wpforms-706-field_1-container {
    padding: 0;
}
.sub-menu-nav {
    position: relative;
    display: flex;
    padding: 10px;
    flex-direction: column;
    transition: all .5s ease;
    padding-right: 0;
}
.sub-menu-nav img.profile-image {
    width: 66px;
    height: 73px;
    border-radius: 50%;
    border: 6px solid #fff;
    position: absolute;
    top: 0;
    left: 0px;
    object-fit: cover;
    z-index: 2;
}
.sub-menu-nav a.nav-btn {
    background: linear-gradient(180deg, #EFE63A 0%, #938D20 100%);
    color: #fff;
    border-radius: 50px;
    padding: 11px 30px 11px 80px;
    font-size: 16px;
    align-items: center;
    z-index: 1;
    min-width: 199px;
}
.sub-menu-nav a.nav-btn img {
    width: 12px;
    margin-left: 8px;
    margin-bottom: 2px;
}
.sub-menu-nav .sub-menu-alt {
    display: none;
}
.sub-menu-nav.active-profile-menu .sub-menu-alt a {
    width: 100%;
    display: block;
    max-width: 100%;
    color: #ffffff;
    text-align: center;
}
.sub-menu-nav.active-profile-menu .sub-menu-alt a:hover {
    color: #000;
}
.sub-menu-nav.active-profile-menu .sub-menu-alt {
    display: block;
    position: absolute;
    bottom: -66px;
    background: linear-gradient(180deg, #EFE63A 0%, #938D20 100%);
    border-radius: 10px;
    min-width: 199px;
    padding: 10px;
    transition: all .5s ease;
    right: 0;
}
div#wpforms-706-field_11-container > div {
    margin-top: 20px;
}
section.elementor-element.bs-profile-table-sec > div {
    padding: 0;
}
section.elementor-element.bs-profile-table-sec {
    padding: 30px 0;
    border: 1px solid #dbdbdb;
    background-color: #fff !important;
    border-radius: 20px;
}
section.elementor-element.bs-profile-table-sec .e-con-inner {
    padding: 30px 0 30px !important;
}
section.elementor-element.bs-profile-table-sec h2 {
    margin: 0;
    font-size: 22px;
    color: rgba(33, 39, 42, 1);
    font-weight: 600;
    border-bottom: 1px solid rgba(219, 219, 219, 1);
    padding-bottom: 23px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: 30px;
}
section.elementor-element.bs-profile-table-sec .bs-table-wrap > .e-con-inner > div.elementor-widget-Table {
    padding: 0;
}
section.elementor-element.bs-profile-table-sec table.tafe-table {
    width: calc(100% + 28px);
    margin-left: -15px;
}
section.elementor-element.bs-profile-table-sec table.tafe-table::before {
    position: absolute;
    content: "";
    background: #F3F5F6;
    top: 104px;
    left: 0px;
    bottom: 88px;
    right: 0px;
}
/* profile page end  */

/* member page satrt  */
.memberpressproduct-template-default {
    background-color: #F3F5F6;
}
.memberpressproduct .page-content {
    border-radius: 20px;
    padding: 30px;
    border: 1px solid #DBDBDB;
    margin: 20px 0 50px 0;
    background-color: #fff;
}
div.mp_wrapper form .mepr_price {
    margin-bottom: 20px;
    max-width: 100%;
}
.mp_wrapper form .mepr_price .mepr_price_cell_label {
    font-size: 18px;
    font-weight: 700;
    color: #42413C;
}
.mp_wrapper form .mp-form-row label {
    font-size: 14px;
    font-weight: 400;
    color: rgba(66, 65, 60, 1);
    margin: 0 0 5px;
}
.mp_wrapper form .mp-form-row input::placeholder {
    color: rgba(102, 100, 91, 1);
    opacity: 1;
}
.mp_wrapper form .mp-form-row select,
.mp_wrapper form .mp-form-row input {
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    font-weight: 400;
    color: rgba(102, 100, 91, 1);
    padding: 14px 17px 14px 17px;
    font-size: var(--h14);
    line-height: 120%;
    min-height: 45px;
}
.mp_wrapper form .mp-form-row  .mp-form-label {
    margin-bottom: 5px;
}
.mp_wrapper .mp-form-row {
    margin-bottom: 20px;
    width: 100%;
    max-width: 49%;
}
.memberpressproduct h1.entry-title {
    margin: 50px 0 0 0;
    font-size: 26px;
    font-weight: 700;
    color: #42413C;
}
table.mp-table th {
    font-size: 12px;
}
.mp_wrapper form {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
form#mepr-stripe-payment-form {
    display: block;
}
.mp_wrapper .mepr-form-has-errors, .mp_wrapper .cc-error, .mp_wrapper .mepr-validation-error {
    font-size: 14px;
}
.mepr-form input.invalid, .mepr-form select.invalid, .mepr-form textarea.invalid, .mepr-form label.mepr-checkbox-field.invalid, .mepr-form div.mepr-checkboxes-field.invalid, .mepr-form div.mepr-radios-field.invalid {
    border: 1px solid red !important;
    background-color: #ffffff !important;
}
div.wpforms-container-full button[type=submit]:focus:after {
    content: unset !important;
}
.mp_wrapper form .mp-form-submit {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: max-content;
    gap: 10px;
}
.mp_wrapper form img.mepr-loading-gif {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    right: 0;
}
.mp_wrapper .mepr-payment-methods-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
}
.member-billing-history .edit-profile-form {
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    background: #fff;
    padding: 10px;
}
.edit-billing-form table {
    width: 100%;
    border-collapse: collapse;
    background: white;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
    margin: 0;
}
.edit-billing-form table th, .edit-billing-form table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
}
.edit-billing-form table tbody tr:last-child td {
    border-bottom: unset;
}
.edit-billing-form table tbody tr td {
    border: unset;
    border-bottom: 1px solid #DBDBDB
}
.edit-billing-form table th {
    background: #F3F5F6;
    border: unset;
    font-weight: 500;
    font-size: 14px;
    color: #21272A;
    padding: 15px;
}
.edit-billing-form table th:first-child {
    border-radius: 8px 0 0 8px;
}
.edit-billing-form table th:last-child {
    border-radius: 0 8px 8px 0;
}
.edit-billing-form table td a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #1C3C58;
    font-weight: 400;
    background-color: transparent;
    font-size: 14px;
    margin: 0;
    padding: 0;
    border: unset;
}
.edit-billing-form table td a:hover {
    border: unset;
}
.edit-billing-form table tbody tr:first-child {
    display: contents;
}
.edit-billing-form table tbody>tr:nth-child(odd):hover>td, .edit-billing-form table tbody>tr:nth-child(odd):hover>th,
.edit-billing-form table tbody tr:hover>td, .edit-billing-form table tbody tr:hover>th {
    background-color: hsl(52.14deg 90.06% 31.57% / 26%);
}
.edit-billing-form table tbody>tr:nth-child(odd)>td, .edit-billing-form table tbody>tr:nth-child(odd)>th {
    background-color: transparent;
}
.edit-billing-form table tr td {
    width: 25%;
    border: unset;
    font-weight: 400;
    font-size: 14px;
    color: #42413C;
    padding: 15px !important;
}
.edit-billing-form table td a img {
    margin-right: 5px;
    width: 21px;
    height: 21px;
}
body .edit-billing-form.edit-no-billing-form tbody tr:hover td {
    background-color: transparent;
}
.edit-billing-form.edit-no-billing-form tbody tr td{
text-align: center;
padding: 50px 0 !important;
}
.bs-thankyou {
    text-align: center;
}
/* member page end  */

/* buisness page start  */
/* .form-step-box[data-step="step_1"], 
.form-step-box[data-step="step_3"], 
.form-step-box[data-step="step_2"], 
.form-step-box[data-step="step_4"], 
.form-step-box[data-step="step_5"], 
.form-step-box[data-step="step_6"], 
.form-step-box[data-step="step_8"] 
.form-step-box[data-step="step_7"]
{
    display: none;
} */
.form-group-head h3 {
    font-size: var(--para);
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 27px;
    margin-top: 50px;
}
.step-heading + .form-group-head h3 {
    margin-top: 30px;
}
.form-step-box span {
    color: #FF4747;
}
.form-step-box[data-step="step_6"] span {
    color: #1a1a1a;
}
body > form > .container {
    margin: 0 auto;
    border-radius: 8px;
    background-color: #fff;
    width: 100%;
    max-width: 1170px;
    padding: 30px 50px 50px 50px;
}
.form-step-box.form-step-content .button-group button.submit {
    background-color: #998608;
    border: 1px solid #998608;
    text-transform: uppercase;
}
.form-step-box[data-step="step_7"] .bs-step-top > p,
.form-step-box[data-step="step_6"] .bs-step-top > p {
    color: #66645B;
    font-size: var(--h6);
}
.form-step-box.form-step-content .button-group button.submit:hover {
    background-color: #fff;
    border: 1px solid #998608;
    color: #998608;
}
body > form {
    background: #F6F6F6;
    padding: 50px 15px;
    min-height: 64vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
body > form > .container .steps .step-wrap:last-child {
    padding-right: 0;
    border-right: 0;
}
body > form > .container .steps .step-wrap:first-child {
    padding-left: 0;
    border-left: 0;
}
body > form > .container .step {
    width: 50px;
    height: 50px;
    border: 1px solid #dbdbdb;
    margin: 0;
    font-size: 19px;
    font-weight: 600;
    background: #fff;
    cursor: pointer;
    transition: all .5s ease;
}
body > form > .container .step:hover,
body > form > .container .step.active {
    background-color: #998608;
    border-color: #998608;
    color: #fff;
}
body > form > .container .steps .step-wrap {
    z-index: 1;
    position: relative;
    border: 15px solid #fff;
}
body > form > .container .steps::before {
    content: "";
    position: absolute;
    background: #dbdbdb;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 1px;
}
.form-step-box .button-group button:focus,
.form-step-box .button-group button:hover {
    border: 1px solid #66645B;
    color: #66645B;
    background-color: #fff;
}
.form-step-box .button-group button.next:focus,
.form-step-box .button-group button.next:hover {
    background-color: #fff;
    border: 1px solid #998608;
    color: #998608;
}
.form-step-box .step-heading p {
    margin-bottom: 30px;
    font-size: var(--h6);
    color: #66645B;
}
.form-step-box[data-step="step_6"] .step-heading p {
    font-size: var(--para);
    color: #1a1a1a;
}
.form-step-box .button-group button {
    background-color: #66645B;
    border-radius: 50px;
    font-size: var(--h6);
    border: 1px solid #66645B;
}
.form-step-box .button-group button.next {
    background-color: #998608;
    border-radius: 50px;
    font-size: var(--h6);
    border: 1px solid #998608;
}
.bs-step-bottom.form-step-cost {
    margin-top: 30px;
}
form > .container .steps {
    margin-bottom: 40px;
    position: relative;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.form-step-box .privacy p a:hover {
    color: #000;
}
.form-step-box .step-heading h2 {
    font-size: 36px;
    font-weight: 700;
    margin: 50px 0 30px;
    color: #000;
}
.form-group .radio-group {
    margin-bottom: 50px;
}
.form-group .radio-group label {
    font-size: var(--h6);
    color: #66645B;
    font-weight: 400;
    margin-bottom: 20px;
    border: 1px solid #DBDBDB;
    background-color: transparent;
    padding: 16px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    transition: all .5s ease;
    cursor: pointer;
}
.form-group .radio-group label:hover, .form-group .radio-group label.selected {
    border: 1px solid #998608;
    background-color: #FFFDF4;
}
.form-step-box .form-group input[type="radio"] {
    margin-right: 12px;
    width: 20px;
    height: 20px;
}
.invest-col-wrap .div-input-invest {
    display: flex;
    align-items: center;
    position: relative;
}
.invest-col-wrap .div-input-invest span {
    color: #66645B;
    font-size: var(--h6);
    font-weight: 400;   
    position: absolute;
    left: 10px;
}
.invest-col-wrap .div-input-invest input[type="number"] {
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    font-size: var(--h6);
    color: #66645B;
    padding: 12px 15px 12px 30px; 
}
.bs-step-top .form-group .arrow-div {
    position: relative;
}
.bs-step-top.bs-step-last .form-group .arrow-div::before {
    content: unset;
}
.bs-step-top .form-group .arrow-div::before {
    content: "";
    position: absolute;
    background-image: url("../images/down-arrow.svg");
    right: 20px;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: 100% auto;
    filter: brightness(0.5);
    width: 17px;
    height: 10px;
    margin: auto;
}
.bs-step-top .form-group select {
    position: relative;
    appearance: none;
}
.form-step-box[data-step="step_6"] .invest-col-wrap input[type="text"], .form-step-box[data-step="step_6"] .invest-col-wrap > div {
    width: 100%;
    max-width: 100%;
}
.bs-step-top.bs-step-last .arrow-div input[type="number"] {
    border: unset;
    border-radius: 0;
    padding: 0;

}
.bs-step-top.bs-step-last .arrow-div,
.form-step-cost input[type="number"],
.invest-col-wrap input[type="text"],
.bs-step-top .form-group select,
div.form-step-box .form-group > input {
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    font-size: var(--h6);
    color: #66645B;
    padding: 12px 15px;
}
.form-step-box .form-group > label, .form-section .form-group > label {
    font-size: var(--para);
    color: #66645B;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 130%;
}
.form-step-box .form-group {
    margin-bottom: 30px;
    position: relative;
}
.form-step-box .privacy p a {
    font-size: var(--h6);
    font-weight: 600;
    margin-bottom: 0;
    color: #66645B;
    transition: all .5s ease;
}
.form-step-box .privacy p {
    font-size: var(--h6);
    font-weight: 400;
    margin-bottom: 0;
    color: #66645B;
}
.form-step-box .privacy p strong {
    font-size: var(--para);
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
    color: #42413C;
}
.form-step-box .privacy {
    border: 1px solid #dbdbdb;
    border-radius: 6px;
    background-color: #F6F6F6;
    padding: 30px;
}
.form-step-box .regenerate-button {
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all .5s ease;
    background: #FFFFFF;
    border: 1px solid #998608;
    color: #998608;
}
.form-step-box .regenerate-button svg {
    width: 17px;
    height: 18px;
    filter: brightness(0) saturate(100%) invert(53%) sepia(78%) saturate(3187%) hue-rotate(31deg) brightness(92%) contrast(94%);
}
.form-step-box .regenerate-button:hover {
    background: #998608;
    border: 1px solid #998608;
    color: #fff;
}
.form-step-box .form-group input[type="radio"] {
    margin-right: 12px;
    width: 20px;
    height: 20px;
    min-width: 20px;
    accent-color: #998608;
}
.form-step-box .regenerate-button:hover svg {
    filter: brightness(100);
}
.form-step-box .suggestion-box {
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
    margin-top: 15px;
    margin-bottom: 20px;
    row-gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}
.form-step-box .suggestions {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.form-step-box .suggestion-box button:focus,
.form-step-box .suggestion-box button:hover {
    box-shadow: 0px 4px 4px 0px #0000001F;
    background: #F6F6F6;
    border: 1px solid #DBDBDB;
    font-size: var(--h14);
    color: #66645B;
    font-weight: 400;
    padding: 8px 13px;
    border-radius: 6px;
}
.form-step-box .suggestion-box button {
    background: #F6F6F6;
    border: 1px solid #DBDBDB;
    font-size: var(--h14);
    color: #66645B;
    font-weight: 400;
    padding: 8px 13px;
    border-radius: 6px;
    transition: all .5s ease;
    white-space: normal;
}
.form-step-cost input[type="number"]:focus,
.invest-col-wrap input[type="text"]:focus,
.bs-step-top .form-group select:focus,
div.form-step-box .form-group > input:focus {
    border: 1px solid #998608;
    background-color: #FFFDF4;
}
.invest-col-wrap .invest-dollar input {
    padding-left: 30px !important;
}
.bs-step-top .form-group {
    width: 100%;
    max-width: 370px;
}
.bs-step-top p {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DBDBDB;
    color: #66645B;
    font-size: var(--h6);
    font-weight: 400;
}
.bs-step-bottom h3 {
    margin: 0 0 27px 0;
    font-size: var(--para);
    font-weight: 700;
    color: #1A1A1A;
}
.form-step-cost .investment-item-top .invest-title p  {
    width: 100%;
}
.investment-item-top .invest-title p {
    font-size: var(--para);
    font-weight: 600;
    color: #66645B;
    margin-bottom: 10px;
}
.form-step-cost .investment-item-top .invest-title {
    display: flex;
    width: 100%;
    max-width: calc(100% - 33% - 20px);
    align-items: flex-end;
    justify-content: flex-start;
    margin: 0 0 0 auto;
    gap: 40px;
}
.investment-item-top .invest-col-wrap {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.investment-item-top .invest-col-wrap p {
    font-size: var(--h6);
    font-weight: 700;
    color: #1A1A1A;
    margin-bottom: 0;
}
.invest-col-wrap input[type="text"],.invest-col-wrap > div {
    width: 100%;
    max-width: 33%;
}
.invest-col-wrap .invest-dollar {
    display: flex;
    align-items: center;
    position: relative;
}
.invest-col-wrap .invest-dollar span {
    position: absolute;
    left: 14px;
    font-weight: 600;
    color: #66645B;
    font-size: var(--para);
}
div.bs-step-bottom button.regenerate-button:hover{
    background-color: #998608;
    border: 1px solid #998608;
    color: #fff;
}
.bs-step-bottom > p.total-investment {
    color: #1A1A1A;
    margin: 30px 0;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
}
.bs-step-bottom button.regenerate-button {
    margin: 0;
    background-color: transparent;
    border: 1px solid #998608;
}
.bs-step-bottom .button-group {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bs-step-top.bs-step-last .arrow-div,
.bs-step-top.bs-step-last .form-group {
    width: 100%;
    max-width: 520px;
}
.form-step-content .button-group {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 33px;
}
.form-step-box.form-step-content .step-heading p {
    margin: 0 auto;
    width: 100%;
    max-width: 740px;
    text-align: center;
}
.form-step-box.form-step-content .button-group button {
    margin-left: 0;
}
.form-step-cost .invest-col-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}
.form-step-cost .invest-col-wrap > span {
    width: 100%;
    max-width: 33%;
    font-size: var(--para);
    font-weight: 600;
    color: #66645B;
}
.form-step-cost .invest-col-wrap > input {
    width: 100%;
    max-width: 35%;
}
.form-step-cost .invest-col-wrap > p {
    font-size: var(--h6);
    font-weight: 700;
    color: #66645B;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 33%;
}
.form-step-box.form-step-cost .investment-item-top .invest-title p:first-child {
    width: 100%;
    max-width: 60%;
}
.form-step-cost .investment-data {
    border-top: 1px solid #DBDBDB;
    margin-bottom: 30px;
}
.form-step-box[data-step="step_6"] .invest-title {
    display: flex;
    justify-content: space-around;
}
.form-step-cost .investment-content span {
    font-size: var(--h6);
    font-weight: 700;
    color: #42413C;
    margin-bottom: 0;
    margin-top: 0;
}
.form-step-cost .investment-content p {
    font-size: var(--h6);
    font-weight: 600;
    color: #66645B;
    margin-bottom: 0;
    margin-top: 30px;
}
.form-step-cost .invest-col-wrap p svg {
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.bs-step-bottom .invest-col-wrap .tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.bs-step-bottom .invest-col-wrap .tooltip {
    visibility: hidden;
    min-width: 150px;
    background-color: #66645b;
    color: #fff;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    font-size: 12px;
    line-height: 130%;
}
.bs-step-bottom .invest-col-wrap .tooltip-container:hover .tooltip {
    visibility: visible;
    opacity: 1;
}
div.error-message {
    font-size: 14px;
    margin-top: 5px;
    position: absolute;
    bottom: -24px;
}
/* buisness page end  */
.suggestion-loader {
    position: relative;
    top: 10px;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: flex;
        justify-content: center;
        align-items: center;
        display: none;
}
.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #b0a928;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}
    @keyframes spin {0% {transform: rotate(0deg);}100% {transform: rotate(360deg); } }

div#business_plan_html {
    width: 100%;
    max-width: 89.2%;
    margin: 50px auto;
    border: 1px solid #c5ccdf54;
    border-radius: 8px;
    padding: 30px 50px;
    background: #fff;
}
div#business_plan_html > p {
    font-size: var(--para);
    color: #1A1A1A;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #DBDBDB;
}
#business_plan_content h2 {
    font-size: var(--h2);
    color: #000;
    font-weight: 700;
    margin: 0 0 30px 0;
}
#business_plan_content h3 {
    font-size: var(--h4);
    color: #42413C;
    font-weight: 700;
    margin: 0 0 20px 0;
}
#business_plan_content p {
    font-size: var(--h6);
    color: #66645B;
    font-weight: 400;
    margin: 0 0 30px 0;
}
.form-heading strong {
    color: #0E1E2C;
    font-size: var(--para);
    text-align: center;
    font-weight: 600;
    width: 100%;
    display: block;
}

@media (max-width: 1366px) {

:root {
        --h1: 44px;
        --h1-rare: 50px;
        --h2: 32px;
        --h2-rare: 38px;
        --h3: 30px;
        --h4: 24px;
        --h5: 20px;
        --normal: 18px;
        --h6-rare: 16px;
        --para: 16px;
        --h6: 14px;
        --h14: 14px;
}

.elementor-widget-theme-site-logo .elementor-widget-container a {
    width: 170px;
}
body header.elementor-location-header .elementor-nav-menu--main .menu-item a {
    margin: 0 0 0 20px;
}
.bs-tab2-sec .bs-tab-left-content li.elementor-icon-list-item {
    margin-bottom: -10px;
}
header .elementor-widget-button a.elementor-button {
    padding: 10px 15px;
    min-height: 46px;
}
section.bs-tab7-sec.bs-compare-sec .bs-tab-sec-top span.elementor-icon-list-text {
    max-width: 48%;
    margin-bottom: 30px;
}
.elementor-widget-button a.elementor-button span.elementor-button-icon {
    width: 18px;
    height: 19px;
}
header .elementor-element.elementor-element-446236ed.e-con-full.e-flex.e-con.e-child {
    gap: 10px;
}
body header.elementor-location-header .elementor-nav-menu--main .menu-item:last-child a {
    margin: 0 10px 0 20px;
}
.bs-banner-bg-list ul li {
    padding: 8px 12px;
    font-size: 14px;
    margin-bottom: 10px;
}
.elementor-element.bs-banner-sec-top .elementor-widget-image {
    padding-bottom: 18px;
}
.bs-banner-sec .elementor-widget-icon-list .elementor-icon-list-items li.elementor-icon-list-item {
    margin-bottom: 16px;
}
.elementor .bs-banner-sec::before {
    width: 300px;
    height: 300px;
    right: 10px;
}
.bs-mentor-tab .elementor-widget-button a.elementor-button {
    padding: 14px 20px;
    min-height: 60px;
    min-width: 390px;
}
.bs-mentor-tab .elementor-widget-button a.elementor-button .elementor-button-text {
    font-size: 22px;
}
.bs-tab1-sec .elementor-element.bs-tab-sec-top .elementor-element.bs-tab-right-img {
    padding-left: 20px;
}
.elementor-element.bs-tab-sec-top .elementor-element.bs-tab-left-content,
.elementor-element.bs-tab-sec-top .elementor-element.bs-tab-right-img {
    max-width: 50%;
}
.bs-tab-left-content span.elementor-icon-list-icon {
    width: 30px;
    height: 60px;
    margin-bottom: 20px;
}
.elementor section.bs-tab6-sec .elementor-element.bs-tab-right-img .elementor-widget-image {
    width: 48%;
}
.bs-tab-sec .wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    margin-bottom: 10px;
}
.bs-tab-left-content span.elementor-icon-list-text {
    font-size: 26px;
}
.bs-tab-left-content li.elementor-icon-list-item {
    margin-bottom: 0;
    align-items: flex-end;
}
.bs-tab-left-content li.elementor-icon-list-item {
    margin-bottom: 10px;
}
br {
    display: none;
}
.bs-tab4-sec .bs-tab-sec-top h2 {
    font-size: 26px;
}
.bs-tab-left-content h2 {
    font-size: 22px;
    line-height: 130%;
    margin-bottom: 20px;
}
.bs-tab-sec-bottom .elementor-element.bs-tab-form {
    margin-top: 10px;
}
section.bs-tab-sec {
    padding-top: 40px;
    padding-bottom: 40px;
}
.elementor-widget-button a.elementor-button {
    padding: 9px 20px;
    min-height: 42px;
}
.elementor-element.bs-4-cols-img {
    margin-bottom: 24px;
}
.bs-tab4-sec  .bs-tab-sec-bottom h2 {
    margin-bottom: 15px;
}
.bs-tab-sec.bs-tab6-sec form.wpforms-form {
    gap: 20px;
    margin-top: 10px;
}
.bs-text-sec h2 {
    font-size: 28px;
    padding: 34px 0;
}
.bs-tab7-sec .bs-tab-left-content span.elementor-icon-list-icon {
    width: 44px;
    height: 90px;
    margin-bottom: 10px;
    margin-left: 60px;
    position: absolute;
    left: 0;
}
section.bs-tab7-sec .bs-tab-sec-top span.elementor-icon-list-text {
    margin-bottom: 26px;
}
.bs-tab4-sec .bs-tab-sec-top .bs-tab-left-content li.elementor-icon-list-item {
    position: relative;
}
.elementor section.bs-tab4-sec .elementor-element.elementor-widget-icon-list, .elementor section.bs-tab4-sec .elementor-element.elementor-widget-heading {
    max-width: max-content;
}
section.bs-tab7-sec .bs-tab-sec-top .bs-tab-left-content li.elementor-icon-list-item {
    justify-content: center;
}
.bs-tab4-sec .bs-tab-sec-top h2 {
    font-size: 22px;
}
.bs-tab4-sec  .bs-tab-sec-bottom h2 {
    margin-bottom: 10px;
    line-height: 130%;
}
section .bs-contact-list .elementor-icon-list-text {
    font-size: 18px;
}
.bs-contact-list span.elementor-icon-list-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
    padding: 11px;
    min-width: 50px;
    margin-right: 10px;
}
.bs-tab8-sec li span.elementor-icon-list-text {
    font-size: 26px;
    margin-bottom: 10px;
}
.bs-tab8-sec .bs-tab-sec-text h2 {
    font-size: 22px;
    margin-bottom: 14px;
}
.bs-tab8-sec .bs-tab-sec-img2, .bs-tab8-sec .bs-tab-sec-img1 {
    max-width: 300px;
}
.bs-tab8-sec ul.elementor-icon-list-items::before {
    width: 25px;
    height: 60px;
    bottom: 10px;
    left: -6px;
}
section.elementor-element.bs-table-sec {
    padding-top: 30px;
    padding-bottom: 30px;
}
.bs-table-sec br {
    display: block;
}
table.tafe-table .tafe-table-header > tr> th {
    padding: 12px;
}
table.tafe-table td {
    padding: 12px;
    font-size: 14px;
}
table tr:last-child td {
    padding: 20px 0 15px;
}
table tr td a {
    padding: 12px 20px;
}
.bs-table-sec .elementor-element.elementor-widget.elementor-widget-button {
    margin-top: 30px;
}
footer .elementor-element.bs-copyright {
    padding: 15px 0;
}
.elementor-element.bs-logo-footer {
    max-width: 60%;
    margin-bottom: 35px;
}
footer .elementor-element.bs-copyright .elementor-widget-nav-menu .elementor-nav-menu a {
    font-size: 14px;
}
.elementor-element.bs-logo-footer .elementor-widget-theme-site-logo a {
    width: 180px;
    height: 72px;
}
body .elementor section.bs-compare-sec .bs-tab-sec-top .elementor-element.elementor-widget-icon-list {
    max-width: 70%; 
    margin: 0 auto;
}
.bs-contact-form h2 {
    font-size: 26px;
}
.bs-tab8-sec .elementor-widget-button a.elementor-button {
    padding: 10px 22px;
    min-height: 60px;
    min-width: 400px;
}
.bs-tab8-sec .elementor-widget-button a.elementor-button .elementor-button-text {
    font-size: 20px;
    line-height: 180%;
}
.bs-contact-detail .elementor-element.bs-tab-sec-top .elementor-element.bs-tab-left-content {
    max-width: 670px;
    padding-right: 100px;
}
.bs-contact-detail .elementor-element.bs-tab-sec-top .elementor-element.bs-tab-right-img {
    max-width: calc(100% - 670px);
}
.elementor-element.bs-auth-sec > .e-con-inner {
    padding: 30px 0 30px 30px;
}
.elementor-element.bs-auth-sec .bs-auth-right > .elementor-element {
    max-width: 380px;
}
.elementor-element.bs-auth-sec .bs-auth-right > .elementor-element .elementor-widget-image img {
    min-width: 100%;
}
.elementor-element.bs-auth-sec .elementor-widget-theme-site-logo .elementor-widget-container a {
    width: 220px;
}
.bizstrata-success-message {
    top: 30px;
    max-width: 80%;
}
.elementor-element.bs-profiles-sec .e-con-inner {
    max-width: 1000px;
}
section.elementor-element.bs-profile-table-sec table.tafe-table::before {
    top: 90px;
    bottom: 70px;
}
body > form > .container .step {
    width: 45px;
    height: 45px;
    font-size: 16px;
}
body > form > .container .steps .step-wrap {
    border: 12px solid #fff;
}
body > form > .container {
    padding: 35px;
}
body > form > .container .steps {
    margin-bottom: 30px;
}
.form-step-box .step-heading h2 {
    font-size: 28px;
    margin: 40px 0 20px;
}
.bs-step-bottom > p.total-investment {
    margin: 20px 0;
    font-size: 28px;
}
.form-group .radio-group label {
    margin-bottom: 15px;
}
.form-group .radio-group {
    margin-bottom: 40px;
}
.form-step-cost .invest-col-wrap p svg {
    width: 16px;
    height: 16px;
    margin-left: 6px;
}
.bs-step-bottom .invest-col-wrap .tooltip-container {
    width: 16px;
    height: 16px;
}
}

@media (max-width: 1024px) {

:root {
    --h1: 32px;
    --h1-rare: 50px;
    --h2: 32px;
    --h2-rare: 38px;
    --h3: 30px;
    --h4: 22px;
    --h5: 18px;
    --normal: 16px;
    --h6-rare: 16px;
    --para: 14px;
    --h6: 14px;
    --h14: 14px;
}
.bs-mentor-tab .elementor-widget-button a.elementor-button {
    margin-left: 0;
}
.bs-tab4-sec  .bs-tab-sec-bottom p {
    line-height: 130%;
    margin-bottom: 10px;
}
.bs-tab8-sec .elementor-widget-button a.elementor-button {
    padding: 5px 22px;
    min-height: 50px;
    min-width: 350px;
}
.bs-static-title .bs-tab-sec-top .bs-tab-left-content li.elementor-icon-list-item {
    margin-bottom: 15px;
}
.bs-tab2-sec .bs-tab-left-content li.elementor-icon-list-item {
    margin-bottom: 0px;
}
.elementor section.bs-tab4-sec.bs-tab-middle-sec .bs-tab-sec-top .elementor-element.elementor-widget-icon-list, .elementor section.bs-tab4-sec.bs-tab-middle-sec .bs-tab-sec-top .elementor-element.elementor-widget-heading {
    max-width: 50%;
}
  header .elementor-widget-button a.elementor-button span.elementor-button-text {
    display: none;
}
.elementor-widget-button a.elementor-button span.elementor-button-icon {
    width: 20px;
    height: 20px;
}
.bs-contact-detail .elementor-element.bs-tab-sec-top .elementor-element.bs-tab-right-img {
    max-width: 50%;
}
.bs-mentor-tab .elementor-widget-button a.elementor-button .elementor-button-text {
    font-size: 18px;
}
.bs-mentor-tab .elementor-widget-button a.elementor-button {
    padding: 10px 20px;
    min-height: 45px;
    min-width: 340px;
}
.bs-tab5-sec.bs-mentor-tab .elementor-element.bs-tab-sec-top .elementor-element.bs-tab-right-img {
    padding-right: 40px;
}
.bs-contact-detail .elementor-element.bs-tab-sec-top .elementor-element.bs-tab-left-content {
    max-width: 50%;
    padding-right: 20px;
}
body .elementor section.bs-compare-sec .bs-tab-sec-top .elementor-element.elementor-widget-icon-list {
    max-width: 100%;
}
header .elementor-widget-button a.elementor-button {
    padding: 5px;
    min-height: auto;
}
header.elementor-20 .elementor-element.elementor-element-12048b16 div.elementor-menu-toggle svg {
    fill: var(--e-global-color-2484186);
    width: 25px;
    height: 25px;
}
.bs-tab3-sec .bs-tab-left-content li.elementor-icon-list-item {
    width: 100%;
}
.elementor section.bs-tab4-sec .bs-tab-sec-top .elementor-element.elementor-widget-icon-list, .elementor section.bs-tab4-sec .bs-tab-sec-top .elementor-element.elementor-widget-heading {
    max-width: 98%;
}
.elementor-element.bs-banner-sec-top .elementor-widget-image .elementor-widget-container {
    width: 160px;
}
.elementor-element.bs-banner-sec-top .elementor-widget-image {
    padding-bottom: 5px;
}
.bs-banner-bg-list ul li {
    font-size: 13px;
}
.bs-banner-sec-bottom > .elementor-element:first-child {
    width: 30%;
}
section .bs-contact-list span.elementor-icon-list-icon {
        margin-bottom: 0;
}
body section .bs-contact-list .elementor-icon-list-text {
    font-size: 16px;
}
section .bs-contact-list span.elementor-icon-list-icon {
    width: 40px;
    height: 40px;
    padding: 8px;
    min-width: 40px;
}
.bs-contact-form h2 {
    font-size: 24px;
    margin-bottom: 40px;
}
.bs-contact-form div.wpforms-container-full:not(:empty) .wpforms-form .wpforms-field-container .wpforms-field {
    max-width: 48.6%;
}
.bs-contact-form div.wpforms-container-full:not(:empty) .wpforms-form .wpforms-field-container {
    gap: 20px;
}
.bs-contact-form div.wpforms-container-full:not(:empty) .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-html h3 {
    margin-top: -15px;
}
.elementor-element.bs-banner-sec-bottom {
    gap: 15px;
}
.elementor .bs-banner-sec::before {
    width: 250px;
    height: 250px;
}
.bs-tab-left-content span.elementor-icon-list-text {
    font-size: 24px;
}
.bs-tab-left-content h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.bs-tab-left-content p {
    margin-bottom: 10px;
}
.bs-tab-left-content span.elementor-icon-list-icon {
    width: 26px;
    height: 50px;
    margin-bottom: 10px;
}
.bs-tab-sec div.wpforms-container-full input[type=text] {
    min-height: 40px;
    padding: 8px 17px;
}
.bs-tab-sec div.wpforms-container-full button[type=submit], .bs-tab-sec div.wpforms-container-full button[type=submit]:not(:hover):not(:active) {
    min-height: 40px;
}
.elementor-widget-button a.elementor-button {
    min-height: 40px;
}
.bs-text-sec h2 {
    font-size: 22px;
    padding: 22px 0;
}
section.elementor-element.bs-tab8-sec > .e-con-inner {
    flex-direction: row;
    flex-wrap: wrap;
}
.bs-tab8-sec .elementor-element.bs-tab-sec-text {
    max-width: 100%;
    margin: 0 7px 20px 7px;
}
.bs-tab8-sec .bs-tab-sec-img2 {
    max-width: 48%;
    order: 3;
    margin: 5px;
}
.bs-tab8-sec .bs-tab-sec-img1 {
    max-width: 48%;
    order: 2;
    margin: 5px;
}
table.tafe-table .tafe-table-header > tr> th {
    font-size: 18px;
}
table tr td a {
    padding: 10px 15px;
}
.elementor-element.bs-logo-footer {
    max-width: 55%;
    margin-bottom: 35px;
    order: 1;
    margin-top: 10px;
}
.elementor-element.bs-footer-links2, .elementor-element.bs-footer-links1 {
    max-width: 132px;
    margin-top: 20px;
    order: 2;
}
footer.elementor-location-footer > .elementor-element {
    flex-direction: row;
}
footer .elementor-element.bs-copyright {
    padding: 10px 0;
    order: 4;
}
.elementor-element.bs-logo-footer .elementor-widget-theme-site-logo a {
    width: 150px;
    height: 60px;
}
footer .elementor-element.bs-copyright .elementor-widget-social-icons .elementor-social-icon {
    width: 20px;
    height: 20px;
    margin: 0 3px;
    padding: 3px;
}
footer .elementor-element.bs-copyright .elementor-widget-text-editor p {
    margin-right: 10px;
}
footer .elementor-element.bs-copyright .elementor-widget-nav-menu .elementor-nav-menu .menu-item:last-child a {
    padding-left: 10px;
    margin-left: 10px;
}
.bs-table-sec .elementor-element.elementor-widget.elementor-widget-button {
    margin-top: 20px;
}
body header .elementor-element .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    margin-top: 15px !important;
    padding: 40px 15px;
    height: 100vh;
    background-color: var(--e-global-color-secondary) !important;
}
header .elementor-element .elementor-nav-menu__container .elementor-nav-menu {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
header .elementor-element .elementor-nav-menu__container .elementor-nav-menu li {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 4px;
}
header .elementor-element .elementor-nav-menu__container .elementor-nav-menu li a:hover,
header .elementor-element .elementor-nav-menu__container .elementor-nav-menu li a.elementor-item.elementor-item-active {
    background-color: var(--e-global-color-2484186) !important;
    color: var(--e-global-color-secondary);
}
 header .elementor-element .elementor-nav-menu__container .elementor-nav-menu li a {
    font-size: 18px !important;
    font-weight: 500;
    width: 100%;
    max-width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 15px 20px;
}
table tr:last-child td {
    padding: 18px 0;
}
.bs-about-success .bs-tab-sec-top .bs-tab-left-content li.elementor-icon-list-item {
    margin-bottom: 0px;
}
.elementor-element.bs-auth-sec .elementor-widget-theme-site-logo .elementor-widget-container a {
    width: 150px;
}
.elementor-element.bs-auth-sec .bs-auth-right h2 {
    font-size: var(--normal);
    margin: 20px 0 10px 0;
}
.elementor-element.bs-auth-sec .wpforms-container .wpforms-field {
    margin-top: 20px;
}
div#wpforms-614-field_8-container {
    margin-top: 0px;
    margin-bottom: 22px;
}
.elementor-element.bs-auth-sec div.wpforms-container-full input[type=checkbox]:before {
    left: 2px;
    top: -3px;
    width: 16px;
    height: 16px;
}
.elementor-element.bs-auth-sec div.wpforms-container-full input[type=checkbox]:checked:after {
    left: 1px;
    top: -3px;
    width: 16px;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #ffffff;
}
.elementor-element.bs-auth-sec .elementor-widget.elementor-widget-shortcode .elementor-shortcode p {
    margin-top: 10px;
}
.elementor-element.bs-auth-sec > .e-con-inner {
    padding: 15px 0 15px 15px;
}
.bizstrata-success-message {
    top: 15px;
    max-width: 80%;
    padding: 6px 0px;
}
.nav-bar-row a {
    max-width: 120px;
    margin-right: 20px;
    padding: 12px;
}
.elementor-element.bs-profiles-sec-bottom {
    padding: 20px;
}
.nav-bar-row a span {
    font-size: 14px;
}
.billing-history-header h2,
.my-change-password-header h2, .my-profile-header h2 {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
div#wpforms-706-field_8-container .wpforms-layout-row, div#wpforms-706-field_4-container .wpforms-layout-row {
    gap: 20px;
}
div.bs-profiles-sec-bottom div.wpforms-container-full .wpforms-field-container {
    column-gap: 20px;
}
.bs-profiles-sec-bottom div.wpforms-container-full .wpforms-field-file-upload .wpforms-uploader {
    width: 100px;
    height: 100px;
}
.dz-preview {
    width: 100px !important;
    height: 100px !important;
    max-width: 100px;
}
div.bs-profiles-sec-bottom div.wpforms-container div.wpforms-uploader .dz-preview .dz-image {
    width: 100px;
    height: 100px;
}
#wpforms-706-field_11-container > div > .wpforms-layout-row:first-child {
    width: 100px;
    height: 100px;
}
div#wpforms-706-field_11-container > div {
    margin-bottom: 30px;
}
#show_edit_profile_form, a#show_change_password_form, a#change_profile_photo {
    padding: 10px 14px;
    font-size: 14px;
}
a#show_change_password_form img, a#change_profile_photo svg {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}
div.bs-profiles-sec-bottom .wpforms-container > .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
    padding: 10px 0;
}
#wpforms-706-field_6-container::before, #wpforms-706-field_5-container::before {
    top: 53px;
    width: 13px;
    height: 18px;
}
#wpforms-706-field_7-container::before {
    top: 55px;
    width: 17px;
    height: 14px;
}
#wpforms-706-field_10-container::before {
    width: 18px;
    height: 18px;
    top: 52px;
}
div.bs-profiles-sec-bottom div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    margin-top: 10px;
}
div.bs-profiles-sec-bottom div.wpforms-container-full .wpforms-form .wpforms-submit-container button {
    padding: 8px 25px;
    min-height: 39px;
}
div.bs-profiles-sec-bottom div.wpforms-container-full:not(:empty) {
    margin: 0 auto;
}
#wpforms-712-field_4-container .wpforms-layout-row {
    gap: 20px;
}
#wpforms-712-field_4-container .wpforms-field::before {
    width: 16px;
}
#wpforms-712-field_4-container span.bizstrata-toggle-password {
    width: 17px;
}
.elementor-element.bs-profiles-sec .nav-bar-row a img {
    max-width: 18px;
    height: 18px;
}
a#show_edit_profile_form {
    margin-right: 20px;
}
.sub-menu-nav a.nav-btn {
    padding: 8px 20px 8px 70px;
    font-size: 14px;
    min-width: 170px;
}
.sub-menu-nav img.profile-image {
    width: 57px;
    height: 63px;
    left: 10px;
}
.sub-menu-nav.active-profile-menu .sub-menu-alt {
    bottom: -54px;
    min-width: 170px;
    padding: 8px;
}
.sub-menu-nav.active-profile-menu .sub-menu-alt a {
    font-size: 14px;
}
section.elementor-element.bs-profile-table-sec h2 {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
}
section.elementor-element.bs-profile-table-sec table.tafe-table::before {
    top: 76px;
    bottom: 73px;
}
.bs-banner-bg-list > p {
    font-size: 16px;
}
.edit-billing-form.edit-no-billing-form tbody tr td img {
    width: 320px;
}
.bs-thankyou h1 {
    font-size: 28px;
}
body > form > .container {
    padding: 20px;
}
body > form > .container .step {
    width: 40px;
    height: 40px;
    font-size: 14px;
}
body > form > .container .steps {
    margin-bottom: 20px;
}
.form-step-box .privacy {
    padding: 20px;
}
.form-step-box .privacy p strong {
    margin-bottom: 10px;
}
.form-step-box .step-heading h2 {
    font-size: 22px;
    margin: 30px 0 20px;
}
.form-group .radio-group label {
    margin-bottom: 10px;
    padding: 12px 16px;
    line-height: 130%;
}
.form-step-box .form-group input[type="radio"] {
    margin-right: 8px;
    width: 16px;
    min-width: 16px;
    height: 16px;
}
.form-step-box .step-heading p {
    margin-bottom: 20px;
}
.form-group-head h3 {
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 30px;
}
.investment-item-top .invest-col-wrap {
    gap: 15px;
    margin-bottom: 15px;
}
.bs-step-bottom > p.total-investment {
    margin: 10px 0;
    font-size: 22px;
}
.bs-step-bottom .invest-col-wrap .tooltip {
    font-size: 10px;
}
.form-step-cost .investment-item-top .invest-title {
    justify-content: space-evenly;
    gap: 0;
    max-width: calc(100% - 33% - 15px);
}
div#business_plan_html {
    max-width: 95%;
    padding: 30px;
}
div#business_plan_html > p {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
#business_plan_content h2 {
    margin: 0 0 20px 0;
    font-size: 24px;
}
#business_plan_content p {
    margin: 0 0 20px 0;
}
#business_plan_content h3 {
    font-size: 20px;
    margin: 0 0 20px 0;
}
}

@media (max-width: 767px) {

:root {
    --h1: 26px;
    --h1-rare: 50px;
    --h2: 32px;
    --h2-rare: 38px;
    --h3: 30px;
    --h4: 18px;
    --h5: 14px;
    --normal: 14px;
    --h6-rare: 14px;
    --para: 14px;
    --h6: 14px;
    --h14: 14px;
}
header .elementor-element .elementor-nav-menu__container .elementor-nav-menu li a {
    font-size: 16px !important;
    padding: 10px;
}
.elementor-element.bs-banner-sec-top .elementor-widget-heading h1 {
    line-height: 130%;
}
.elementor-element.bs-auth-sec .bs-auth-right > .elementor-element {
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
}
.bs-banner-bg-list > p {
    text-align: left;
}
.elementor-element.bs-auth-sec .bs-auth-right .elementor-widget-wpforms {
    width: 100%;
}
.bs-thankyou .elementor-widget-text-editor > div {
    margin-top: 10px !important;
}
.bs-thankyou h1 {
    font-size: 22px;
}
.elementor-element.bs-auth-sec .bs-auth-right .elementor-widget-wpforms > div {
    height: auto;
}
.nav-bar-row a:nth-child(2),.nav-bar-row a:nth-child(4) {
    margin-right: 0;
}
table.tafe-table {
    border-spacing: 7px;
}
.elementor-widget-theme-site-logo .elementor-widget-container a {
    width: 140px;
}
header .elementor-widget-button a.elementor-button {
    padding: 4px;
}
.bs-banner-bg-list ul + strong {
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
}
.bs-banner-bg-list {
    justify-content: flex-start;
}
.elementor section.bs-tab4-sec.bs-tab-middle-sec .bs-tab-sec-top .elementor-element.elementor-widget-icon-list, .elementor section.bs-tab4-sec.bs-tab-middle-sec .bs-tab-sec-top .elementor-element.elementor-widget-heading {
    max-width: 100%;
    margin-bottom: 0px;
}
.bs-tab8-sec .elementor-widget-button a.elementor-button {
    padding: 3px 22px;
    min-height: 45px;
    min-width: 270px;
}
.bs-tab8-sec .elementor-widget-button a.elementor-button .elementor-button-text {
    font-size: 16px;
    line-height: 220%;
}
.bs-contact-detail .elementor-element.bs-tab-sec-top .elementor-element.bs-tab-right-img {
    max-width: 100%;
}
.bs-contact-detail .elementor-element.bs-tab-sec-top .elementor-element.bs-tab-left-content {
    max-width: 100%;
    padding-right: 0px;
}
.bs-table-wrap > .e-con-inner > div.elementor-widget-Table {
    padding: 30px 0 0 0;
}
section .bs-table-wrap > .e-con-inner {
    padding: 0 0 30px 0;
}
.elementor-element.bs-footer-links2 ul li::before, .elementor-element.bs-footer-links1 ul li::before {
    width: 5px;
    height: 8px;
    top: 6px;
}
.bs-tab4-sec.bs-tab-middle-sec div.wpforms-container-full select {
    background-size: 10px auto;
}
.page-content section.bs-tab-middle-sec .elementor-element.bs-tab-left-content h2 {
    text-align: left !important;
}
.bs-contact-form h2 {
    font-size: 20px;
    margin-bottom: 30px;
}
.bs-contact-form div.wpforms-container-full:not(:empty) .wpforms-form .wpforms-field-container .wpforms-field {
    max-width: 100%;
}
.bs-contact-form div.wpforms-container-full:not(:empty) .wpforms-form .wpforms-field-container {
    gap: 15px;
}
.bs-contact-form div.wpforms-container .wpforms-form .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern):not(.wpforms-field-radio):not(.wpforms-field-checkbox):not(.wpforms-field-layout):not(.wpforms-field-repeater) {
    overflow-x: visible;
}
.bs-contact-form div.wpforms-container-full:not(:empty) .wpforms-form .wpforms-field-container .wpforms-field.wpforms-field-html h3 {
    margin-top: -10px;
    font-size: 12px;
}
.bs-banner-bg-list ul li {
    width: 230px;
}
.elementor-element.bs-banner-sec-bottom {
    gap: 0;
}
.bs-banner-sec .elementor-widget-icon-list .elementor-icon-list-items {
    margin-top: 0;
}
.bs-compare-sec .elementor-element.bs-4-cols-img > .elementor-widget-image {
    width: calc(95%/2);
}
.bs-pricing td.elementor-repeater-item-1574e76.td-content-type-default::after, 
.bs-pricing td.elementor-repeater-item-0924f91.td-content-type-default::after, 
.bs-pricing td.elementor-repeater-item-9e61db0.td-content-type-default::after, 
.bs-home td.elementor-repeater-item-e62b207.td-content-type-default::after {
    width: 14px;
    height: 14px;
    top: 11px;
}
.bs-compare-sec .elementor-element.bs-4-cols-img {
    margin-top: 20px;
}
section.bs-mentor-tab .bs-tab-left-content .elementor-widget-icon-list {
    margin-bottom: -30px;
}
.bs-banner-sec .elementor-widget-icon-list .elementor-icon-list-items li.elementor-icon-list-item {
    margin-bottom: 10px;
}
.elementor .bs-banner-sec::before {
    width: 130px;
    height: 130px;
}
.elementor-widget-button a.elementor-button span.elementor-button-icon {
    width: 18px;
    height: 18px;
}
.bs-about-col .elementor-element.bs-tab-sec-top {
    flex-direction: column-reverse !important;
    gap: 20px;
}
header.elementor-20 .elementor-element.elementor-element-12048b16 div.elementor-menu-toggle svg {
    width: 24px;
    height: 24px;
}
.elementor .bs-banner-sec {
    padding-top: 30px;
    padding-bottom: 80px;
}
.elementor-element.bs-banner-sec-top {
    gap: 10px;
}
.bs-banner-sec-bottom > .elementor-element:first-child {
    width: 100%;
}
section.bs-tab-sec {
    padding-top: 30px;
    padding-bottom: 30px;
}
.elementor-element.bs-tab-sec-top {
    flex-direction: column !important;
    gap: 10px;
}
.elementor-element.bs-tab-sec-top .elementor-element.bs-tab-left-content, .elementor-element.bs-tab-sec-top .elementor-element.bs-tab-right-img {
    max-width: 100%;
}
.bs-tab-left-content span.elementor-icon-list-text {
    font-size: 20px;
}
.bs-tab-left-content h2 {
    font-size: 18px;
}
.bs-tab5-sec .elementor-element.bs-tab-sec-top .elementor-element.bs-tab-right-img {
    padding-right: 0;
}
.bs-tab3-sec .elementor-element.bs-tab-sec-top .elementor-element.bs-tab-right-img ,
.bs-tab1-sec .elementor-element.bs-tab-sec-top .elementor-element.bs-tab-right-img {
    padding-left: 0;
}
.bs-tab-sec form.wpforms-form {
    gap: 10px;
    flex-direction: column;
}
.elementor-element.bs-tab-sec-top .elementor-element.bs-tab-right-img .elementor-widget-container {
    padding-top: 90%;
}
.bs-tab-sec.bs-tab6-sec .bs-tab-left-content,
.bs-tab2-sec .elementor-element.bs-tab-sec-top .elementor-element.bs-tab-right-img{
    padding-right: 0;
}
.bs-tab4-sec .bs-tab-sec-top h2 {
    font-size: 18px;
    margin: 0px 24px 10px;
}
.elementor-element.bs-4-cols-img > .elementor-widget-image {
    width: 47%;
    margin: 8px 4px;
}
.bs-tab-sec.bs-tab6-sec form.wpforms-form {
    margin-bottom: 10px;
}
.bs-text-sec h2 {
    font-size: 20px;
}
section.bs-tab7-sec .bs-tab-sec-top span.elementor-icon-list-text {
    max-width: 90%;
    margin-bottom: 15px;
}
.bs-tab7-sec .bs-tab-left-content span.elementor-icon-list-icon {
    width: 30px;
    height: 60px;
    margin-bottom: 0px;
    margin-left: 0;
    left: -5px;
}
.elementor-element.bs-4-cols-img {
    margin-bottom: 15px;
}
.bs-tab8-sec li span.elementor-icon-list-text {
    font-size: 22px;
    margin-bottom: 5px;
}
.bs-tab8-sec ul.elementor-icon-list-items::before {
    width: 23px;
    height: 45px;
    bottom: 0px;
    left: -12px;
}
.bs-tab8-sec .bs-tab-sec-text h2 {
    font-size: 20px;
    margin-bottom: 10px;
}
.bs-tab8-sec .bs-tab-sec-img1 {
    width: 100%;
    height: auto;
    max-width: 46%;
    margin: 4px;
}
.bs-tab8-sec .bs-tab-sec-img2 {
    width: 100%;
    height: auto;
    max-width: 46%;
    margin: 4px;
}
.bs-tab8-sec .bs-tab-sec-img2 > div,.bs-tab8-sec .bs-tab-sec-img1 > div {
    width: 100%;
}
section.elementor-element.bs-tab8-sec .elementor-widget-image .elementor-widget-container {
    padding-top: 102%;
}
.bs-table-wrap .elementor-widget-Table .elementor-widget-container {
    overflow-x: auto;
    width: 100%;
}
.bs-table-wrap .elementor-widget-Table .elementor-widget-container table {
    white-space: nowrap;
}
table.tafe-table td {
    padding: 8px;
    font-size: 12px;
}
table.tafe-table .tafe-table-header > tr> th {
    font-size: 16px;
}
table.tafe-table .tafe-table-header > tr> th span {
    font-size: 12px;
}
table tr td a {
    padding: 7px 15px;
    font-size: 12px;
}
.elementor-element.bs-logo-footer {
    max-width: 100%;
    margin-bottom: 10px;
}
.elementor-element.bs-logo-footer .elementor-widget-theme-site-logo a {
    width: 130px;
    height: 50px;
}
footer.elementor-73 .elementor-element.elementor-element-a15063d .elementor-heading-title,
footer.elementor-73 .elementor-element.elementor-element-45dfe7cb .elementor-heading-title {
    font-size: 16px;
    margin-bottom: 8px;
}
.elementor-element.bs-footer-links2, .elementor-element.bs-footer-links1 {
    margin-bottom: 40px;
}
footer .elementor-element.bs-footer-links2 ul li, footer .elementor-element.bs-footer-links1 ul li {
    margin-bottom: 4px !important;
}
footer .elementor-element.bs-copyright {
    padding: 20px 0;
    justify-content: center;
    gap: 5px;
}
.elementor-element.bs-complete-footer {
    bottom: -38px;
    left: 50%;
    transform: translateX(-50%);
}
footer .elementor-element.bs-copyright .elementor-nav-menu--layout-horizontal {
    justify-content: center;
}
.bs-tab-sec-bottom .elementor-element.bs-tab-form {
    margin-top: 20px;
}
.elementor .wpforms-confirmation-container-full {
    padding: 8px !important;
}
.elementor .wpforms-confirmation-container-full p {
    font-size: 14px;
}
section.bs-tab7-sec.bs-compare-sec .bs-tab-sec-top span.elementor-icon-list-text {
    max-width: 100%;
    margin-bottom: 0;
}
.bs-tab7-sec.bs-compare-sec .bs-tab-left-content span.elementor-icon-list-icon {
    width: 27px;
    height: 50px;
    margin-bottom: 0;
    margin-left: 0;
    left: -15px;
    top: -11px;
}
.bs-tab5-sec.bs-mentor-tab .elementor-element.bs-tab-sec-top .elementor-element.bs-tab-right-img {
    padding-right: 0;
    padding-bottom: 10px;
}
table tr:last-child td {
    padding: 15px 0;
}
.elementor-element.bs-auth-sec .bs-auth-left > div {
    width: 100%;
}
.elementor-element.bs-auth-sec .bs-auth-left {
    max-width: 100%;
    margin-bottom: 20px;
}
.elementor-element.bs-auth-sec .bs-auth-right {
    max-width: 100%;
}
.elementor-element.bs-auth-sec > .e-con-inner {
    padding: 15px 15px 15px 15px;
}
.elementor-element.bs-auth-sec div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-row{
    flex-direction: row;
}
.elementor-element.bs-auth-sec .wpforms-container #wpforms-654-field_1-container::before,
.elementor-element.bs-auth-sec .wpforms-container #wpforms-635-field_3-container::before,
.elementor-element.bs-auth-sec .wpforms-container #wpforms-614-field_1-container::before {
    top: 16px;
    width: 18px;
}
div#wpforms-614-field_7 p {
    max-width: 100%;
    width: 100%;
}
.elementor-element.bs-auth-sec div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-row.wpforms-field-medium .wpforms-field-row-block.wpforms-first {
    margin-bottom: 20px;
}
.elementor-element.bs-auth-sec div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-row.wpforms-field-medium .wpforms-field-row-block {
    width: 100%;
    max-width: 100%;
    padding: 0;
}
.elementor-element.bs-auth-sec div.wpforms-container-full .wpforms-form .wpforms-field .wpforms-field-row.wpforms-field-medium {
    display: flex;
    flex-direction: column;
}
.elementor-element.elementor-element-96a6dae.elementor-widget.elementor-widget-shortcode {
    margin-top: 10px;
}
.elementor-element.bs-auth-sec div.wpforms-container-full .wpforms-form #wpforms-654-field_2-container .wpforms-field-row.wpforms-field-medium .wpforms-field-row-block.wpforms-first, .elementor-element.bs-auth-sec div.wpforms-container-full .wpforms-form #wpforms-635-field_4-container .wpforms-field-row.wpforms-field-medium .wpforms-field-row-block.wpforms-first {
    margin-bottom: 20px;
}
.elementor-element.bs-auth-sec div.wpforms-container-full .wpforms-form #wpforms-654-field_2-container .wpforms-field-row.wpforms-field-medium .wpforms-field-row-block:last-child {
    margin-bottom: 20px;
}
.elementor-element.bs-auth-sec div.wpforms-container-full .wpforms-form #wpforms-654-field_2-container .wpforms-field-row.wpforms-field-medium .wpforms-field-row-block::before,
.elementor-element.bs-auth-sec .wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block.wpforms-one-half.wpforms-first::before, .elementor-element.bs-auth-sec .wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block.wpforms-one-half::before,
.elementor-element.bs-auth-sec div.wpforms-container-full .wpforms-form #wpforms-635-field_4-container .wpforms-field-row.wpforms-field-medium .wpforms-field-row-block::before,
.elementor-element.bs-auth-sec div.wpforms-container-full .wpforms-form #wpforms-635-field_4-container .wpforms-field-row.wpforms-field-medium .wpforms-field-row-block.wpforms-first::before,
.elementor-element.bs-auth-sec .wpforms-container #wpforms-614-field_2-container::before {
    top: 14px;
    width: 14px;
}
section.elementor-element.bs-profile-table-sec table.tafe-table::before {
    top: 66px;
    bottom: 55px;
}
section.elementor-element.bs-profile-table-sec table.tafe-table {
    width: calc(100% + 12px);
    margin-left: -6px;
}
.elementor-element.bs-auth-sec .wpforms-container .wpforms-field span.bizstrata-toggle-password {
    width: 16px;
}
.elementor-element.bs-auth-sec .wpforms-container .wpforms-field span.bizstrata-toggle-password::before {
    height: 18px;
    top: 5px;
    right: 7px;
}
div#wpforms-614-field_8-container {
    margin-bottom: 15px;
}
.elementor-element.bs-auth-sec .elementor-widget.elementor-widget-shortcode .elementor-shortcode p {
    margin-top: 10px;
}
.elementor-element.bs-auth-sec .wpforms-container #wpforms-654-field_1-container {
    margin-bottom: 20px;
}
.elementor-element.elementor-element-79a208d.elementor-widget.elementor-widget-heading {
    margin-top: 20px;
}
.bizstrata-success-message p {
    font-size: 12px;
}
.bizstrata-success-message {
    top: 15px;
    max-width: 90%;
    padding: 6px 30px 6px 0;
}
.bizstrata-success-message img.bizstrata-close-message {
    right: 10px;
    margin: 0;
}
.nav-bar-row a {
    max-width: 42%;
}
.nav-bar-row {
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 10px;
}
.elementor-element.bs-profiles-sec-bottom {
    padding: 20px 15px;
}
.billing-history-header h2,
.my-change-password-header h2, .my-profile-header h2 {
    font-size: 18px;
}
div.bs-profiles-sec-bottom div.wpforms-container-full .wpforms-container .wpforms-field .wpforms-field {
    padding: 0;
}
div.bs-profiles-sec-bottom div.wpforms-container-full .wpforms-container > .wpforms-field {
    padding: 10px 0 !important;
}
div.bs-profiles-sec-bottom div.wpforms-container-full .wpforms-field-container>div {
    max-width: 100%;
}
div.wpforms-container .wpforms-form .wpforms-field:not(.wpforms-field-phone):not(.wpforms-field-select-style-modern):not(.wpforms-field-radio):not(.wpforms-field-checkbox):not(.wpforms-field-layout):not(.wpforms-field-repeater) {
    overflow-x: unset !important;
}
#show_edit_profile_form, a#show_change_password_form, a#change_profile_photo {
    font-size: 12px;
}
div#wpforms-706-field_8-container .wpforms-layout-row, div#wpforms-706-field_4-container .wpforms-layout-row {
    gap: 0;
    flex-direction: column;
}
div.bs-profiles-sec-bottom div.wpforms-container-full .wpforms-form .iti--allow-dropdown input[type="tel"], div.bs-profiles-sec-bottom div.wpforms-container-full input {
    padding: 10px 17px 10px 80px;
    min-height: 42px;
}
div.bs-profiles-sec-bottom div.wpforms-container-full .wpforms-form label.wpforms-error, div.bs-profiles-sec-bottom div.wpforms-container-full .wpforms-form em.wpforms-error {
    font-size: 12px;
    margin-top: 5px;
}
div.bs-profiles-sec-bottom div.wpforms-container > .wpforms-field, div.bs-profiles-sec-bottom div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column {
    width: 100%;
}
a#remove_profile_photo {
    font-size: 14px;
}
div#wpforms-706-field_2 {
    gap: 6px;
}
div.bs-profiles-sec-bottom div.wpforms-container-full .wpforms-form label.wpforms-error:before, div.bs-profiles-sec-bottom div.wpforms-container-full .wpforms-form em.wpforms-error:before {
    width: 15px;
    height: 10px;
}
#wpforms-712-field_4-container .wpforms-layout-row {
    gap: 0;
    flex-direction: column;
}
a#show_change_password_form img, a#change_profile_photo svg {
    margin-right: 4px;
}
.sub-menu-nav a.nav-btn img {
    display: none;
}
.sub-menu-nav a.nav-btn {
    padding: 28px 0 8px 0;
    font-size: 0;
    min-width: 60px;
    background: transparent;
}
header .elementor-element.elementor-element-446236ed.e-con-full.e-flex.e-con.e-child {
    gap: 5px;
}
.sub-menu-nav.active-profile-menu .sub-menu-alt {
    bottom: -64px;
    right: 0;
    min-width: 140px;
}
div.bs-profiles-sec-bottom div.wpforms-container .wpforms-form .wpforms-field-layout .wpforms-layout-column > div {
    padding: 15px 0;
}
div#wpforms-706-field_11-container > div {
    margin-top: 10px;
}
section.elementor-element.bs-profile-table-sec h2 {
    font-size: 18px;
    margin-left: 15px;
    margin-right: 15px;
}
.memberpressproduct .page-content {
    padding: 15px;
}
.memberpressproduct h1.entry-title {
    font-size: 22px;
}
.mp_wrapper .mp-form-row {
    max-width: 100%;
}
.edit-billing-form table {
    white-space: nowrap;
}
.edit-billing-form {
    overflow-x: auto;
}
div.error-message {
    font-size: 12px;
}
.edit-billing-form.edit-no-billing-form tbody tr td img {
    width: 250px;
}
body > form > .container .steps {
    flex-wrap: wrap;
}
body > form > .container .step {
    width: 35px;
    height: 35px;
    font-size: 14px;
}
body > form > .container .steps .step-wrap {
    border: 3px solid #fff;
}
body > form > .container {
    padding: 15px 15px 25px 15px;
}
body > form > .container .steps {
    margin-top: 10px;
}
.form-step-box .privacy {
    padding: 15px;
}
.form-step-box .step-heading h2 {
    font-size: 20px;
}
.form-step-box .suggestion-box button:focus,
.form-step-box .suggestion-box button:hover,
.form-step-box .suggestion-box button {
    font-size: 12px;
    padding: 6px 10px;
}
.form-step-box .suggestions {
    margin-bottom: 40px;
}
div.button-group button {
    padding: 8px 25px;
    margin-left: 8px;
}
.investment-item-top .invest-title p {
    font-size: 12px;
}
.form-step-box[data-step="step_6"] .invest-title {
    margin-left: 8px;
    gap: 40px;
}
.form-step-cost input[type="number"], .invest-col-wrap input[type="text"], .bs-step-top .form-group select, div.form-step-box .form-group > input {
    padding: 8px 15px;
}
.investment-item-top .invest-col-wrap {
    gap: 10px;
    margin-bottom: 10px;
}
.bs-step-bottom > p.total-investment {
    font-size: 18px;
}
.form-step-cost .invest-col-wrap p svg {
    display: none;
}
.form-step-cost .invest-col-wrap > p {
    font-size: 12px;
}
.form-step-content .button-group {
    gap: 10px;
    margin-bottom: 20px;
}
.form-step-box .regenerate-button {
    font-size: 14px;
}
.form-step-box .regenerate-button svg {
    width: 15px;
    height: 15px;
}
.form-step-cost .investment-item-top .invest-title {
    max-width: calc(100% - 33% - 10px);
}
#business_plan_content h2 {
    font-size: 22px;
}
#business_plan_content h3 {
    font-size: 20px;
    margin: 0 0 20px 0;
}
.bs-step-bottom .button-group {
    margin-top: 20px;
}
}