/*
Theme Name: bSelar Landing.
Author: Dotlines, Product Team
Author URI: https://dotlines.com.bd/
Version: 1.0
 */
* {
    min-height: 0;
    min-width: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}
html.no-scroll {
    overflow: hidden;
}

@-ms-viewport {
    width: device-width;
}
::-moz-selection {
    background: #f50e08;
    color: #ffffff;
}

::selection {
    background: #f50e08;
    color: #ffffff;
}

body {
    padding: 0;
    scroll-behavior: smooth;
    margin: 0;
    color: #000;
    font-family: "Anek Bangla", "Inter", sans-serif;
    font-size: 100%;
    line-height: 1.15;
    overflow-x: hidden;
    cursor: default;
    background: #ffffff;
}
body.no-scroll {
    overflow: hidden;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 15px;
    font-weight: 600;
}

h2 {
    font-size: 2.7rem;
}

p {
    margin-top: 0;
    margin-bottom: 15px;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

li {
    list-style: none;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:focus,
a:active {
    outline: 0 !important;
}

button:focus,
button:active {
    outline: 0 !important;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):active {
    outline: 0 !important;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

table {
    border-collapse: collapse;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: none;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

[hidden] {
    display: none;
}

.mr-auto {
    margin-right: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.center-block {
    display: block;
    margin: 0 auto;
}

.align-items-center {
    align-items: center !important;
}

.align-self-center {
    align-self: center !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.img-fluid,
img {
    max-width: 100%;
    height: auto;
}

.img-round {
    border-radius: 50%;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.py-5 {
    padding: 60px 0;
}

.pb-5 {
    padding-bottom: 60px;
}

.pt-5 {
    padding-top: 60px;
}

.py-3 {
    padding: 30px 0;
}

.mb-7 {
    margin-bottom: 70px !important;
}

.mb-5 {
    margin-bottom: 50px !important;
}

.mb-4 {
    margin-bottom: 40px !important;
}

.mb-3 {
    margin-bottom: 30px !important;
}

.mb-2 {
    margin-bottom: 20px !important;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.mt-4 {
    margin-top: 40px !important;
}

/*extend data*/
.btn-link {
    color: #f50e08;
    text-transform: uppercase;
    display: inline-flex;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 1.5px;
}

.lg-heading {
    font-size: 52px;
    font-weight: 400;
    line-height: 1;
    font-family: "Chieezy Burger Distressed";
    color: #f50e08;
    text-align: center;
    text-transform: uppercase;
    max-width: 670px;
    margin: 0 auto;
}

.lg-heading {
    font-size: 72px;
    line-height: 1;
    margin: 0 auto 30px;
    max-width: 850px;
}

p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
}

.btn {
    font-size: 20px;
    border: 0;
    font-weight: 600;
    padding: 12px 30px;
    position: relative;
    z-index: 9;
    color: #ffffff;
    letter-spacing: 0.35px;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    text-align: center;
    background: #f50e08;
    border-radius: 12px;
}

.animate,
.category-item,
.form-control,
.radio-mark,
.checkmark {
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0;
    align-self: flex-start;
    z-index: 9;
}

.d-flex {
    display: flex;
}

.error-msg {
    color: #dc2e3d !important;
}

label.error {
    color: #dc2e3d !important;
    font-size: 12px;
}

@media all and (min-width: 768px) {
    .xs-only {
        display: none !important;
    }
}
@media all and (max-width: 767px) {
    .mobile-only {
        display: block !important;
    }
    .hide-xs {
        display: none !important;
    }
}
.container {
    max-width: 100%;
    width: 1400px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
.container-fluid {
    margin: 0;
    max-width: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

div[class*="col-"] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    div[class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > div[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.radio,
.checkbox {
    display: block;
    position: relative;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio-mark,
.checkmark {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    width: 16px;
    background: #ffffff;
    margin-right: 5px;
}

.checkbox a {
    color: #f50e08;
}

.checkbox input,
.radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    border-radius: 2px;
    border: 1px solid #000;
}

.checkbox input:checked ~ .checkmark {
    background: #000;
    border: 1px solid #000;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox input:checked ~ .checkmark:after {
    display: block;
}

.checkbox .checkmark:after {
    left: 4px;
    top: 0;
    width: 6px;
    height: 11px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radio {
    font-size: 14px;
    font-weight: 500;
}

.radio-mark {
    -webkit-box-shadow: 0 0 0 2px #d9d9d9 inset;
    -ms-box-shadow: 0 0 0 2px #d9d9d9 inset;
    box-shadow: 0 0 0 2px #d9d9d9 inset;
    border-radius: 50%;
}

.radio input:checked ~ .radio-mark {
    -webkit-box-shadow: 0 0 0px 10px #f50e08 inset;
    -ms-box-shadow: 0 0 0px 10px #f50e08 inset;
    box-shadow: 0 0 0px 10px #f50e08 inset;
}

select.form-control {
    background-color: #ffffff;
    background-image: url("../images/search-dropdown.svg");
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    -webkit-background-size: 12px;
    -ms-background-size: 12px;
    background-size: 12px;
    font-size: 1rem;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .select-style select {
        padding: 10px 10px;
    }
}
select.form-control option {
    background: #ebebeb none repeat scroll 0 0;
    border: medium none;
    color: #333333;
    padding: 4px 0;
}

select.form-control option:hover {
    color: #fff;
}

select.form-control:focus {
    outline: medium none;
    border: none;
}

.form-label {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 12px;
    padding: 0;
    display: block;
    width: 100%;
    order: -1;
    transition: 0.3s linear all;
}
.form-control {
    padding: 14px 15px;
    resize: none;
    color: #000;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    border-radius: 6px;
    border: 1px solid rgba(245, 14, 8, 0.05);
    background: rgba(0, 109, 70, 0.05);
}
.form-control:focus {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}
.form-control:focus ~ .form-label {
    color: #f50e08;
}
.form-control::placeholder {
    color: #9ca3af;
    opacity: 1;
}
.form-group {
    position: relative;
    margin: 0 0 20px;
}
.form-error .form-control {
    border-color: #dc2e3d;
}
.form-error .form-label {
    color: #dc2e3d;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="text"]:-webkit-autofill,
input[type="tel"]:-webkit-autofill input[type="password"]:-webkit-autofill {
    -webkit-background-clip: text;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    backdrop-filter: blur(5px);
}
.modal-close {
    position: absolute;
    height: 36px;
    width: 36px;
    border-radius: 50%;
    background: #dc2e3d;
    right: 15px;
    top: 15px;
    cursor: pointer;
    color: #ffffff;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
}
.modal-inner {
    max-width: 450px;
    padding: 3rem 1rem 1rem;
    background: #ffffff;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    top: 30%;
    -ms-transform: translate(-50%, -30%);
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    -webkit-box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 900px) {
    .modal-inner {
        max-width: 640px;
        width: 640px;
    }
}
@media all and (max-width: 767px) {
    .modal-inner {
        width: 90%;
    }
    .modal-inner input.form-control {
        margin-bottom: 15px;
    }
}

.facility {
    background: #faf9f5;
}
.facility .facility-image {
    border-radius: 32px;
    width: 100%;
}
.facility .facility-image-mobile {
    display: none;
}
.facility h2 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 30px;
}
.facility ul {
    padding-left: 0;
    margin-bottom: 40px;
}
.facility ul li {
    font-family: "Tiro Bangla", serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.4px;
    position: relative;
    padding-left: 42px;
    list-style-type: none;
    margin-bottom: 20px;
}
.facility ul li:last-child {
    margin: 0;
}
.facility ul li::before {
    content: url(../images/circular-tick.svg);
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-60%);
    width: 26px;
    height: 26px;
    display: inline-block;
}
.facility .registration {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
}
.facility .registration span {
    font-family: "Tiro Bangla", serif;
    font-size: 20px;
    font-weight: 400;
}
.facility .registration input {
    border-radius: 12px;
    border: 1px solid #616161;
    background: #fff;
}
.facility .otp-group .otp-registration {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 6px;
}
.facility .otp-group .otp-registration span {
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}
.facility .otp-group .otp-registration .otp-inputs {
    display: flex;
    gap: 22px;
}
.facility .otp-group .otp-registration .otp-inputs input {
    border-radius: 12px;
    border: 1px solid #616161;
    background: #fff;
    width: 48px;
    height: 48px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}
.facility .otp-group .otp-registration a {
    width: 270px;
    height: 52px;
    font-size: 20px;
    line-height: 30px;
    transition: all 0.4s ease-in-out;
    margin: 0;
}
.facility .otp-group .timer {
    display: flex;
    gap: 50px;
    align-items: center;
    margin-top: 25px;
}
.facility .otp-group .timer .resend {
    color: #5e5e5e;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin: 0;
}
.facility .otp-group .timer strong {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px;
}

.subscription h2 {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 30px;
    text-align: left;
}
.subscription .packages a {
    display: grid;
    grid-template-columns: 190px 1fr;
    align-items: center;
    margin-bottom: 30px;
    border-radius: 12px;
    border: 1px solid #dedede;
    background: #fff;
    max-width: 440px;
    position: relative;
}
.subscription .packages a::after {
    content: url("../images/chevron-right.png");
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(-10%, 135%);
    padding-right: 10px;
}
.subscription .packages a:nth-child(n) div:nth-child(1) {
    border-radius: 12px 0 0 12px;
    border: 1px solid #d9d9d9;
    background: #d9d9d9;
    padding: 10px 20px;
    height: 100px;
}
.subscription .packages a:nth-child(n) div:nth-child(1) strong {
    font-size: 22px;
    line-height: 46px;
    font-family: "Inter";
    text-align: left;
    padding: 0;
    color: #ffffff;
}
.subscription .packages a:nth-child(n) div:nth-child(1) p {
    color: #ffffff;
    font-family: "Tiro Bangla", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 33px;
    margin: 0;
}
.subscription .packages a:nth-child(n) div:nth-child(2) {
    padding: 10px 60px 10px 0px;
    text-align: right;
}
.subscription .packages a:nth-child(n) div:nth-child(2) strong {
    font-size: 22px;
    line-height: 36px;
    color: #000;
    width: 100%;
    font-weight: 600;
}
.subscription .packages a:nth-child(n) div:nth-child(2) span {
    color: #828282;
    font-family: "Tiro Bangla", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 33px;
    display: block;
}
.subscription .packages a:nth-child(1) div:nth-child(1) {
    border: 1px solid #d9d9d9;
    background: #d9d9d9;
    color: #000;
}
.subscription .packages a:nth-child(1) div:nth-child(1) strong,
.subscription .packages a:nth-child(1) div:nth-child(1) p {
    color: #000;
}
.subscription .packages a:nth-child(2) div:nth-child(1) {
    border: 1px solid #2f80ed;
    background: #2f80ed;
}
.subscription .packages a:nth-child(3) div:nth-child(1) {
    border: 1px solid #aa936d;
    background: #aa936d;
}
.subscription .confirmation {
    color: #636363;
    font-family: "Tiro Bangla", serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 100px;
}

.information-group h1 {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 50px;
}
.information-group .input-group {
    display: flex;
    flex-direction: column;
}
.information-group .input-group label {
    color: #000;
    font-family: "Tiro Bangla", serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 33px;
    margin: 0;
}
.information-group .input-group input {
    border-radius: 12px;
    border: 1px solid #616161;
    background: #fff;
}
.information-group .btn {
    width: 100%;
}

.congratulation {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.congratulation img {
    height: 150px;
    margin-bottom: 50px;
}
.congratulation h1 {
    margin: 0 0 30px;
}
.congratulation span {
    margin-bottom: 44px;
}

header {
    background-color: transparent;
    /* padding: 25px 0; */
}
header .info-header {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 20px;
    align-items: center;
}
header .info-header a {
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    border: #eae7e7 1px solid;
    border-radius: 50%;
    display: flex;
}
header .info-header a .left-arrow {
    width: 24px;
    margin: auto;
}

.header-logo {
    height: 40px;
}

@media all and (max-width: 991px) {
    header .back-btn {
        width: 28px;
        height: 28px;
    }
    header .header-logo {
        height: 26px;
    }
}
@media all and (max-width: 991px) {
    .facility {
        padding: 0;
    }
    .facility [class*="col-"] {
        padding: 0;
    }
    .facility .facility-image {
        display: none;
    }
    .facility .facility-image-mobile {
        width: 100%;
        display: block;
    }
    .facility h2,
    .facility ul {
        padding: 0 20px 20px 20px;
        margin-bottom: 0px;
        background-color: #faf9f5;
    }
    .facility h2 {
        font-size: 22px;
        line-height: 32px;
        margin-top: 15px;
    }
    .facility ul li {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 12px;
    }
    .facility ul li::before {
        top: 45%;
    }
    .facility .registration {
        background-color: #ffffff;
        padding: 20px;
    }
    .facility .registration a {
        font-size: 20px;
        line-height: 33px;
    }
    .facility .registration input,
    .facility .registration a {
        width: 100%;
    }
    .facility .otp-group {
        background-color: #ffffff;
    }
    .facility .otp-group .otp-registration {
        padding: 20px;
        text-align: center;
    }
    .facility .otp-group .otp-registration a {
        font-size: 20px;
        line-height: 33px;
        width: 100%;
        margin-bottom: 0px;
    }
    .facility .otp-group .otp-registration .otp-inputs,
    .facility .otp-group .otp-registration .timer {
        align-self: center;
    }
    .facility .otp-group .timer {
        gap: 100px;
        justify-self: center;
    }
    .subscription .packages a {
        margin-bottom: 10px;
        grid-template-columns: 150px 1fr;
    }
    .subscription .packages a::after {
        transform: translate(-10%, 105%);
        padding-right: 0;
    }
    .subscription .packages a:nth-child(n) div:nth-child(1) {
        width: 150px;
        height: 90px;
        padding: 5px 12px;
    }
    .subscription .packages a:nth-child(n) div:nth-child(1) p {
        font-size: 15px;
        line-height: 24px;
    }
    .subscription .packages a:nth-child(n) div:nth-child(2) {
        padding: 10px 30px 10px 0px;
    }
    .subscription .packages a:nth-child(n) div:nth-child(2) strong {
        font-size: 20px;
        line-height: 28px;
    }
    .subscription .confirmation {
        margin: 30px 0 0;
    }
    .information-group h1 {
        margin-bottom: 30px;
    }
    .information-group .input-group label {
        font-size: 20px;
    }
    .facility .registration span {
        font-size: 18px;
    }
    .subscription h2 {
        font-size: 24px;
    }
    header .info-header {
        grid-template-columns: 32px 1fr;
    }
    header .info-header a {
        width: 32px;
        height: 32px;
    }
    header .info-header a .left-arrow {
        width: 20px;
    }
    .otp-content h3 {
        margin: 0 0 20px;
    }
}
.store-name-msg {
    padding: 10px 0;
}

.text-danger {
    color: #dc3545 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-success {
    color: #28a745 !important;
}

.store-name-input {
    position: relative;
}
.store-name-input .form-control {
    padding-right: 100px;
}
.store-name-input span {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
}

.btn:disabled,
.btn.disabled {
    border: 2px solid #cccccc;
    background: #cccccc;
    pointer-events: none;
    color: #666666;
}

.payment-method {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 0 auto 20px;
    gap: 15px;
}
.payment-method-item input {
    display: none;
}
.payment-method-item input:checked ~ .payment-method-logo {
    border-color: #f50e08;
}
.payment-method-logo {
    width: 100%;
    padding: 15px 20px;
    border: 2px solid #616664;
    border-radius: 6px;
    transition: 0.3s linear all;
    margin: 0;
    cursor: pointer;
}
.payment-method-logo img {
    height: 36px;
}

.w-100 {
    width: 100%;
}

.banner {
    width: 100%;
    position: relative;
}
.banner-sm {
    display: none;
}
.banner img.banner-lg {
    width: 100%;
    min-height: 785px;
    object-fit: cover;
}
.banner img.logo {
    height: 52px;
}
.banner img.slogan {
    max-width: 100%;
}
.banner-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.banner-contents {
    max-width: 460px;
    padding: 50px 0;
}
.banner-contents h5 {
    margin: 50px 0 0;
    font-size: 28px;
    line-height: 36px;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
}
.banner .btn {
    width: 100%;
}
.banner .start-income {
    max-width: 100%;
}
.banner .start-income p {
    color: #ffffff;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.6);
}

.title {
    font-size: 60px;
    color: #000;
    font-weight: 600;
    line-height: 70px;
    margin: 0 0 50px;
}
.title span {
    font-size: 40px;
    display: block;
}

.monthly-income {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    height: 96px;
    border-radius: 6px;
    margin: 35px 0 0;
    overflow: hidden;
}
.monthly-income div {
    width: 100%;
    height: 100%;
    padding: 20px 15px;
    font-weight: 600;
    text-align: center;
    background: #ffffff;
}
.monthly-income div strong {
    color: #f50e08;
}
.monthly-income div:first-child {
    font-size: 26px;
    color: #414042;
    line-height: 30px;
}
.monthly-income div:last-child {
    background: #595959;
    font-size: 24px;
    color: #ffffff;
    line-height: 28px;
    text-align: center;
}

.start-income {
    max-width: 260px;
    text-align: center;
    margin-top: 50px;
}
.start-income p {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 16px 0 0;
}

/*swiper slider*/
.swiper {
    width: 250px;
    height: 370px;
    overflow: hidden;
}

.swiper-slide {
    padding: 50px 20px 30px;
    border-radius: 20px;
    background: linear-gradient(45deg, #f4426c 6.41%, #fbf2b1 98.99%);
}

.how-work h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 15px;
    color: #000;
}
.how-work table {
    width: 100%;
    border: 1px solid #b9b9b9;
    border-radius: 12px 12px 0 0;
    padding: 0;
    margin: 0;
}
.how-work table tr {
    border: 1px solid #b9b9b9;
}
.how-work table tr th,
.how-work table tr td {
    padding: 15px 30px;
    border: 1px solid #b9b9b9;
}
.how-work table tr th {
    background: #efefef;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
}
.how-work table tr td {
    font-size: 22px;
    font-weight: 400;
    color: #000;
    font-family: "Tiro Bangla", serif;
}
.how-work-sm {
    display: none;
}

.hr-line {
    background: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 1px;
    margin: 25px 0;
    border: 0;
}

/*end swiper slider*/
.business-step {
    background: #faf9f5;
}
.business-step ul {
    padding: 0;
    margin: 0;
}
.business-step ul li {
    text-align: center;
}
.business-step ul li img {
    margin-bottom: 20px;
}
.business-step ul li p {
    font-size: 20px;
    color: #000;
    line-height: 24px;
    font-family: "Tiro Bangla", serif;
    max-width: 180px;
    margin: 0 auto;
}
.business-step ul li:not(:last-child) {
    margin-bottom: 75px;
}
.business-step .start-income {
    margin: 50px auto 0;
}
.business-heading {
    font-size: 38px;
    font-weight: 400;
    font-family: "Tiro Bangla", serif;
    color: #000;
    margin: 0 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.business-video {
    position: relative;
}
.business-video img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 30px 30px 0 0;
}
.business-video-shadow {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, #000 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px 30px 0 0;
}
.business-video-shadow a {
    width: 240px;
    height: 240px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(108, 255, 231, 0.2);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.business-video-shadow a img {
    width: 100px;
    height: 100px;
    margin: auto;
}

.product .title {
    font-size: 54px;
}
.product ul {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
}
.product ul li {
    border-radius: 20px;
    border: 1px solid #b9b9b9;
    background: #fff;
    height: 150px;
    display: flex;
}
.product ul li img {
    max-width: 90%;
    margin: auto;
    display: block;
}

.testimonial {
    background: #faf9f5;
}
.testimonial .title {
    font-size: 54px;
}
.testimonial-box {
    border-radius: 20px;
    border: 1px solid #c8c8c8;
    background: #ffffff;
    padding: 30px;
}
.testimonial-box p {
    font-size: 20px;
    color: #12022f;
    line-height: 26px;
    font-family: "Tiro Bangla", serif;
    margin: 0;
}
.testimonial-box-top {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 20px;
    margin-bottom: 35px;
}
.testimonial-box-top img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    object-fit: cover;
}
.testimonial-box-top h4 {
    font-size: 22px;
    font-weight: 600;
    color: #000;
    margin: 0;
}
.testimonial-box-top h4 span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    color: #828282;
}
.testimonial-video {
    position: relative;
}
.testimonial-video img {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 20px;
}
.testimonial-video-shadow {
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35%, #000 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-video-shadow a {
    width: 120px;
    height: 120px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(108, 255, 231, 0.2);
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.testimonial-video-shadow a img {
    width: 50px;
    height: 50px;
    margin: auto;
}

.faq {
    background: #faf9f5;
}

/*video*/
.video-container {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f50e08;
    display: none;
}
.video-container.in {
    display: block;
}
.video-container .close-video {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    z-index: 99;
}
.video-container .close-video:before {
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    height: 0;
    width: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1px;
    margin-left: -12px;
}
.video-container .close-video:after {
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    height: 24px;
    width: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1px;
    margin-top: -12px;
}
.video-container .close-video:before,
.video-container .close-video:after {
    content: "";
    display: block;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.video-container .close-video:before:hover,
.video-container .close-video:after:hover {
    border-color: #656666;
}
.video-container .video-area {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-container .video-area #videoplayer {
    width: 100%;
    height: 100%;
}

.accordion h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    margin: 0;
    border-bottom: 1px solid #afafaf;
    padding: 0 0 30px;
}
.accordion ul {
    padding: 0;
    margin: 0;
}
.accordion ul li {
    position: relative;
    border-bottom: 1px solid #afafaf;
}
.accordion ul li h5 {
    display: block;
    padding: 26px 30px 26px 0px;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    background: transparent;
    position: relative;
    transition: 0.3s linear all;
    cursor: pointer;
    margin: 0;
}
.accordion ul li ul {
    padding: 0 20px 20px 0;
}
.accordion ul li ul li {
    margin: 0;
    border: 0;
}
.accordion ul li ul li:not(.dropdown) {
    color: #182c39;
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding-left: 0;
    font-family: "Tiro Bangla", serif;
}
.accordion ul li ul li:not(.dropdown):not(:last-child) {
    margin: 0 0 10px;
}
.accordion ul li ul li h5,
.accordion ul li ul li span {
    color: #f50e08;
    font-weight: 500;
    cursor: pointer;
    word-break: break-all;
}
.accordion ul li.dropdown h5:after {
    content: "+";
    color: #182c39;
    font-size: 30px;
    position: absolute;
    right: 0px;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    font-weight: 400;
    transition: 0.3s linear all;
}
.accordion ul li.dropdown.active h5:after {
    content: "-";
}
.accordion .dropdown > ul {
    display: none;
}

.investment {
    border-radius: 20px;
    border: 1px solid #ddd;
    background: #faf9f5;
    display: grid;
    grid-template-columns: 260px 1fr 300px;
    gap: 30px;
    align-items: center;
    margin-top: 70px;
    margin-bottom: 70px;
}
.investment img {
    border-radius: 20px 0 0 20px;
}
.investment h4 {
    font-size: 34px;
    line-height: 44px;
    margin: 0;
}
.investment .start-income {
    margin: 0;
}

.footer {
    padding: 70px 0 30px;
}
.footer ul.social-link {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.footer ul.social-link li {
    list-style: none;
}
.footer ul.social-link li img {
    height: 28px;
}
.footer .copyright {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.footer .copyright p {
    margin: 0;
    font-size: 16px;
    color: #000;
}
.footer .copyright ul {
    padding: 0;
    margin: 0;
    display: flex;
}
.footer .copyright ul li {
    list-style: none;
    padding: 0 20px;
    border-left: 1px solid;
}
.footer .copyright ul li a {
    color: #000;
}

.bg-gray {
    background: #faf9f5;
}

/*otp*/
.otp-content {
    max-width: 280px;
}
.otp-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    margin: 0 0 30px;
}
.otp-content .btn {
    width: 100%;
    margin-top: 20px;
}
.otp-box {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #616161;
    border-radius: 10px;
    background: #ffffff;
}
.otp-box::before {
    content: "";
    display: block;
    background: #f4bfbd;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 600ms cubic-bezier(0.31, 0.36, 0.21, 0.75);
    transform: translate3d(-140%, 0, 0) skewX(25deg);
    will-change: transform;
    z-index: -1;
}
.otp-box.not-empty::before {
    transform: translate3d(0, 0, 0) skewX(0deg);
}
.otp-input {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
    align-items: center;
}
.otp-input .otp-box input {
    border: none;
    background: none;
    padding: 10px 10px;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}
.otp-bottom {
    padding-top: 25px;
}
.otp-bottom a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.otp-bottom a strong {
    color: #000;
}
.otp-bottom h5 {
    font-size: 14px;
    font-weight: 400;
    color: #616664;
}
.otp-bottom a,
.otp-bottom span {
    font-size: 20px;
    font-weight: 600;
    color: #5e5e5e;
    text-decoration: none;
}
.otp-bottom span {
    color: #000;
}
.otp-msg {
    margin-top: 8px;
}

/*category css*/
.category {
    background: #faf9f5;
}
.category h3 {
    font-size: 32px;
    font-weight: 600;
    color: #000;
    margin: 0 0 25px;
}
.category p {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #000;
    margin: 0 0 40px;
    font-family: "Tiro Bangla", serif;
}
.category ul {
    padding: 0;
    margin: 0 0 30px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.category ul li {
    list-style: none;
}
.category ul li label {
    margin: 0;
}
.category ul li label input {
    display: none;
}
.category ul li label input:checked + .category-item {
    border-color: #000;
    background-color: #000;
    box-shadow: 0 0 15px -3px #d2d5e7;
    color: #ffffff;
}
.category ul li label input:checked + .category-item::after {
    opacity: 1;
}
.category-item {
    padding: 5px 45px 3px 15px;
    border-radius: 8px;
    color: #000;
    border: 2px solid #000;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.category-item::after {
    width: 20px;
    height: 20px;
    content: "";
    background: url(../images/check-circle.svg) no-repeat right center;
    background-size: 100%;
    opacity: 0;
    position: absolute;
    right: 15px;
}

@media all and (max-width: 991px) {
    .how-work-sm {
        display: flex;
        position: relative;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
    .investment {
        display: block;
    }
    img.banner-sm {
        width: 100%;
        display: block;
        height: 540px;
        object-fit: cover;
    }
    .how-work table,
    img.banner-lg {
        display: none;
    }
    .banner-contents {
        padding: 20px 0;
    }
    .banner img.logo {
        height: 34px;
    }
    .banner img.slogan {
        max-width: 200px;
    }
    .banner-contents h5 {
        margin: 30px 0 10px;
        font-size: 18px;
        line-height: 24px;
        max-width: 180px;
    }
    .monthly-income {
        display: block;
        width: 150px;
        height: auto;
        margin: 15px 0 0 25px;
        overflow: hidden;
    }
    .monthly-income div {
        padding: 10px 10px;
    }
    .monthly-income div:first-child {
        font-size: 20px;
        line-height: 26px;
    }
    .monthly-income div:last-child {
        font-size: 16px;
        line-height: 20px;
    }
    .banner .start-income {
        margin-top: 30px;
    }
    .py-5 {
        padding: 50px 0;
    }
    .title,
    .product .title,
    .testimonial .title {
        font-size: 36px;
        line-height: 46px;
        margin: 0 0 36px;
        text-align: center;
    }
    .title span,
    .product .title span,
    .testimonial .title span {
        font-size: 22px;
    }
    .product .title,
    .testimonial .title {
        text-align: left;
    }
    .start-income {
        max-width: 100%;
    }
    .start-income .btn {
        width: 100%;
    }
    .business-video img {
        height: 220px;
        border-radius: 30px;
    }
    .business-video-shadow {
        border-radius: 30px;
    }
    .business-video-shadow a {
        width: 120px;
        height: 120px;
    }
    .business-video-shadow a img {
        width: 50px;
        height: 50px;
    }
    .business-step ul li:not(:last-child) {
        margin-bottom: 50px;
    }
    .business-heading {
        margin-top: 50px;
        text-align: center;
        flex-wrap: wrap;
    }
    .business-heading img {
        order: 2;
    }
    .product ul {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px;
    }
    .product ul li {
        border-radius: 8px;
        height: 60px;
    }
    .product ul li img {
        max-width: 80%;
    }
    .testimonial-box,
    .testimonial-video {
        margin-bottom: 15px;
    }
    .product.safe-pay ul {
        grid-template-columns: repeat(2, 1fr);
    }
    .product.safe-pay ul li {
        height: 90px;
    }
    .product.safe-pay ul li img {
        max-height: 54px;
    }
    .investment img {
        border-radius: 20px 20px 0 0;
        height: 160px;
        object-fit: cover;
        width: 100%;
    }
    .investment h4 {
        text-align: center;
        padding: 20px;
        font-size: 24px;
        line-height: 34px;
    }
    .investment .start-income {
        margin: 0;
        padding: 0 20px 20px;
    }
    .footer .copyright {
        text-align: center;
        display: block;
    }
    .footer .copyright ul {
        justify-content: center;
        margin-top: 5px;
    }
    .footer .copyright ul li:first-child {
        border: 0;
    }
    .facility.py-5 {
        padding-top: 0;
    }
    footer.footer.hide-sm {
        display: none;
    }
    .otp-content {
        max-width: 100%;
        padding: 0 20px;
    }
    .otp-input {
        padding: 0 20px 25px;
    }
    .footer {
        padding: 40px 0 30px;
    }
}
@media (min-width: 991px) {
    /* Scroller */
    ::-webkit-scrollbar {
        width: 8px;
    }
    ::-webkit-scrollbar-track {
        background: #aeafb3;
        border-radius: 10px;
    }
    ::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: #c8c9cc;
    }
}

/*# sourceMappingURL=style.css.map */
.mt-25 {
    margin-top: -25px;
}

.promotion-modal .modal-inner {
    padding: 15px;
}
.promotion-modal .modal-close {
    right: -10px;
    top: -10px;
    font-size: 30px;
}
.promotion-modal img {
    width: 100%;
    max-height: 540px;
    object-fit: cover;
}

.login-btn {
    padding: 10px 15px !important;
    color: #fff !important;
    margin-right: 5px;
}

.login-btn:hover {
    background-color: white;
    color: #f50e08 !important;
    border: 1px solid #f50e08 !important;
}

.mobile-cart {
    display: none;
}

a.common-btn.lattu-store:hover {
    background-color: white;
}
.footer .copyright p {
    color: #999999 !important;
}

.footer-social a img {
    height: 30px;
}

@media (max-width: 991px) {
    .mobile-cart {
        display: block;
        color: white;
        margin-left: 150px;
        margin-top: 5px;
    }
    .login-btn {
        margin: 5px 0;
    }
    a.common-btn.lattu-store {
        text-align: center;
        margin-top: 5px;
    }
    .desktop-cart {
        display: none;
    }
    .promotion-modal .modal-inner {
        padding: 10px;
    }
}
