@import url("https://fonts.googleapis.com/css2?family=Baskervville&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baskervville&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../fonts/HelveticaNowDisplay-Bold.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HelveticaNowDisplay";
  src: url("../fonts/HelveticaNowDisplay-Regular.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media (max-width: 991px) {
  .brandexx-container {
    max-width: 100%;
  }
  .common-heading-1 h1 {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 3.6px;
  }
  .common-second-heading h6 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.6px;
  }
  .ready-business-sec .ready-content .ready-content-text {
    max-width: 100%;
    transform: unset;
    position: unset;
    padding: 40px 24px;
    background: url(../images/wave-img.png) no-repeat center center;
    background-size: cover;
  }
  .ready-business-sec .ready-content .ready-content-text .btn-wrap {
    gap: 16px;
  }
  .ready-business-sec .ready-content .ready-content-text .btn-wrap span {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  header #services-collapse,
  header #gbp-collapse {
    position: unset;
    max-width: 100%;
    width: 100%;
    background: white;
  }
  header #services-collapse nav,
  header #gbp-collapse nav {
    margin: 20px 0;
  }
  header #services-collapse nav a,
  header #gbp-collapse nav a {
    color: var(--Primary, #1F3436);
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 8px 48px 8px 48px;
    position: relative;
  }
  header #services-collapse nav a:hover,
  header #gbp-collapse nav a:hover {
    background-color: rgba(212, 184, 142, 0.6);
  }
  header #services-collapse nav a:last-child::before,
  header #gbp-collapse nav a:last-child::before {
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    width: 100%;
    padding: 0 24px;
    height: 1px;
    background: #999;
    background-clip: content-box;
  }
  header #my-Carts-modal .moblie-nav {
    background-color: #1F3436;
    padding: 17.5px 24px;
  }
  header #my-Carts-modal .modal-body {
    padding: 0;
  }
  header #my-Carts-modal #my-Cart {
    position: unset;
    width: 100%;
  }
  header #my-Carts-modal #my-Cart .card-body {
    background: white;
    border: 0;
  }
  header #my-Carts-modal #my-Cart .card-body .cart-items {
    padding: 16px 0;
  }
  header #my-Carts-modal #my-Cart .card-body .cart-items h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  header #my-Carts-modal #my-Cart .card-body .cart-items h6 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  header #my-Carts-modal #my-Cart .card-body .cart-items p {
    font-size: 14px;
    line-height: normal;
  }
  header #my-Carts-modal .back-to-menu-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  header #my-Carts-modal .back-to-menu-sec h5 {
    color: var(--Primary, #1F3436);
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: "Poppins", sans-serif;
    margin-bottom: 0;
  }
  header #my-Carts-modal .cart-title {
    font-family: "Baskervville", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.16px;
    text-transform: capitalize;
    color: #1F3436;
    text-align: center;
    margin-bottom: 9px;
  }
  header #my-Carts-modal .total-text {
    padding: 27px 0 25px 0;
    text-align: center;
  }
  header #my-Carts-modal .total-text h6 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
  }
  header #my-Carts-modal .btn-area {
    flex-wrap: wrap;
    gap: 16px !important;
  }
  footer {
    padding: 40px 0;
  }
  footer .footer-wrap {
    max-width: 100%;
  }
  footer .footer-left {
    text-align: center;
    margin-bottom: 42px;
  }
  footer .footer-logo-lg {
    margin-bottom: 16px;
  }
  footer .footer-right {
    text-align: center;
    margin: auto;
  }
  footer .footer-right h4 {
    margin-bottom: 16px;
  }
  footer .footer-right nav a {
    margin-bottom: 16px;
  }
  footer .footer-bottom {
    flex-wrap: wrap-reverse;
    margin-top: 42px;
    justify-content: center !important;
    align-items: center;
    gap: 14px;
  }
  footer .footer-bottom h5 {
    flex: 1 1 100%;
    text-align: center;
  }
  .common-top-section .common-top-sec-content {
    width: 100%;
    padding: 0 24px;
    top: unset;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
  }
  .common-top-section .common-top-sec-content h1 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.6px;
    margin-bottom: 24px;
  }
  .common-top-section .common-top-sec-content p {
    margin-bottom: 24px;
  }
  .common-top-section .common-top-sec-content .btn-wrap {
    margin-bottom: 0;
    flex-wrap: wrap;
    gap: 16px;
  }
  .common-top-section .common-top-sec-content .btn-wrap a {
    flex: 1 1 100%;
  }
  .whoAreWe-sec {
    padding: 0;
  }
  .whoAreWe-sec .whoAre-flex {
    flex-wrap: wrap;
    justify-content: center;
  }
  .whoAreWe-sec .whoAre-flex .who-are-content {
    width: 100%;
    padding: 40px 24px;
  }
  .whoAreWe-sec .whoAre-flex .who-are-content h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 4px;
    margin-bottom: 8px;
  }
  .whoAreWe-sec .whoAre-flex .who-are-content h6 {
    margin-bottom: 8px;
  }
  .whoAreWe-sec .whoAre-flex .who-are-content p {
    max-width: 100%;
    margin-bottom: 34px;
  }
  .whoAreWe-sec .whoAre-flex .who-are-content span {
    width: 100%;
    margin-bottom: 16px;
  }
  .whoAreWe-sec .whoAre-flex .who-are-content .who-are-text {
    width: inherit;
    text-align: center;
  }
  .serivces-wrap {
    padding: 40px 0;
  }
  .serivces-wrap h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 4px;
  }
  .serives-items {
    padding: 0 0 24px;
  }
  .our-process-sec {
    padding: 40px 24px;
  }
  .our-process-sec h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 4px;
  }
  .our-process-sec .common-second-heading p {
    margin-bottom: 24px;
  }
  .our-process-sec .ourporcess-text {
    margin-top: 24px;
    text-align: center;
  }
  .our-process-sec .ourporcess-text h5 {
    font-size: 24px;
    letter-spacing: 2.16px;
    margin-bottom: 16px;
  }
  .our-process-sec .ourporcess-text p {
    margin-bottom: 16px;
    text-align: center;
  }
  .our-process-sec .ourporcess-text .secondary-btn {
    display: block;
    max-width: 327px;
  }
  .our-Process-wrap {
    padding-bottom: 0;
  }
  .about-us-top-sec h4 {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 4px;
  }
  .origins-Brandexx-sec {
    padding: 40px 24px;
  }
  .origins-Brandexx-sec h5 {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 4px;
  }
  .why-we-best-wrap {
    padding-bottom: 30px;
  }
  .why-we-best-wrap .why-we-best-items {
    position: relative;
    margin-top: 0;
    padding-bottom: 0;
  }
  .why-we-best-wrap .why-we-best-items .why-we-best-content {
    position: unset;
    max-width: 100%;
    padding: 40px 24px;
    text-align: center;
    margin-bottom: 16px;
  }
  .why-we-best-wrap .why-we-best-items .why-we-best-content h6 {
    margin-bottom: 16px;
    font-size: 24px;
    letter-spacing: 2.16px;
  }
  .why-we-best-wrap .why-we-best-items .why-we-best-content p {
    margin-top: 16px;
  }
  .why-we-best-wrap .why-we-best-items .why-we-best-content span {
    width: 180px;
  }
  .faq-wrap {
    padding: 40px 0;
  }
  .faq-wrap h6 {
    margin-bottom: 40px !important;
  }
  .faq-wrap .accordion .accordion-item {
    margin-bottom: 16px;
  }
  .contact-us-sec .contact-flex {
    flex-wrap: wrap-reverse;
  }
  .term-condition-top-sec .common-heading-1 {
    padding: 0 24px;
  }
  .pricing-table-sec .table tbody tr td p {
    font-family: "HelveticaNowDisplay";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  header #services-collapse,
  header #gbp-collapse {
    position: unset;
    max-width: 100%;
    width: 100%;
    background: white;
  }
  header #services-collapse nav,
  header #gbp-collapse nav {
    margin: 20px 0;
  }
  header #services-collapse nav a,
  header #gbp-collapse nav a {
    color: var(--Primary, #1F3436);
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 8px 48px 8px 48px;
    position: relative;
  }
  header #services-collapse nav a:hover,
  header #gbp-collapse nav a:hover {
    background-color: rgba(212, 184, 142, 0.6);
  }
  header #services-collapse nav a:last-child::before,
  header #gbp-collapse nav a:last-child::before {
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    content: "";
    width: 100%;
    padding: 0 24px;
    height: 1px;
    background: #999;
    background-clip: content-box;
  }
  header #my-Carts-modal .moblie-nav {
    background-color: #1F3436;
    padding: 17.5px 24px;
  }
  header #my-Carts-modal .modal-body {
    padding: 0;
  }
  header #my-Carts-modal #my-Cart {
    position: unset;
    width: 100%;
  }
  header #my-Carts-modal #my-Cart .card-body {
    background: white;
    border: 0;
  }
  header #my-Carts-modal #my-Cart .card-body .cart-items {
    padding: 16px 0;
  }
  header #my-Carts-modal #my-Cart .card-body .cart-items h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  header #my-Carts-modal #my-Cart .card-body .cart-items h6 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  header #my-Carts-modal #my-Cart .card-body .cart-items p {
    font-size: 14px;
    line-height: normal;
  }
  header #my-Carts-modal .back-to-menu-sec {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
  }
  header #my-Carts-modal .back-to-menu-sec h5 {
    color: var(--Primary, #1F3436);
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
  }
  header #my-Carts-modal .cart-title {
    font-family: "Baskervville", serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2.16px;
    text-transform: capitalize;
    color: #1F3436;
    text-align: center;
    margin-bottom: 9px;
  }
  header #my-Carts-modal .total-text {
    padding: 27px 0 25px 0;
    text-align: center !important;
  }
  header #my-Carts-modal .total-text h6 {
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 400 !important;
  }
  header #my-Carts-modal .btn-area {
    flex-wrap: wrap;
    gap: 16px !important;
  }
  footer {
    padding: 40px 0;
  }
  footer .footer-wrap {
    max-width: 100%;
  }
  footer .footer-left {
    text-align: center;
    margin-bottom: 42px;
  }
  footer .footer-logo-lg {
    margin-bottom: 16px;
  }
  footer .footer-right {
    text-align: center;
    margin: auto;
  }
  footer .footer-right h4 {
    margin-bottom: 16px;
  }
  footer .footer-right nav a {
    margin-bottom: 16px;
  }
  footer .footer-wrap .footer-bottom {
    flex-wrap: wrap-reverse;
    margin-top: 42px;
    justify-content: center !important;
    align-items: center;
    gap: 14px;
  }
  footer .footer-wrap .footer-bottom h5 {
    flex: 1 1 100%;
    text-align: center;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .checkord-summ-sec .order-table .order-rowbox .package-detail h3 {
    font-size: 16px;
  }
  .faq-wrap .container {
    padding: 0px;
  }
  .faq-wrap .accordion {
    padding: 0px 24px;
  }
  .ready-business-sec .ready-content-text h6 {
    text-align: center;
  }
  .ready-business-sec .ready-content-text p {
    text-align: center;
  }
  .about-us-top-sec .about-us-content .btn-wrap .secondary-btn {
    max-width: 243px;
    margin: auto;
  }
  .origins-Brandexx-sec {
    margin-top: -1px;
  }
  .service-socialmedia .servicesliderText h2 {
    margin-bottom: 15px !important;
  }
  .pricing-table-sec .swipe-view-table {
    max-width: 327px;
  }
  .ppcservice {
    flex-direction: column-reverse !important;
  }
  .ppcpackagesinfo {
    flex-direction: column !important;
  }
  .pricing-table-sec .form-control {
    padding: 10px 16px;
    max-width: 327px;
  }
  .serives-items .serives-flex {
    gap: 16px;
    padding: 0px 24px;
  }
  .serives-items .serives-flex .serives-list {
    flex: 1 1 100%;
    padding: 24px;
  }
  .serives-items .serives-flex .serives-list h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .ready-business-sec .ready-content .ready-content-text .btn-wrap {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ready-business-sec .ready-content .ready-content-text .btn-wrap a {
    flex: 1 1 100%;
  }
  .contact-us-sec .contact-right-wrap .contact-right-content {
    text-align: center;
    padding: 0px 24px;
  }
  .contact-us-sec .contact-right-wrap .contact-right-content p {
    margin-bottom: 24px;
  }
  .contact-us-sec .contact-content-sec {
    padding: 40px 24px !important;
  }
  .term-condition-content {
    padding: 40px 0;
  }
  .term-condition-content a {
    margin-top: 24px;
    width: 100%;
    max-width: inherit;
  }
  .login-sec {
    background: unset;
  }
  .login-sec .login-inner-cont {
    flex-direction: column-reverse;
  }
  .login-sec .login-inner-cont .left-login-sec {
    max-width: inherit;
    padding: 40px 0;
  }
  .login-sec .login-inner-cont .left-login-sec .login-form-sec {
    max-width: 327px;
  }
  .login-sec .login-inner-cont .left-login-sec .login-form-sec .title {
    margin-bottom: 24px;
  }
  .login-sec .login-inner-cont .left-login-sec .login-form-sec .title h2 {
    font-size: 40px;
    line-height: normal;
    letter-spacing: 3.6px;
  }
  .login-sec .login-inner-cont .left-login-sec .login-form-sec .login-form .form-control {
    margin-bottom: 16px;
  }
  .login-sec .login-inner-cont .left-login-sec .login-form-sec .login-form .signin-btn {
    margin: 16px 0;
  }
  .login-sec .login-inner-cont .left-login-sec .login-form-sec .forgot-link {
    padding-bottom: 16px;
  }
  .login-sec .login-inner-cont .left-login-sec .login-form-sec .register-link {
    margin-top: 16px;
  }
  #forgotpass .modal-dialog {
    max-width: 350px;
    margin: auto;
  }
  #forgotpass .modal-body {
    padding: 24px;
  }
  #forgotpass .modal-body h2 {
    font-size: 40px;
    line-height: normal;
    letter-spacing: 3.6px;
  }
  #forgotpass .modal-body .common-form .form-check .form-check-input {
    margin-top: 24px;
  }
  #forgotpass .modal-body .cancel-submit-btn {
    flex-direction: column;
    margin-top: 24px;
    gap: 16px;
  }
  #forgotpass .modal-body .cancel-submit-btn .cancel-btn {
    max-width: inherit;
  }
  #forgotpass .modal-body .cancel-submit-btn .submit-btn {
    max-width: inherit;
  }
  #thank-register .modal-dialog {
    max-width: 350px;
  }
  #thank-register .modal-body {
    padding: 24px;
  }
  #thank-register .modal-body h2 {
    font-size: 40px;
    line-height: normal;
  }
  #thank-register .modal-body p {
    max-width: inherit;
  }
  #thank-register .modal-body .close-btn {
    margin-top: 24px;
  }
  .payment-success-sec {
    background: unset;
  }
  .payment-success-sec .payment-inner-cont {
    max-width: inherit;
    width: 100%;
    margin: auto;
    padding: 40px 0 0 0;
  }
  .payment-success-sec .payment-inner-cont .title {
    max-width: 327px;
    width: 100%;
    margin: auto auto 40px auto;
  }
  .payment-success-sec .payment-inner-cont .title h2 {
    padding: 0;
    font-size: 40px;
    line-height: normal;
    letter-spacing: 3.6px;
  }
  .ordersumm-sec {
    padding: 40px 24px;
  }
  .ordersumm-sec .order-title {
    margin-bottom: 27px;
  }
  .ordersumm-sec .order-title h5 {
    font-size: 24px;
    line-height: normal;
    letter-spacing: 2.16px;
  }
  .ordersumm-sec .order-table .order-rowbox {
    padding-bottom: 16px;
    padding-top: 16px;
  }
  .ordersumm-sec .order-table .order-rowbox:first-child {
    padding-top: 0;
  }
  .ordersumm-sec .order-table .order-rowbox h3 {
    font-size: 16px;
    line-height: normal;
    letter-spacing: normal;
  }
  .ordersumm-sec .order-table .order-rowbox p {
    font-size: 14px;
  }
  .ordersumm-sec .order-table .order-rowbox .price h3 {
    font-size: 20px !important;
  }
  .ordersumm-sec .total-price {
    margin-top: 27px;
    padding: 0px 0px 24px 0;
  }
  .ordersumm-sec .total-price h3 {
    font-size: 20px;
  }
  .ordersumm-sec .return-btn {
    max-width: inherit;
  }
  .checkout-sec {
    background: unset;
  }
  .checkout-sec .checkout-inner-cont {
    max-width: inherit;
    padding: 40px 0 0 0;
  }
  .checkout-sec .checkout-inner-cont .check-title {
    padding: 0 12px 0 12px;
  }
  .checkout-sec .checkout-inner-cont .check-title h2 {
    font-size: 40px;
    line-height: normal;
    letter-spacing: 3.6px;
  }
  .checkout-sec .checkout-inner-cont .checkform-ordsumm-inline {
    flex-direction: column;
  }
  .checkout-sec .checkout-inner-cont .checkform-ordsumm-inline .checkout-form {
    padding: 0px 24px 24px 24px;
    max-width: inherit;
  }
  .checkout-sec .checkout-inner-cont .checkform-ordsumm-inline .checkout-form .common-form .form-group-inline {
    flex-direction: column;
  }
  .checkout-sec .checkout-inner-cont .checkform-ordsumm-inline .checkout-form .common-form .form-group-inline .form-group {
    max-width: inherit;
  }
  .checkout-sec .checkout-inner-cont .checkform-ordsumm-inline .checkord-summ-sec {
    max-width: inherit;
  }
  .checkout-sec .checkout-inner-cont .checkform-ordsumm-inline .checkord-summ-sec .apply-coupon {
    flex-direction: column;
  }
  .checkout-sec .checkout-inner-cont .checkform-ordsumm-inline .checkord-summ-sec .apply-coupon .coupon-field {
    max-width: inherit;
  }
  .checkout-sec .checkout-inner-cont .checkform-ordsumm-inline .checkord-summ-sec .checkout-btn {
    margin-top: 16px;
  }
  .dashboardpage-sec {
    background: unset;
    background-color: #EEEDEA;
  }
  .dashboard-top-sec .breadcrumbs-sec {
    padding: 20px 0;
    max-width: inherit;
  }
  .dashboard-top-sec .breadcrumbs-sec .breadcrumbs {
    gap: 27px;
  }
  .dashboard-top-sec .breadcrumbs-sec .breadcrumbs a {
    font-size: 14px;
    font-weight: 700;
    padding-right: 27px;
  }
  .dashboard-top-sec .breadcrumbs-sec .breadcrumbs .active {
    color: #9B9B9B;
  }
  .myacc-sec {
    padding: 0px 0;
  }
  .myacc-sec .myacc-inner-cont {
    max-width: inherit;
    padding: 24px;
  }
  .myacc-sec .myacc-inner-cont .title {
    max-width: inherit;
    padding-bottom: 24px;
  }
  .myacc-sec .myacc-inner-cont .title h2 {
    font-size: 40px;
    line-height: normal;
    letter-spacing: 3.6px;
  }
  .myacc-sec .myacc-inner-cont .title h6 {
    font-size: 16px;
    line-height: 167%;
  }
  .myacc-sec .myacc-inner-cont .personal-form-sec {
    padding-bottom: 16px;
  }
  .myacc-sec .myacc-inner-cont .personal-form-sec .personal-form {
    padding-top: 24px;
  }
  .myacc-sec .myacc-inner-cont .personal-form-sec .personal-form .title h5 {
    font-size: 24px;
    line-height: normal;
    letter-spacing: 2.16px;
  }
  .myacc-sec .myacc-inner-cont .personal-form-sec .personal-form .common-form .form-group-inline {
    flex-direction: column;
  }
  .myacc-sec .myacc-inner-cont .personal-form-sec .personal-form .common-form .form-group-inline .form-group {
    max-width: inherit;
  }
  .myacc-sec .myacc-inner-cont .billing-form-sec .billing-form {
    padding-top: 24px;
    padding-bottom: 16px;
  }
  .myacc-sec .myacc-inner-cont .billing-form-sec .billing-form .title h5 {
    font-size: 24px;
    line-height: normal;
    letter-spacing: 2.16px;
  }
  .myacc-sec .myacc-inner-cont .billing-form-sec .billing-form .common-form .form-group-inline {
    flex-direction: column;
  }
  .myacc-sec .myacc-inner-cont .billing-form-sec .billing-form .common-form .form-group-inline .form-group {
    max-width: inherit;
  }
  .myacc-sec .myacc-inner-cont .save-btn {
    max-width: inherit;
    margin: 24px auto auto auto;
  }
  .orderhis-sec {
    padding: 0px 0;
  }
  .orderhis-sec .orderhis-inner-cont {
    max-width: inherit;
    padding: 0px;
  }
  .orderhis-sec .orderhis-inner-cont .title {
    max-width: inherit;
    padding: 16px;
  }
  .orderhis-sec .orderhis-inner-cont .title h2 {
    font-size: 40px;
    line-height: normal;
    letter-spacing: 3.6px;
  }
  .orderhis-sec .orderhis-inner-cont .title h6 {
    font-size: 16px;
    line-height: 167%;
  }
  .orderhis-sec .orderhis-inner-cont .orderhis-table table {
    margin: 24px;
  }
  .orderhis-sec .orderhis-inner-cont .orderhis-table table tbody tr td:first-child {
    min-width: 125px;
  }
  .orderhis-sec .orderhis-inner-cont .orderhis-table table tbody tr td {
    min-width: 180px;
  }
  .error-sec {
    background: url(../images/mob-error-bg-img.png) no-repeat center center;
    background-size: cover;
  }
  .error-sec .error-inner-cont {
    padding: 80px 0;
  }
  .error-sec .error-inner-cont .error-box {
    max-width: 326px;
  }
  .error-sec .error-inner-cont .error-box h1 {
    font-size: 74px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .error-sec .error-inner-cont .error-box p br {
    display: block;
  }
  .error-sec .error-inner-cont .error-box .back-btn {
    max-width: inherit;
  }
  header {
    padding: 17.5px 24px;
  }
  .service-slide .emailmarketing-title h2 br {
    display: none;
  }
  .service-slide .servicesliderText {
    position: absolute;
    width: 100%;
    max-width: 327px;
    top: inherit;
    transform: inherit;
    left: 24px;
    bottom: 40px;
    text-align: center;
  }
  .service-slide .servicesliderText h2 {
    font-size: 40px;
    margin-bottom: 24px;
  }
  .service-slide .servicesliderText ul {
    padding: 0;
    margin: 24px 0px;
  }
  .service-slide .servicesliderText ul li {
    padding-left: 0;
    list-style: none;
    width: 33.33%;
    text-align: center;
    padding-top: 30px;
    background-position: top center;
  }
  .service-slide .servicesliderText .pricing_btnservice {
    margin: auto;
  }
  .whatservice {
    margin: -2px 0px 0px 0px;
    flex-direction: column;
  }
  .whatservice .whatserviceLeft {
    width: 100%;
  }
  .whatservice .whatserviceRight {
    width: 100%;
    padding: 40px 23px;
  }
  .whatservice .whatserviceRight .whatserviceInner {
    padding: 0;
    margin-bottom: 34px;
  }
  .whatservice .whatserviceRight .whatserviceInner h6 {
    font-size: 16px;
    letter-spacing: 4px;
    text-align: center;
  }
  .whatservice .whatserviceRight .whatserviceInner h5 {
    font-size: 24px;
    text-align: center;
  }
  .whatservice .whatserviceRight .whatserviceInner h3 {
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3.6px;
    text-align: center;
    margin-bottom: 16px;
  }
  .whatservice .whatserviceRight .whatserviceInner p {
    text-align: center;
    margin-bottom: 0px;
  }
  .service_packages {
    flex-direction: column-reverse;
    padding-bottom: 16px;
    margin: 0;
  }
  .service_packages .servicePackages_left {
    padding: 0;
    width: 100%;
  }
  .service_packages .servicePackages_left h3 {
    padding: 24px;
    margin: 0px;
    font-size: 40px;
  }
  .service_packages .servicePackages_left .servicePackages_innerlisting {
    margin: 0px;
    display: block;
  }
  .service_packages .servicePackages_left .servicePackages_innerlisting .list-serviceinfo {
    max-width: 327px;
    margin: 0px auto 8px auto;
  }
  .service_packages .servicePackages_left .servicePackages_innerlisting .list-serviceinfo h4 {
    margin-bottom: 0px;
  }
  .howitworks {
    background: url(../images/howitowrks-mobilebg.png) no-repeat top center;
    padding: 40px 24px;
  }
  .howitworks h2 {
    font-size: 40px;
    line-height: normal;
    letter-spacing: 3.6px;
    margin-bottom: 34px;
  }
  .howitworks .howworklisting {
    display: block;
  }
  .howitworks .howworklisting .howworkscard {
    margin-bottom: 34px;
  }
  .howitworks .howworklisting .howworkscard h4 {
    margin: 16px 0px;
  }
  .howitworks .howworklisting .howworkscard p {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  header {
    padding: 17.5px 0;
  }
  .ready-business-sec .ready-content .ready-content-text .btn-wrap {
    gap: 16px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .brandexx-container {
    max-width: 1200px;
  }
  .why-we-best-wrap .why-we-best-items {
    max-width: 1200px;
  }
  .emailmarketingteamexperts .whatserviceRight {
    padding: 34px 94px;
  }
  .emailmarketingteamexperts .whatserviceRight .whatserviceInner h6 {
    font-size: 24px;
  }
  .whyimportant .whatserviceRight {
    padding: 10px 15px !important;
  }
  .main-Consultation .ConsultationWrapper .Consultation_left {
    padding: 15px 50px;
  }
  .main-Consultation .ConsultationWrapper .Consultation_left h3 {
    font-size: 40px;
  }
  .main-Consultation .ConsultationWrapper .Consultation_left p {
    margin: 14px auto;
  }
  .main-Consultation .ConsultationWrapper .Consultation_left .main-form .form-group .form-control {
    padding: 5px 16px;
  }
  .main-Consultation .ConsultationWrapper .Consultation_left .main-form .form-group textarea {
    height: 74px;
  }
  .main-Consultation .ConsultationWrapper .Consultation_right {
    max-width: 650px;
  }
  .common-heading-1 h1 {
    font-size: 64px;
  }
  .common-second-heading h6 {
    font-size: 50px;
  }
  .ready-business-sec .ready-content .ready-content-text {
    max-width: 507px;
  }
  footer .footer-wrap {
    max-width: 92%;
  }
  .common-top-section .common-top-sec-content {
    left: unset;
  }
  .common-top-section .common-top-sec-content h1 {
    font-size: 64px;
  }
  .common-top-section .common-top-sec-content .btn-wrap {
    margin-bottom: 0px;
  }
  .common-top-section .home-top-sec {
    max-width: 653px;
  }
  .whoAreWe-sec .who-are-content {
    width: 980px;
  }
  .whoAreWe-sec .who-are-content .who-are-text {
    width: 644px;
  }
  .serives-items .serives-flex .serives-list {
    padding: 41.5px 40px;
  }
  .our-process-sec nav {
    max-width: 1026px;
    margin: auto;
  }
  .our-process-sec .ourporcess-text {
    max-width: 517px;
    margin-left: auto;
  }
  .why-we-best-wrap .why-we-best-items .why-we-best-content {
    padding: 56px 62px;
    max-width: 647.667px;
  }
  .contact-us-sec .common-second-heading h6 {
    font-size: 40px;
  }
  .contact-us-sec .contact-right-wrap .contact-right-content {
    max-width: 487px;
  }
  .login-sec {
    background-size: cover;
  }
  .login-sec .login-inner-cont .left-login-sec {
    max-width: 50%;
    padding: 80px 0;
  }
  .login-sec .login-inner-cont .left-login-sec .login-form-sec {
    max-width: 430px;
  }
  .login-sec .login-inner-cont .right-img-sec {
    max-width: 763px;
  }
  .login-sec .login-inner-cont .right-img-sec img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 704px;
  }
  .register-sec .register-inner-cont .right-img-sec img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 877px;
  }
  .service-slide .servicesliderText {
    left: 30px;
  }
  .service-slide .servicesliderText h2 {
    font-size: 64px;
  }
  .serviceWrapper .container {
    max-width: 1140px;
  }
  .serviceWrapper .container .whatserviceRight {
    padding: 10px 35px;
  }
  .serviceWrapper .container .whatserviceRight .whatserviceInner {
    margin-bottom: 10px;
  }
  .serviceWrapper .container .whatserviceRight .whatserviceInner h3 {
    font-size: 40px;
  }
  .serviceWrapper .container .whatserviceRight .whatserviceInner p {
    margin-bottom: 0px;
    font-size: 13px;
  }
  .serviceWrapper .container .whatserviceRight .whatserviceInner h5 {
    font-size: 25px;
  }
  .service_packages .servicePackages_left {
    width: 674px;
  }
  .service_packages .servicePackages_left h3 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .service_packages .servicePackages_left .servicePackages_innerlisting {
    gap: 15px;
    margin-top: 15px;
  }
  .service_packages .servicePackages_left .servicePackages_innerlisting .list-serviceinfo {
    width: 270px;
  }
  .howitworks {
    padding: 60px 0px;
  }
  footer .footer-wrap {
    max-width: 92%;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .serives-items .serives-flex .serives-list {
    padding: 40.5px 30px;
  }
  .brandexx-container {
    max-width: 1350px;
  }
  .why-we-best-wrap .why-we-best-items {
    max-width: 1350px;
  }
  .main-Consultation .ConsultationWrapper .Consultation_left {
    padding: 17px 100px;
  }
  .main-Consultation .ConsultationWrapper .Consultation_left h3 {
    font-size: 40px;
  }
  .main-Consultation .ConsultationWrapper .Consultation_left p {
    margin: 14px auto;
  }
  .main-Consultation .ConsultationWrapper .Consultation_left .main-form .form-group .form-control {
    padding: 5px 16px;
  }
  .main-Consultation .ConsultationWrapper .Consultation_left .main-form .form-group textarea {
    height: 74px;
  }
  .main-Consultation .ConsultationWrapper .Consultation_right {
    max-width: 650px;
  }
  .common-heading-1 h1 {
    font-size: 64px;
  }
  .common-second-heading h6 {
    font-size: 50px;
  }
  .ready-business-sec .ready-content .ready-content-text {
    max-width: 556px;
  }
  footer .footer-wrap {
    max-width: 92%;
  }
  .common-top-section .common-top-sec-content {
    left: unset;
  }
  .common-top-section .home-top-sec {
    max-width: 653px;
  }
  .whoAreWe-sec .who-are-content {
    width: 980px;
  }
  .whoAreWe-sec .who-are-content .who-are-text {
    width: 644px;
  }
  .why-we-best-wrap .why-we-best-items .why-we-best-content {
    padding: 86px 92px;
  }
  .contact-us-sec .contact-right-wrap .contact-right-content {
    max-width: 575px;
  }
  .login-sec {
    background-size: cover;
  }
  .login-sec .login-inner-cont .left-login-sec {
    max-width: 50%;
    padding: 80px 0;
  }
  .login-sec .login-inner-cont .left-login-sec .login-form-sec {
    max-width: 430px;
  }
  .login-sec .login-inner-cont .right-img-sec {
    max-width: 763px;
  }
  .login-sec .login-inner-cont .right-img-sec img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 720px;
  }
  .resetpass-sec .reset-inner-cont .right-img-sec img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 659px;
  }
  .register-sec .register-inner-cont .right-img-sec img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 877px;
  }
  .service-slide .servicesliderText {
    left: 30px;
  }
  .service-slide .servicesliderText h2 {
    font-size: 64px;
  }
  .serviceWrapper .container {
    max-width: 1280px;
  }
  .serviceWrapper .container .whatserviceRight {
    padding: 40px 40px;
  }
  .serviceWrapper .container .whatserviceRight .whatserviceInner {
    margin-bottom: 30px;
  }
  .serviceWrapper .container .whatserviceRight .whatserviceInner h3 {
    font-size: 45px;
  }
  .serviceWrapper .container .whatserviceRight .whatserviceInner p {
    margin-bottom: 0px;
    font-size: 14px;
  }
  .serviceWrapper .container .whatserviceRight .whatserviceInner h5 {
    font-size: 25px;
  }
  .service_packages .servicePackages_left {
    width: 754px;
  }
  .service_packages .servicePackages_left h3 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .service_packages .servicePackages_left .servicePackages_innerlisting {
    gap: 25px;
    margin-top: 25px;
  }
  .service_packages .servicePackages_left .servicePackages_innerlisting .list-serviceinfo {
    width: 310px;
  }
  .howitworks {
    padding: 60px 0px;
  }
  footer .footer-wrap {
    max-width: 92%;
  }
}
@media (max-width: 991px) {
  .pricing-heading {
    margin-top: 0;
    max-width: 100%;
    padding: 40px 24px 34px 24px;
    text-align: center;
  }
  .pricing-heading h6 {
    margin-bottom: 16px;
    font-size: 40px;
  }
  .pricing-table-sec {
    margin-top: 0px;
    padding-left: 24px;
  }
  .pricing-table-sec .table {
    width: 832px;
    margin-bottom: 0;
  }
  .pricing-table-sec .table thead tr {
    border-bottom: 2px solid #999;
  }
  .pricing-table-sec .table thead th {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.44px;
    padding: 22px 0;
    border-bottom: 0px solid #999;
  }
  .pricing-table-sec .table tbody tr td {
    padding: 7px 0;
  }
  .pricing-table-sec .table tbody tr td:first-child {
    font-family: "HelveticaNowDisplay";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    padding: 15px 0;
    line-height: normal;
    width: 15%;
  }
  .pricing-table-sec .table tbody tr td h6 {
    font-family: "HelveticaNowDisplay";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .pricing-table-sec .table tfoot td {
    padding: 7px 0 12px 0;
  }
  .pricing-table-sec .table tfoot a {
    padding: 6px 31px !important;
    margin-top: 4px !important;
    display: block;
    max-width: 86px;
    margin: auto;
  }
  .serviceWrapper {
    padding-bottom: 24px;
  }
  .main-Consultation .ConsultationWrapper {
    flex-direction: column-reverse;
  }
  .main-Consultation .ConsultationWrapper .Consultation_left {
    padding: 40px 24px;
  }
  .main-Consultation .ConsultationWrapper .Consultation_left h3 {
    font-size: 40px;
    text-align: center;
    line-height: 115.807%;
  }
  .main-Consultation .ConsultationWrapper .Consultation_left p {
    text-align: center;
  }
  .main-Consultation .ConsultationWrapper .Consultation_left textarea {
    height: 148px;
  }
}
@media screen and (min-width: 1921px) {
  footer .footer-wrap {
    max-width: 1600px;
  }
  .service-slide img {
    width: 100%;
  }
  .serviceWrapper {
    background-size: cover;
  }
  .howitworks {
    background-size: cover;
  }
  .main-Consultation .ConsultationWrapper {
    justify-content: center;
  }
}/*# sourceMappingURL=responsive.css.map */