@import url("https://fonts.googleapis.com/css2?family=Bona+Nova:ital,wght@0,400;0,700;1,400&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Inter+Tight:ital,wght@0,100..900;1,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@media screen and (max-width: 991px) {
  .userlogin .signIn-container .signIn-innerContainer {
    background: linear-gradient(130deg, #FCFCFC 0%, #F5F5F5 95.77%), #FFF !important;
  }
  #pricepopup .modal-dialog .modal-body {
    padding: 30px !important;
  }
  #pricepopup .modal-dialog .modal-body h2 {
    font-size: 26px;
  }
  footer {
    border-top: 1px solid var(--Base-04, #E9E9E9);
  }
  /*M CSS START*/
  .term-condition {
    background: url(../images/termsbg-mobile.png) no-repeat top center !important;
  }
  .signIn {
    background: none;
  }
  .signIn .signIn-container {
    padding: 0px;
  }
  .signIn .signIn-container .register-innerContainer {
    background: linear-gradient(130deg, #FCFCFC 0%, #F5F5F5 95.77%), #FFF;
  }
  .signIn .signIn-container .signIn-innerContainer {
    max-width: 100%;
    padding: 40px 24px;
    border: none;
    border-radius: 0;
  }
  .signIn .signIn-container .signIn-innerContainer .signIn-title .signIn-text h3 {
    content: "Sign into your account" !important;
  }
  .signIn .signIn-container .signIn-innerContainer .signIn-form {
    padding: 32px 0;
  }
  .signIn .signIn-container .signIn-innerContainer .signIn-form .button-blue {
    margin-top: 24px;
  }
  .signIn .signIn-container .signIn-innerContainer .signIn-form .button-blue a {
    font-family: jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
    color: var(--Base-Off-White, #fafafa);
    text-align: center;
  }
  .signIn .signIn-container .signIn-innerContainer .have-account p {
    margin-bottom: 0px;
  }
  .signIn .signIn-container .signIn-innerContainer .signUp-form .form-box {
    display: grid;
    gap: 0px;
  }
  .signIn .signIn-container .signIn-innerContainer .signUp-form .button-blue {
    margin-top: 0px;
  }
  .signIn .signIn-container .signIn-innerContainer .signUp-form .account-signup .social-icon {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 8px;
    padding: 10px 16px;
    border: 1px solid var(--Gray-300, #d0d5dd);
    background: var(--White, #fff);
    /* Shadow/xs */
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  }
  .signIn .signIn-container .signIn-innerContainer .signUp-form .account-signup .social-icon p {
    margin: 0;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    color: var(--Accent, #303e52);
  }
  .signIn .signIn-container .signIn-innerContainer .signUp-form .account-signup .facebook {
    background: #1877f2;
    border: 1px solid var(--Gray-300, #1877f2);
  }
  .signIn .signIn-container .signIn-innerContainer .signUp-form .account-signup .facebook p {
    margin: 0;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    color: var(--White, #fff);
  }
  .signIn .signIn-container .signIn-innerContainer .signUp-form .account-signup .apple {
    background: var(--Black, #000);
    border: 1px solid var(--Gray-300, #000);
  }
  .signIn .signIn-container .signIn-innerContainer .signUp-form .account-signup .apple p {
    margin: 0;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    color: var(--White, #fff);
  }
  .divider {
    margin: 24px 0;
  }
  .overview {
    margin: 0;
  }
  .overview .overview-hero {
    position: relative;
  }
  .overview .overview-hero .overview-title {
    max-width: 85%;
    padding: 24px 8px;
    position: absolute;
    border-radius: 8px;
    top: 44px;
  }
  .overview .overview-hero .overview-title h2 {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .overview .overview-hero .overview-data {
    background: linear-gradient(130deg, #FCFCFC 0%, #F5F5F5 95.77%);
  }
  .overview .overview-hero .Overviewaccount-mobile {
    position: absolute;
    top: inherit;
    bottom: 24px;
    border-radius: 8px;
    padding: 10px 14px;
    width: 85%;
    left: 7%;
    height: 46px;
    border-radius: 8px;
    border: 1px solid var(--Base-04, #e9e9e9);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    background: url("../images/dropdown.svg") no-repeat center right 0.75rem var(--Base-Off-White, #fff);
    display: flex;
    gap: 8px;
    align-items: center;
  }
  .overview .overview-hero .Overviewaccount-mobile a {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    font-size: 16px;
    color: var(--Accent, #303e52);
    text-decoration: none;
  }
  .overview .overview-hero .dropdown-menu {
    width: 85%;
    background-color: var(--Base-Off-White, #fff);
    border: none;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  }
  .overview .overview-hero ul li {
    display: flex;
    gap: 8px;
    padding: 8px 14px;
  }
  .overview .overview-hero ul li a {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    font-size: 16px;
    color: var(--Accent, #303e52);
  }
  .overview .mywalletBox .overview-data-container .transaction_history {
    border-radius: 8px !important;
    border: 1px solid var(--Base-04, #E9E9E9) !important;
    background: linear-gradient(130deg, #FCFCFC 0%, #F5F5F5 95.77%), #FFF !important;
    padding: 24px 0px 0px 24px !important;
    overflow: hidden;
  }
  .overview .mywalletBox .overview-data-container .transaction_history .product-pagination {
    padding-bottom: 24px;
    margin-top: 0;
    padding-right: 24px;
  }
  .overview .mywalletBox .overview-data-container .transaction_history .mydetails-title {
    padding-right: 24px;
    justify-content: center;
    display: grid;
  }
  .overview .mywalletBox .overview-data-container .transaction_history .mydetails-title h3 {
    text-align: center;
    margin-bottom: 16px !important;
  }
  .overview .mywalletBox .overview-data-container .transaction_history .mydetails-title .sortby {
    width: 327px;
    background-position: 95% 50%;
  }
  .overview .mywalletBox .overview-data-container .transaction_history .sortby-mobile {
    margin-right: 24px;
  }
  .overview .mywalletBox .overview-data-container .transaction_history .history-table {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    background: var(--Base-White, #FFF);
    /* Small Shadow */
    box-shadow: 0px 20.261px 21.787px 0px rgba(0, 0, 0, 0.06), 0px 8.147px 9.541px 0px rgba(0, 0, 0, 0.04), 0px 1.822px 4.13px 0px rgba(0, 0, 0, 0.03);
  }
  .overview .mywalletBox .overview-data-container .transaction_history .history-table .table {
    margin-bottom: 0px;
    border-bottom: none;
  }
  .overview .mywalletBox {
    background: #fff !important;
  }
  .overview .historydownload-data {
    background: url(../images/orderhistroy-mobilebg.png) no-repeat top center !important;
  }
  .overview .checkout_data {
    background: linear-gradient(130deg, #FCFCFC 0%, #F5F5F5 95.77%) !important;
  }
  .overview .myaccount-overview {
    background: linear-gradient(130deg, #FCFCFC 0%, #F5F5F5 95.77%) !important;
  }
  .overview .overview-data {
    background: linear-gradient(130deg, #FCFCFC 0%, #F5F5F5 95.77%);
  }
  .overview .overview-data .overview-data-container {
    max-width: 100%;
    display: grid;
    justify-content: normal;
    padding: 0px 0px;
    gap: 0;
  }
  .overview .overview-data .overview-data-container .button-outline {
    margin-top: 16px;
    color: var(--Accent, #303e52);
    border: 1px solid var(--Accent, #303e52);
    background: var(--Base-Off-White, #fafafa);
  }
  .overview .overview-data .overview-data-container .update-password .mydetails-form .form-box .password-toggle {
    margin-bottom: 0px;
  }
  .overview .overview-data .overview-data-container .mydetails {
    max-width: 100%;
    padding: 24px 24px 0px 24px;
    border: none;
    box-shadow: none;
    border-radius: 0px;
    background: none;
  }
  .overview .overview-data .overview-data-container .mydetails .mydetails-title h3 {
    margin: 0;
  }
  .overview .overview-data .overview-data-container .mydetails .mydetails-form {
    padding-top: 24px;
  }
  .overview .overview-data .overview-data-container .mydetails .mydetails-form .form-box {
    display: grid;
    gap: 0px;
  }
  .overview .overview-data .overview-data-container .mydetails .mydetails-form .password-toggle {
    margin-bottom: 16px;
  }
  .overview .overview-data .overview-data-container .mydetails .mydetails-form .form-control {
    padding: 16px;
    margin-bottom: 16px;
  }
  .overview .overview-data .overview-data-container .mydetails .mydetails-form .mydetails-mobile-btn {
    margin-top: 24px;
  }
  .overview .overview-data .overview-data-container .mydetails .mydetails-form .mydetails-mobile-btn .button-blue {
    padding: 8px 24px;
  }
  .overview .overview-data .overview-data-container .mydetails .history-table table {
    width: 100%;
  }
  .overview .overview-data .overview-data-container .mydetails .history-table table tbody tr td {
    padding: 12px 24px;
    vertical-align: middle;
    min-width: 132px;
  }
  .overview .overview-data .overview-data-container .mydetails .history-table table tbody tr td:last-child {
    min-width: 222px;
  }
  .overview .overview-data .overview-data-container .mydtlapassword {
    padding: 24px;
    background: linear-gradient(130deg, #FCFCFC 0%, #F5F5F5 95.77%);
  }
  .overview .overview-data .overview-data-container .overview_mydtls {
    padding: 24px;
  }
  .overview .overview-data .overview-data-container .update-password {
    max-width: 100%;
    padding: 24px 24px 24px 24px;
    height: auto;
  }
  .overview .overview-data .overview-data-container .mywallet {
    max-width: 100%;
    padding: 24px;
  }
  .overview .overview-data .overview-data-container .mywallet .currant-balance {
    padding-top: 24px;
  }
  .overview .overview-data .overview-data-container .mywallet .currant-balance .credits {
    display: flex;
    gap: 20px;
  }
  .overview .overview-data .overview-data-container .mywallet .Loyalty-tier p {
    padding-bottom: 24px;
    margin: 0;
  }
  .overview .overview-data .overview-data-container .mywallet .Loyalty-tier img {
    margin-bottom: 24px;
  }
  .overview .overview-data .overview-data-container .checkout {
    padding: 40px 24px 0px 24px !important;
  }
  .overview .overview-data .overview-data-container .checkout .checkout-form {
    padding-top: 16px;
  }
  .overview .overview-data .overview-data-container .checkout .checkout-form .form-control {
    margin-bottom: 16px !important;
  }
  .overview .overview-data .overview-data-container .checkout .checkout-form .form-box .form-control {
    margin-bottom: 16px !important;
  }
  .overview .overview-data .overview-data-container .order-summary {
    width: 100%;
    max-width: 500px !important;
    padding-bottom: 40px !important;
  }
  .overview .overview-data .overview-data-container .order-summary .divider {
    margin: 24px 0;
  }
  .overview .overview-data .overview-data-container .order-summary .order-summary-data .order-credits {
    flex-direction: column;
    gap: 8px;
  }
  .overview .overview-data .overview-data-container .order-summary .order-summary-data .order-credits h5 span {
    display: none;
  }
  .overview .overview-data .overview-data-container .order-summary .order-summary-data .order-credits p .text-mobile {
    display: inline;
  }
  .overview .overview-data .overview-data-container .order-summary .subtotal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px 0;
  }
  .overview .overview-data .overview-data-container .order-summary .subtotal h5 {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
    letter-spacing: -1px;
    text-transform: capitalize;
    color: var(--Accent, #303e52);
    font-feature-settings: "liga" off, "clig" off;
    margin: 0;
  }
  .overview .overview-data .overview-data-container .order-summary .subtotal .text-green {
    color: var(--Base-Success-Green, #47b147);
  }
  .overview .overview-data .overview-data-container .order-summary .subtotal h4 {
    font-family: "Jost", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    /* 31.2px */
    letter-spacing: -1px;
    text-transform: capitalize;
    color: var(--Accent, #303e52);
    font-feature-settings: "liga" off, "clig" off;
    margin: 0;
  }
  .overview .overview-data .overview-data-container .order-summary .coupen {
    margin: 10px 0 0 0 !important;
  }
  .overview .overview-data .overview-data-container .order-summary .couponcode .form-box {
    display: flex;
    gap: 8px;
  }
  .overview .overview-data .overview-data-container .order-summary .couponcode .form-box .form-control {
    padding: 16px !important;
    margin: 0;
  }
  .overview .overview-data .overview-data-container .order-summary .couponcode .form-box .button-blue {
    border-radius: 4px;
    background: var(--Accent, #303e52) !important;
  }
  .overview .overview-data .overview-data-container .order-summary .agreeterm {
    display: flex;
    margin: 16px 0;
    justify-content: center;
    align-items: center;
    gap: 16px;
  }
  .overview .overview-data .overview-data-container .order-summary .agreeterm p {
    margin: 0;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    color: var(--Text, #5b7687);
  }
  .overview .overview-data .overview-data-container .order-summary .agreeterm p a {
    color: var(--Btn-Blue, #289cd7);
  }
  .overview .overview-data .overview-data-container .order-summary .master-card {
    margin-top: 16px;
  }
  .overview .overview-data .download-history {
    padding: 24px;
  }
  .overview .overview-data .download-history .download-history-item {
    display: grid;
    grid-template-columns: auto;
  }
  .overview .overview-data .download-history .download-history-item .card {
    max-width: 100%;
  }
  .overview .overview-data .download-history .download-history-item .card:nth-of-type(n + 4) {
    display: none;
  }
  .overview .mydtlspassword {
    background: linear-gradient(130deg, #FCFCFC 0%, #F5F5F5 95.77%) !important;
  }
  .contactus .contactus-container {
    background: none;
    padding: 0;
  }
  .contactus .contactus-container .contactus-details {
    max-width: 100%;
    padding: 32px 24px;
    position: inherit;
    top: inherit;
    transform: inherit;
    left: inherit;
  }
  .contactus .contactus-container .contactus-details .contact-title h2 {
    font-size: 32px;
  }
  .contactus .contactus-container .contactus-details .contact-title p br {
    display: block;
  }
  .contactus .contactus-container .contactus-details .contact-form {
    padding-top: 24px;
  }
  .contactus .contactus-container .contactus-details .contact-form .form-control {
    padding: 16px;
    margin-bottom: 24px;
  }
  .contactus .contactus-container .contactus-details .contact-form p {
    margin: 24px 0 0 0;
    font-family: jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    color: var(--Accent, #303e52);
    text-align: center;
  }
  .contactus .contactus-container .contactus-details .contact-form p a {
    color: var(--Btn-Blue, #289cd7);
    text-decoration: underline;
  }
  .contactus .premiumImagery {
    height: 111px;
    background: var(--Accent, #303e52);
  }
  .contactus .premiumImagery .premiumImagery-text {
    padding: 32px 24px;
    max-width: 100%;
  }
  .contactus .premiumImagery .premiumImagery-text h4 {
    font-size: 18px;
    margin: 0;
  }
  .contactus .premiumImagery .premiumImagery-text .button-blue {
    width: 176px;
  }
  .term-condition .term-condition-container {
    max-width: 100%;
    padding: 40px 24px;
  }
  .term-condition .term-condition-container .term-condition-title {
    margin-bottom: 24px;
  }
  .term-condition .term-condition-container .term-condition-title h1 {
    font-size: 32px;
  }
  .term-condition .term-condition-container .term-condition-contain {
    max-width: 100%;
  }
  .term-condition .term-condition-container .term-condition-contain p {
    padding-bottom: 20px;
  }
  .term-condition .term-condition-container .term-condition-contain p:last-child {
    padding-bottom: 0px;
  }
  .page-404 {
    padding: 0px;
    background: url(../images/error-mobilebg.png) no-repeat top center;
    min-height: 558px;
  }
  .page-404 .page-404-container {
    max-width: 100%;
  }
  .page-404 .page-404-container img {
    margin-top: -30px;
  }
  .page-404 .page-404-container .page-404-contain {
    width: 100%;
    top: 80%;
    padding: 0 16px;
  }
  .page-404 .page-404-container .page-404-contain .page-404-title {
    margin: auto;
  }
  .page-404 .page-404-container .page-404-contain .page-404-title h1 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .page-404 .page-404-container .page-404-contain .back-button {
    margin-top: 32px;
  }
  /*M END START*/
  /*======================================*/
  /*T CSS*/
  .Productsdtlfooter {
    background: url(../images/Productsdtlfooter-mobile.png) no-repeat top center !important;
  }
  .prdtMobileimg {
    max-height: 400px;
  }
  .productDtl {
    display: grid;
    gap: 0px;
  }
  .productDtl .productDtlLeft {
    z-index: 9;
  }
  .productDtl .productDtlright {
    padding: 40px 24px;
    background: url(../images/productDtlright-mobilebg.png) no-repeat top center;
  }
  .productDtl .productDtlright .productDtlrightInnercontent {
    max-width: -moz-max-content;
    max-width: max-content;
    width: auto;
  }
  .productDtl .productDtlright .productDtlrightInnercontent h3 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .productDtl .productDtlright .productDtlrightInnercontent p {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .productDtl .productDtlright .productDtlrightInnercontent .prodcuts-checkoutbtns {
    flex-direction: column-reverse;
    gap: 16px;
  }
  .productDtl .productDtlright .productDtlrightInnercontent .prodcuts-checkoutbtns a {
    width: 100%;
    justify-content: center;
  }
  .brwoseImg .bwrosesearch .searchBox .active {
    background: url(../images/search_productclose.svg) no-repeat 95% 50% #fff;
  }
  .searchProducts {
    background: url(../images/search-productmobile.png) no-repeat top center;
  }
  .product-pagination {
    padding-bottom: 24px;
    padding-top: 24px;
  }
  .product-pagination .pagination {
    gap: 2px;
  }
  .product-pagination .pagination .first {
    margin-right: 23px;
  }
  .product-pagination .pagination .last {
    margin-left: 23px;
  }
  .Mobilebwrosesearch {
    padding: 24px;
  }
  .Mobilebwrosesearch #sortby,
  .Mobilebwrosesearch #orientation {
    position: absolute;
    padding: 24px;
    border-radius: 8px;
    border: 1px solid var(--Sky-Blue, #C2D0DB);
    background: var(--Base-White, #FFF);
    width: 87%;
    margin-top: 4px;
    z-index: 99;
  }
  .Mobilebwrosesearch #sortby a,
  .Mobilebwrosesearch #orientation a {
    color: var(--Accent, #303E52);
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    border-bottom: 1px solid #C2D0DB;
    margin-bottom: 16px;
    padding-bottom: 16px;
    display: block;
  }
  .Mobilebwrosesearch #sortby a:last-child,
  .Mobilebwrosesearch #orientation a:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  .Mobilebwrosesearch #sortby .active,
  .Mobilebwrosesearch #orientation .active {
    color: var(--Btn-Blue, #289CD7);
  }
  .sortBoxall {
    margin-top: 16px;
  }
  .sortBox {
    width: 100%;
  }
  .sortBox .sortbybtn {
    color: var(--Text, #5B7687);
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 4px;
    border: 1px solid var(--Sky-Blue, #C2D0DB);
    padding: 13px 16px;
    background: #fff;
    position: relative;
    display: block;
    text-align: left;
    max-height: 56px;
  }
  .sortBox .sortbybtn span {
    color: var(--Accent, #303E52);
  }
  .sortBox .sortbybtn::after {
    content: "";
    background: url(../images/sort-icon.svg) no-repeat 90% 50% #fff;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 11px;
    top: 15px;
  }
  .sortBox a[aria-expanded=true]::after {
    transform: rotate(180deg);
    top: 14px;
  }
  .brwoseImg {
    background: url(../images/brwoseImg-mobile.png) no-repeat top center;
    padding: 56px 24px;
  }
  .brwoseImg .brwose_title {
    font-size: 32px;
  }
  .brwoseImg .bwrosesearch .sortBox {
    display: none;
  }
  .brwoseImg .tagsearch {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  .brwoseImg .tagsearch a {
   flex: 1 0 10rem;
  }
  .brwoseImg .tagsearch .active {
    max-width: 93px;
  }
  .pricingSignupBg {
    background: url(../images/pricingSignupBgmobile.png) no-repeat top center !important;
  }
  .reward_loyalty {
    background: url(../images/rewardbg-mobile.png) no-repeat top center;
    padding: 0;
  }
  .reward_loyalty .toptitle_reward {
    margin-bottom: 0px;
    padding: 40px 24px 24px 24px;
  }
  .reward_loyalty .toptitle_reward h2 {
    font-size: 32px;
  }
  .reward_loyalty .toptitle_reward p br {
    display: none;
  }
  .reward_loyalty .reward_package {
    display: grid;
    margin-bottom: 0;
    padding-bottom: 40px;
  }
  .reward_loyalty .cantfind {
    padding: 24px;
    border-radius: 0;
    display: grid;
    text-align: center;
    gap: 24px;
    margin-top: -4px;
  }
  .reward_loyalty .cantfind .btnsgrpups {
    display: grid;
    gap: 8px;
  }
  .customAmount {
    padding: 40px 24px;
  }
  .customAmount .Toptitle {
    margin-bottom: 24px;
  }
  .customAmount .Toptitle h3 {
    font-size: 32px;
  }
  .product_creditNote {
    padding: 40px 0px;
    background: url(../images/CreditPacksbg-mobile.png) no-repeat top center;
  }
  .product_creditNote .product_toptitle {
    margin-bottom: 0px;
  }
  .product_creditNote .product_toptitle h3 {
    font-size: 32px;
  }
  .product_creditNote .purchasenotebtn {
    margin-top: 46px;
    padding: 13.5px 32px;
  }
  .PriceCardsSlide .center .PriceCardsInner {
    border: 2px solid var(--Accent, #303E52);
    box-shadow: 0px 20.261px 21.787px 0px rgba(0, 0, 0, 0.06), 0px 8.147px 9.541px 0px rgba(0, 0, 0, 0.04), 0px 1.822px 4.13px 0px rgba(0, 0, 0, 0.03);
  }
  .PriceCardsSlide .center .PriceCardsInner .select-packagebtn {
    background: var(--Btn-Blue, #289CD7) !important;
    color: var(--Base-Off-White, #FAFAFA) !important;
  }
  .pricing_videos {
    position: relative;
  }
  .pricing_videos .price-slider {
    width: 100%;
    max-width: 327px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    background: var(--Base-White, #FFF);
    padding: 24px 8px;
    text-align: center;
  }
  .pricing_videos .price-slider h3 {
    font-size: 32px;
    margin-bottom: 16px;
  }
  .pricing_videos .price-slider p {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    color: var(--Text, #5B7687);
    font-size: 16px;
  }
  .product_creditNote .PriceCardsInner {
    max-width: 300px;
    margin: auto;
    padding: 24px;
  }
  /*T CSS End*/
  .heading-2 {
    font-size: 32px;
    line-height: normal;
  }
  header {
    padding: 0;
    border-bottom: 1px solid #C2D0DB;
  }
  .mobile-header {
    display: flex;
  }
  .mobile-header .right-sm-header {
    flex: 1 1 auto;
    padding: 28px 32px 28px 0;
    background: #303E52;
    display: flex;
    justify-content: end;
    gap: 16px;
    align-items: center;
  }
  .mobile-header .right-sm-header a {
    color: #FFF;
    font-family: jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
  }
  #header-modal .main-nav-list:has(a[aria-expanded=true]) {
    padding: 24px;
    background: #FAFAFA;
    border-radius: 8px;
  }
  #header-modal a[aria-expanded=false] .deactivate {
    display: inline-block;
  }
  #header-modal a[aria-expanded=false] .activate {
    display: none;
  }
  #header-modal a[aria-expanded=true] .deactivate {
    display: none;
  }
  #header-modal a[aria-expanded=true] .activate {
    display: inline-block;
  }
  #header-modal .modal-body {
    padding: 40px !important;
    background: #FFF;
  }
  #header-modal .modal-body .top-nav .top-nav-link {
    font-family: jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    color: #303E52;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
  }
  #header-modal .modal-body .main-nav {
    display: flex;
    gap: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 32px 0;
  }
  #header-modal .modal-body .main-nav .main-nav-link {
    font-family: jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
    color: #303E52;
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
  }
  #header-modal #categories-sm-collapse .categories-body {
    margin-top: 16px;
    display: flex;
    gap: 24px;
  }
  #header-modal #categories-sm-collapse a {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
    color: #303E52;
  }
  footer .footer-wrap .footer-main-sec {
    flex-wrap: wrap;
    padding-bottom: 40px;
    justify-content: center;
  }
  footer .footer-wrap .footer-main-sec .footer-left {
    align-items: center;
    text-align: center;
    margin-bottom: 32px;
  }
  footer .footer-wrap .footer-main-sec .footer-left ul {
    flex-wrap: wrap;
    gap: 24px 40px;
    justify-content: center;
  }
  footer .footer-wrap .footer-main-sec .footer-right {
    text-align: center;
  }
  footer .footer-wrap .footer-main-sec .footer-right ul {
    width: 69%;
    justify-content: center;
    margin: 32px auto auto auto;
  }
  footer .footer-wrap .footer-bottom {
    flex-wrap: wrap-reverse;
    justify-content: center;
    gap: 16px;
  }
  footer .footer-wrap .footer-bottom p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .welcome-section {
    background: url(../images/home-welcome-bg-sm.png) no-repeat center top 10px;
    background-size: cover;
    height: auto;
    min-height: auto;
  }
  .welcome-section .welcome-content-sec {
    width: 100%;
    position: unset;
    padding-bottom: 110px;
    transform: unset;
  }
  .welcome-section .descriptions {
    margin-bottom: 0 !important;
    margin-top: -39px;
  }
  .welcome-section .descriptions .heading-1 {
    font-size: 32px !important;
    font-style: normal !important;
    line-height: normal !important;
    letter-spacing: -1px !important;
  }
  .welcome-section .descriptions .title {
    padding: 0 24px !important;
  }
  .welcome-section .descriptions .para {
    margin-bottom: 24px !important;
  }
  .welcome-section .scroll-to {
    width: 47px;
  }
  .latest-releases-sec {
    padding: 108px 0 40px 0;
  }
  .latest-releases-sec .latest-release-wrap .nav-pills {
    margin-bottom: 24px;
  }
  .latest-releases-sec .latest-release-wrap .nav-pills .nav-link {
    padding: 8px 14px !important;
  }
  .latest-releases-sec .latest-release-wrap .primary-btn {
    width: 100%;
  }
  .latest-releases-sec .latest-release-wrap .tab-sec {
    margin-bottom: 24px !important;
  }
  .latest-releases-sec .img-wrap {
    overflow: hidden;
    max-height: 182px;
    max-width: 100%;
    border-radius: 4px;
    position: relative;
  }
  .latest-releases-sec .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    gap: 24px;
  }
  .latest-releases-sec .owl-nav span {
    display: none;
  }
  .latest-releases-sec .owl-nav .owl-prev,
  .latest-releases-sec .owl-nav .owl-next {
    width: 36px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #C2D0DB !important;
    background: url(../images/owl-prev-icon.svg) no-repeat center !important;
    background-size: auto !important;
    background-color: #FFF !important;
  }
  .latest-releases-sec .owl-nav .owl-next {
    background: url(../images/owl-next-icon.svg) no-repeat center !important;
    background-size: auto !important;
    background-color: #FFF !important;
  }
  .latest-releases-sec .search-section {
    border-radius: 8px;
    width: calc(100% - 16px);
    top: -106px;
  }
  .latest-releases-sec .search-section .flex-wraper {
    flex-wrap: wrap;
    gap: 8px;
  }
  .latest-releases-sec .search-section .flex-wraper button {
    width: 100%;
  }
  .pricing-made-sec {
    background: url(../images/pricing-made-sec-bg-sm.png) no-repeat center left;
    background-size: cover;
    padding: 0;
  }
  .pricing-made-sec .pricing-made-wrap .text-wrap {
    max-width: 100%;
    padding: 40px 24px;
    text-align: center;
  }
  .pricing-made-sec .pricing-made-wrap .heading-2 {
    line-height: 120%;
    /* 38.4px */
  }
  .pricing-made-sec .pricing-made-wrap .primary-btn {
    width: 100%;
  }
  .pricing-made-sec .top-img-sec {
    position: relative;
  }
  .pricing-made-sec .top-img-sec .top-img-sec-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .story-behind-sec {
    padding: 24px 0;
  }
  .story-behind-sec .story-behind-wrap {
    border-radius: 16px;
    background: #fff;
  }
  .story-behind-sec .text-wrap {
    padding: 24px;
  }
  .story-behind-sec .text-wrap .primary-btn {
    width: 100%;
  }
  .footer-sign-up-sec {
    padding: 28px 0;
    background: url(../images/footer-sign-up-sec-bg-sm.png) no-repeat center;
    background-size: cover !important;
  }
  .footer-sign-up-sec .text-wrap .primary-btn {
    text-wrap: nowrap;
  }
  .footer-sign-up-sec h5 {
    font-size: 18px;
  }
  .faq-bottom-sec {
    padding: 40px 0;
    background: url(../images/faq-sec-bg-sm.png) no-repeat top center;
    background-size: cover;
  }
  .faq-bottom-sec .para {
    margin-bottom: 24px !important;
  }
  .faq-bottom-sec .cant-find-ans {
    border-radius: 16px;
    padding: 24px;
    display: flex;
    margin-top: 24px;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    box-shadow: unset;
  }
  .faq-bottom-sec .cant-find-ans h4 {
    text-align: center;
  }
  .faq-bottom-sec .cant-find-ans .btn-wrap {
    flex-direction: column;
    width: 100%;
    gap: 8px;
  }
  .faq-bottom-sec .cant-find-ans .btn-wrap a {
    width: 100%;
  }
  .about-welcome-sec .about-welcome-content {
    position: unset;
    transform: unset;
    background-color: #303E52;
    border-radius: 0;
    padding: 40px 24px;
    max-width: 100%;
  }
  .about-welcome-sec .about-welcome-content .heading-2 {
    color: white;
    margin-bottom: 16px;
  }
  .about-welcome-sec .about-welcome-content .para {
    color: #E9E9E9;
    margin-bottom: 24px;
  }
  .pick-picture-sec {
    background: url(../images/pick-picture-bg-sm.png) no-repeat center;
    background-size: cover;
    padding: 65px 24px;
  }
  .how-we-do-se {
    padding: 40px 24px;
    background: url(../images/how-we-do-se-bg-sm.png) no-repeat center;
    background-size: cover;
  }
  .how-we-do-se .text-wrap {
    padding: 0;
    margin-bottom: 40px;
  }
  .how-we-do-se .text-wrap a {
    width: 100%;
  }
  .footer-sign-up-about-sec {
    background: url(../images/footer-about-us-sign-up-sec-bg.png) no-repeat center;
    background-size: cover;
  }
  .faq-section {
    background: url(../images/faq-section-bg-sm.png) no-repeat center;
    background-size: cover;
    padding: 40px 0;
  }
  .faq-section .faq-sec-wraper .faq-top-sec {
    margin: auto;
    margin-bottom: 24px;
    padding: 0 0 24px 0;
    max-width: 327px;
  }
  .faq-section .faq-sec-wraper .faq-top-sec br {
    display: none;
  }
  .faq-section .faq-sec-wraper .faq-main-sec {
    flex-direction: column;
    gap: 0;
  }
  .faq-section .faq-sec-wraper .faq-main-sec .left-menu {
    overflow: auto;
  }
  .faq-section .faq-sec-wraper .faq-main-sec .left-menu ul {
    flex-direction: row;
    padding: 0 24px;
  }
  .faq-section .faq-sec-wraper .faq-main-sec .left-menu ul a {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-wrap: nowrap;
  }
  .faq-section .faq-sec-wraper .faq-main-sec .faq-right-content {
    max-width: 327px;
    width: 100%;
    margin: auto;
    padding-top: 24px;
    border-top: 1px solid #C2D0DB;
    margin-top: 21px;
  }
  .faq-section .cant-find-ans {
    max-width: 327px;
    margin: auto;
    border-radius: 16px;
    padding: 24px;
    display: flex;
    margin-top: 24px;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    box-shadow: unset;
  }
  .faq-section .cant-find-ans h4 {
    text-align: center;
  }
  .faq-section .cant-find-ans .btn-wrap {
    flex-direction: column;
    width: 100%;
    gap: 8px;
  }
  .faq-section .cant-find-ans .btn-wrap a {
    width: 100%;
  }
  .faq-footer-sec {
    background: url(../images/faq-footer-sec-sm.png) no-repeat center;
    background-size: cover;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .contactus .contactus-container .contactus-details {
    left: 100px;
  }
  .contactus .contactus-container .contactus-details .contact-title h2 {
    font-size: 38px;
  }
  .contactus .contactus-container .contactus-details .contact-form .form-control {
    padding: 10px 16px;
    height: 40px;
    margin-bottom: 15px;
  }
  .overview {
    margin: 0;
  }
  .overview .overview-hero {
    position: relative;
  }
  .overview .overview-hero .overview-title {
    position: absolute;
    top: 30px;
  }
  .overview .overview-hero .Overviewaccount {
    max-width: 1080px;
  }
  .overview .overview-data .overview-data-container {
    padding: 64px 30px;
  }
  .overview .overview-data .overview-data-container .mydetails {
    max-width: 100%;
  }
  .overview .overview-data .overview-data-container .mydetails .mydetails-title .mydetails-button .button-blue {
    padding: 8px 12px;
  }
  .overview .overview-data .overview-data-container .mydetails .history-table table {
    width: 100%;
  }
  .overview .overview-data .overview-data-container .mydetails .history-table table tbody tr td {
    padding: 16px 20px;
  }
  .overview .overview-data .overview-data-container .update-password {
    max-width: 100%;
  }
  .overview .overview-data .overview-data-container .mywallet {
    max-width: 100%;
  }
  .overview .download-history {
    padding: 64px 64px !important;
  }
  .productDtl .productDtlright .productDtlrightInnercontent {
    max-width: 560px;
  }
  .pic_gallery {
    max-width: 1160px;
  }
  .brwoseImg {
    padding: 80px 50px;
  }
  .reward_loyalty .cantfind {
    max-width: 1140px;
    padding: 32px 32px 32px 32px;
  }
  .product_creditNote .product_container {
    max-width: 1180px;
  }
  .product_creditNote .PriceCards .PriceCardsInner {
    padding: 32px 30px;
  }
  header .desktop-header {
    gap: 62px;
  }
  header .desktop-header .right-nav-sec {
    max-width: 362px;
  }
  .welcome-section .lg-hero-video {
    height: 900px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .welcome-section .welcome-content-sec .descriptions .title {
    max-width: 623px;
    width: 100%;
  }
  .pricing-made-sec .pricing-made-wrap .text-wrap {
    max-width: 543px;
    padding: 81px 0;
  }
  .pricing-made-sec .pricing-made-wrap .right-img-sec {
    width: 52%;
  }
  .about-welcome-sec .about-welcome-content {
    top: 44%;
    padding: 30px;
  }
  .about-welcome-sec .scroll-to-about-us {
    bottom: 10px;
  }
  .how-we-do-se .text-wrap {
    padding: 36px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .contactus .contactus-container .contactus-details {
    left: 100px;
  }
  .contactus .contactus-container .contactus-details .contact-title h2 {
    font-size: 38px;
  }
  .contactus .contactus-container .contactus-details .contact-form .form-control {
    padding: 10px 16px;
    height: 40px;
    margin-bottom: 15px;
  }
  .page-404 {
    min-height: 880px;
  }
  .overview {
    margin: 0;
  }
  .overview .overview-hero {
    position: relative;
  }
  .overview .overview-hero .overview-title {
    position: absolute;
    top: 60px;
  }
  .overview .overview-hero .Overviewaccount {
    max-width: 1180px;
  }
  .overview .overview-data .overview-data-container {
    padding: 64px 64px;
  }
  .overview .overview-data .overview-data-container .mydetails {
    max-width: 100%;
  }
  .overview .overview-data .overview-data-container .mywallet {
    max-width: 100%;
  }
  .overview .download-history {
    padding: 64px 64px !important;
  }
  /*=====================*/
  .pic_gallery {
    max-width: 1360px;
  }
  .brwoseImg {
    padding: 80px 50px;
  }
  .reward_loyalty .cantfind {
    max-width: 1240px;
    padding: 32px 32px 32px 32px;
  }
  .product_creditNote .product_container {
    max-width: 1380px;
  }
  .welcome-section .lg-hero-video {
    height: 900px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .welcome-section .welcome-content-sec .descriptions .title {
    max-width: 623px;
    width: 100%;
  }
  .pricing-made-sec .pricing-made-wrap .right-img-sec {
    width: 52%;
  }
  .about-welcome-sec .scroll-to-about-us {
    bottom: 10px;
  }
}/*# sourceMappingURL=responsive.css.map */