* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}



html {
    scroll-behavior: smooth;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

ol,
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none !important;
}

img {
    vertical-align: middle;
}

html,
body {
    overflow-x: clip;
    font-family: "Mona Sans", "Mona Sans Header Fallback", "system-ui", "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    margin: 0px;
    font-display: swap;
}

/* End */

:root {
    --color-ffffff: #ffffff;
    --color-000000: #000000;
    --color-E2151D: #E2151D;
    --color-121212: #121212;
    --color-E3E3E3: #E3E3E3;
    --color-F2EFED: #F2EFED;
    --color-666666: #666666;
    --color-ECECEC: #ECECEC;
    --color-878787: #878787;
    --font-mona: "Mona Sans", sans-serif;

}

/* ###### common css ####### */
::selection {
    background-color: var(--color-E2151D);
    color: var(--color-ffffff);
}

::-webkit-scrollbar {
    width: 5px;
    height: 6px;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
    background: var(--color-E2151D);
    border-radius: 6px;
}

::-webkit-scrollbar-track {
    background: var(--color-E3E3E3);
}


.wrapper__container {
    max-width: 1310px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

/* ############## Heading css class Start ##############*/
.common_b_p_t h1,
.h1 {
    font-size: 66px;
    line-height: 74px;
    font-family: var(--font-mona);
}

.common_b_p_t h2,
.h2 {
    font-size: 44.8px;
    line-height: 52.8px;
    font-family: var(--font-mona);
}

.common_b_p_t h3,
.h3 {
    font-size: 35.84px;
    line-height: 43.84px;
    font-family: var(--font-mona);
}

.common_b_p_t h4,
.h4 {
    font-size: 28.67px;
    line-height: 36.67px;
    font-family: var(--font-mona);
}

.common_b_p_t h5,
.h5 {
    font-size: 22.94px;
    line-height: 30.94px;
    font-family: var(--font-mona);
}

.common_b_p_t p,
.p {
    font-size: 18.35px;
    line-height: 26.35px;
    font-family: var(--font-mona);
}

.common_b_p_t .fb__14,
.fb__14 {
    font-size: 14.68px;
    line-height: 22.68px;
    font-family: var(--font-mona);
}

.common_b_p_t .fb__16,
.fb__16 {
    font-size: 16px;
    line-height: 24px;
    font-family: var(--font-mona);
}


/* ############## Heading css class End ##############*/

/* ############## color css class start ##############*/
.fc__ffffff {
    color: var(--color-ffffff);
}

.fc__000000 {
    color: var(--color-000000);
}

.fc__E2151D {
    color: var(--color-E2151D);
}

.fc__121212 {
    color: var(--color-121212);
}

.fc__E3E3E3 {
    color: var(--color-E3E3E3);
}

.fc__F2EFED {
    color: var(--color-F2EFED);
}

.fc__666666 {
    color: var(--color-666666);
}

.fc__ECECEC {
    color: var(--color-ECECEC);
}

/* ############## color css class end ############## */

/* ############## Back ground color css class start ##############*/
.bg__ffffff {
    background-color: var(--color-ffffff);
}

.bg__000000 {
    background-color: var(--color-000000);
}

.bg__E2151D {
    background-color: var(--color-E2151D);
}

.bg__121212 {
    background-color: var(--color-121212);
}

.bg__E3E3E3 {
    background-color: var(--color-E3E3E3);
}

.bg__F2EFED {
    background-color: var(--color-F2EFED);
}


/* ############## Back ground color css class start ##############*/

/* ## common fonts weights ## */
.fw__300 {
    font-weight: 300;
}

.fw__400 {
    font-weight: 400;
}

.fw__500 {
    font-weight: 500;
}

.fw__600 {
    font-weight: 600;
}

.fw__700 {
    font-weight: 700;
}

.fw__800 {
    font-weight: 800;
}

/* ## common spacing ## */
/* Margin Common Css Class Start */
.mb__0 {
    margin-bottom: 0;
}

.mb__2 {
    margin-bottom: 2px;
}

.mb__4 {
    margin-bottom: 4px;
}

.mb__6 {
    margin-bottom: 6px;
}

.mb__8 {
    margin-bottom: 8px;
}

.mb__10 {
    margin-bottom: 10px;
}

.mb__12 {
    margin-bottom: 12px;
}

.mb__14 {
    margin-bottom: 14px;
}

.mb__16 {
    margin-bottom: 16px;
}

.mb__18 {
    margin-bottom: 18px;
}

.mb__20 {
    margin-bottom: 20px;
}

.mb__22 {
    margin-bottom: 22px;
}

.mb__24 {
    margin-bottom: 24px;
}

.mb__25 {
    margin-bottom: 25px
}

.mb__26 {
    margin-bottom: 26px
}

.mb__28 {
    margin-bottom: 28px
}

.mb__30 {
    margin-bottom: 30px;
}

.mb__32 {
    margin-bottom: 32px;
}

.mb__36 {
    margin-bottom: 36px;
}

.mb__38 {
    margin-bottom: 38px;
}

.mb__40 {
    margin-bottom: 40px;
}

.mb__42 {
    margin-bottom: 42px;
}

.mb__50 {
    margin-bottom: 50px;
}

.mb__52 {
    margin-bottom: 52px;
}

.mb__60 {
    margin-bottom: 60px;
}

.mb__64 {
    margin-bottom: 64px;
}

.mb__70 {
    margin-bottom: 70px;
}

.mb__80 {
    margin-bottom: 80px;
}

.mb__102 {
    margin-bottom: 102px;
}

.mr__12 {
    margin-right: 12px;
}

.mt__16 {
    margin-top: 16px;
}

.ml__12 {
    margin-left: 12px;
}

.ml__14 {
    margin-left: 14px;
}

.mt__48 {
    margin-top: 48px;
}

.mt__60 {
    margin-top: 60px;
}

.ml__18 {
    margin-left: 18px;
}

.mtn__100 {
    position: relative;
    z-index: 0;
    margin-top: -100px;
}

.mtn__80 {
    position: relative;
    z-index: 0;
    margin-top: -80px;
}

.mtn__40 {
    position: relative;
    z-index: 0;
    margin-top: -40px;
}

/* Margin Common Css Class End */

/* Padding Common Css Class Start */
.py__14 {
    padding-top: 14px;
    padding-bottom: 14px;
}

.pl__10 {
    padding-left: 10px;
}

.py__80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.pt__120 {
    padding-top: 100px;
}

.py__120 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.pt__160 {
    padding-top: 160px;
}

.pb__6 {
    padding-bottom: 6px;
}

.pt__60 {
    padding-top: 60px;
}

.pt__80 {
    padding-top: 80px;
}

.pb__80 {
    padding-bottom: 80px;
}

.pb__40 {
    padding-bottom: 40px;
}

.pt__180 {
    padding-top: 180px;
}

.pb__120 {
    padding-bottom: 100px;
}

.pb__180 {
    padding-bottom: 180px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

/* Padding Common Css Class End */

.d-flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.align-items-center {
    align-items: center;
}

.align-items-end {
    align-items: end;
}

.justify-content-space-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.d-block {
    display: block;
}

.btn__icon {
    margin-left: 12px;
}

.p__8__12 {
    padding: 8px 12px;
}

.fs__14 {
    font-size: 14px;
}

.wrapper__common__dots .swiper-pagination-bullet {
    opacity: 1;
}

.mx__auto {
    margin: 0 auto;
}

.btn {
    cursor: pointer;
    font-weight: 500;
    font-size: 18.35px;
    padding: 11px 23px;
    line-height: 26.35px;
    display: inline-block;
    border: 1px solid var(--color-E2151D);
    font-family: var(--font-mona);
}

.btn__red {
    transition: .3s ease all;
    color: var(--color-ffffff);
    border-color: var(--color-E2151D);
    background-color: var(--color-E2151D);
}

.btn__red:hover {
    color: var(--color-ffffff);
    border-color: var(--color-ffffff);
    background-color: var(--color-121212);
}

.btn__white {
    transition: .3s ease all;
    color: var(--color-ffffff);
    border-color: var(--color-ffffff);
    background-color: transparent;
}

.btn__white:hover {
    color: var(--color-ffffff);
    border-color: var(--color-E2151D);
    background-color: var(--color-E2151D);
}

.btn__white__fill {
    transition: .3s ease all;
    color: var(--color-121212);
    border-color: var(--color-ffffff);
    background-color: var(--color-ffffff);
}

.btn__white__fill:hover {
    color: var(--color-ffffff);
    border-color: var(--color-ffffff);
    background-color: var(--color-E2151D);
}

.mw__707 {
    max-width: 707px;
    width: 100%;
}

.mw__700 {
    max-width: 700px;
    width: 100%;
}

.wrapper__btn__box ul {
    gap: 24px;
}

.tu {
    text-transform: uppercase;
}

.fs__80 {
    font-weight: 600;
    font-size: 80px;
    line-height: 90px;
    font-family: var(--font-mona);
}

.ud__l {
    text-decoration: underline !important;
    text-underline-offset: 4px;
}

.wrapper__page__list ul {
    display: flex;
    column-gap: 24px;
    margin-top: 60px;
    justify-content: center;

}

.wrapper__page__list ul li {
    height: 48px;
    width: 48px;
    display: flex;
    cursor: pointer;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    transition: .3s ease all;
    background-color: var(--color-E2151D);
}

.wrapper__page__list ul li:hover {
    background-color: var(--color-878787);
}

.wrapper__p__next {
    transform: rotate(180deg);
}

.wrapper__hover__red {
    transition: .3s ease all;
}

.wrapper__hover__red:hover {
    color: var(--color-E2151D);
}

.wrapper__common__form input:not([type="submit"]),
.wrapper__common__form textarea {
    outline: none;
    font-weight: 400;
    font-size: 18.35px;
    line-height: 26.35px;
    display: block;
    width: 100% !important;
    padding: 12.5px 12px;
    color: var(--color-666666);
    font-family: var(--font-mona);
    border: 1px solid #D9D9D9;
}

.wrapper__common__form input:not(:last-child),
.wrapper__common__form textarea {
    margin-bottom: 24px !important;
}

.wrapper__common__form textarea {
    resize: none;
    height: 142px;
}

.w-100 {
    width: 100%;
}

.iti {
    width: 100%;
    margin-bottom: 24px;
}

.iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
    color: #666666;
    border-right: 1px solid #D9D9D9;
}

.iti--separate-dial-code .iti__selected-dial-code {
    font-size: 18.35px;
    line-height: 26.35px;
    color: var(--color-666666);
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}

.iti__selected-flag {
    padding: 0 10px 0 10px;
}

.lc_2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.py__60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt__343 {
    padding-top: 343px;
}

.pt__165 {
    padding-top: 165px;
}

.mtn__243 {
    margin-top: -243px;
}

.pt__100 {
    padding-top: 100px;
}


/* P_B_T page css */

.common_b_p_t h1,
.common_b_p_t h2,
.common_b_p_t h3,
.common_b_p_t h4,
.common_b_p_t h5 {
    font-weight: 600;
    margin-bottom: 24px;
    color: var(--color-121212);
}

.common_b_p_t h2:not(:first-child),
.common_b_p_t h3:not(:first-child) {
    margin-top: 38px;
}

.common_b_p_t h4:not(:first-child),
.common_b_p_t h5:not(:first-child) {
    margin-top: 24px;
}



.common_b_p_t_container {
    max-width: 846px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


.common_b_p_t p {
    margin-bottom: 18px;
    font-family: var(--font-mona);
    font-weight: 400;
    font-size: 18.35px;
    line-height: 26.35px;
    color: var(--color-666666);

}

.common_b_p_t ul,.common_b_p_t ol {
    margin-bottom: 18px;
}

.common_b_p_t ul li ,.common_b_p_t ol li{
    margin-bottom: 14px;
    font-weight: 400;
    font-size: 18.35px;
    line-height: 26.35px;
    color: var(--color-666666);
    list-style: disc;
    margin-left: 22px;
}
.common_b_p_t ul li::marker ,.common_b_p_t ol li::marker{
    font-size: 14px;
    color: var(--color-121212);
}
.common_b_p_t ol li{
    list-style-type: decimal;
}
.common_b_p_t ul li strong,
.common_b_p_t ol li strong,
.common_b_p_t ul li b,
.common_b_p_t ol li b
{
    font-weight: 500;
    color: var(--color-121212);
}

.common_b_p_t h1 strong,
.common_b_p_t h1 b,
.common_b_p_t h2 strong,
.common_b_p_t h2 b,
.common_b_p_t h3 strong,
.common_b_p_t h3 b,
.common_b_p_t h4 strong,
.common_b_p_t h4 b,
.common_b_p_t h5 strong,
.common_b_p_t h5 .b,
.common_b_p_t p strong,
.common_b_p_t p b
{
    font-weight: 600;
    color: var(--color-121212);
}
.common_b_p_t p b{
    color: #E2151D;
}
.common_b_p_t h1 a,
.common_b_p_t h2 a,
.common_b_p_t h3 a,
.common_b_p_t h4 a,
.common_b_p_t h5 a,
.common_b_p_t p a{
    color: var(--color-E2151D);
    text-underline-offset: 4px;
    text-decoration: underline !important;
}