a {
    text-decoration: none;
    cursor: pointer !important
}

.whiteColor {
    color: #fff
}

.whiteBgColor:hover {
    color: #f32f56
}

.ColorBalckBG {
    color: #000
}

.ColorBalckBG:hover {
    color: #fff
}

body {
    max-width: 1920px;
    overflow-x: hidden;
    margin: auto
}

body .rtlText {
    direction: rtl
}

body .container {
    max-width: 1440px
}

body.active {
    overflow: hidden
}

body.active:after {
    content: "";
    background: rgba(0, 0, 0, .95);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 9
}

.p-100 {
    padding: 100px 0
}

.pt-100 {
    padding-top: 100px
}

body .pt-250 {
    padding-top: 250px
}

body .pt-200 {
    padding-top: 200px
}

body .pt-140 {
    padding-top: 140px
}

.pb-100 {
    padding-bottom: 100px
}

.p-50 {
    padding: 50px 0
}

.pb-50 {
    padding-bottom: 50px
}

.pt-50 {
    padding-top: 50px
}

body::-webkit-scrollbar {
    width: 4px
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

body::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    outline: 1px solid #708090
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

ul.listPoint {
    margin-bottom: 20px
}

ul.listPoint li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px
}

ul.listPoint li:before {
    content: "";
    background: #f32f56;
    width: 10px;
    height: 3px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

img {
    max-width: 100%;
    height: auto
}

img,
video {
    pointer-events: none;
    user-drag: none;
    -webkit-user-drag: none
}

h1 {
    font-size: 50px;
    line-height: 65px
}

h1,
h2 {
    font-weight: 700;
    color: #000;
    margin-bottom: 20px
}

h2 {
    font-size: 40px;
    line-height: 52px
}

h4 {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px
}

h4,
h5 {
    margin-bottom: 10px
}

h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px
}

p {
    color: #585858;
    margin-bottom: 20px
}

li,
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px
}

.bgLight {
    background: #f6f6f6
}

.bgBlack {
    background: #000
}

.bgBlack h2 {
    color: #fff
}

.bgBlack p {
    color: hsla(0, 0%, 100%, .6)
}

.catButton {
    height: 50px;
    min-width: 150px;
    padding: 0 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .3s linear;
    border-radius: 50px;
    width: 250px;
    position: relative;
    z-index: 1;
    cursor: pointer
}

.catButton.white:before {
    background: #fff
}

.catButton.white a,
.catButton.white div {
    color: #000
}

.catButton.white a svg path,
.catButton.white div svg path {
    fill: #000
}

.catButton.white:hover {
    transition: .3s linear
}

.catButton.white:hover:before {
    background: #fff
}

.catButton.white:hover a,
.catButton.white:hover div {
    color: #fff
}

.catButton.white:hover a svg path,
.catButton.white:hover div svg path {
    fill: #f32f56
}

.catButton:before {
    content: "";
    background: linear-gradient(91.47deg, #f32f56 -78.17%, #081023 18.3%, #0058f0 110.98%);
    border-radius: 64px;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50px;
    z-index: -1;
    transition: .3s linear
}

.catButton a,
.catButton div {
    color: #fff;
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer
}

.catButton a span,
.catButton div span {
    margin-right: 15px
}

.catButton a svg,
.catButton div svg {
    width: 25px;
    height: auto
}

.catButton a svg path,
.catButton div svg path {
    fill: #fff
}

.catButton:hover {
    transition: .3s linear
}

.catButton:hover:before {
    content: "";
    background: linear-gradient(91.47deg, #f32f56 -78.17%, #081023 18.3%, #0058f0 110.98%);
    border-radius: 64px;
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50px;
    z-index: -1;
    transition: .3s linear
}

.catButton:hover a,
.catButton:hover div {
    color: #f32f56
}

.catButton:hover a svg,
.catButton:hover div svg {
    position: absolute;
    right: 12px
}

.catButton:hover a svg path,
.catButton:hover div svg path {
    fill: #fff
}

.normalButton {
    height: 40px;
    min-width: 150px;
    padding: 0 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: .3s linear;
    border-radius: 50px;
    background: linear-gradient(91.47deg, #f32f56 -78.17%, #081023 18.3%, #0058f0 110.98%);
    border-radius: 64px;
    cursor: pointer
}

.normalButton a,
.normalButton div.linksBtn {
    color: #fff;
    font-size: 14px;
    line-height: normal;
    font-weight: 500;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex
}

.normalButton:hover {
    transition: .3s linear
}

.embla {
    max-width: 100%
}

.embla .embla__viewport {
    overflow: hidden;
    position: relative
}

.embla .embla__viewport .embla__container {
    display: flex;
    touch-action: pan-y pinch-zoom;
    margin-left: -20px
}

.embla .embla__viewport .embla__container .embla__slide {
    transform: translateZ(0);
    flex: 0 0 100%;
    min-width: 0;
    padding-left: 20px
}

.embla .embla_container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 30px 0 0
}

.embla .embla_container div {
    cursor: pointer;
    height: 20px;
    transition: .3s linear
}

.embla .embla_container div svg {
    width: auto;
    height: 20px
}

.embla .embla_container div svg path {
    fill: #d5d5d5
}

.embla .embla_container div:hover {
    transition: .3s linear
}

.embla .embla_container div:hover svg path {
    fill: #000
}

.embla .embla_container .embla_prev {
    transform: rotate(-180deg);
    position: relative;
    top: 6px
}

.commongradientBG {
    background: linear-gradient(91.47deg, #f32f56 -78.17%, #081023 18.3%, #0058f0 110.98%)
}

.subTitle {
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -.165px;
    margin-bottom: 10px;
    text-transform: capitalize
}

.subTitle.txtColor {
    background: linear-gradient(90deg, #f32f56 -78.17%, #f32fae 2%, #0058f0 19%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.subTitle.txtColorCenter {
    background: linear-gradient(90deg, #f32f56 -40%, #081023 40%, #0058f0 60%);
    background-clip: text;
    -webkit-background-clip: text
}

.subTitle.txtColorCenter,
.txtColor {
    -webkit-text-fill-color: transparent
}

.txtColor {
    background: linear-gradient(90deg, #f32f56 -78.17%, #081023 18.3%, #0058f0 110.98%);
    background-clip: text;
    -webkit-background-clip: text
}

.modal .modal-lg {
    --bs-modal-width: 900px
}

.modal .modal-lg .modal-content {
    border-radius: 20px
}

.modal-backdrop.show {
    opacity: .8
}

.rangeSlider.modal .modal-lg {
    --bs-modal-width: 1440px
}

.rangeSlider.modal .modal-lg .modal-content {
    border-radius: 50px;
    background: #000;
    border: 0
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: inset 0 0 0 1000px #00000000;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s
}

.navIcon {
    display: none
}

.navIcon .vbp-header-menu-button__svg {
    width: 30px;
    height: 30px;
    cursor: pointer;
    transform: scaleX(-1)
}

.navIcon .vbp-header-menu-button__svg line {
    stroke: #081023;
    stroke-dasharray: 100%;
    stroke-dashoffset: 0%;
    transition: transform .3s, stroke-dashoffset .4s;
    transform-origin: center;
    strokewidth: 3px
}

.navIcon .vbp-header-menu-button__svg .top {
    transform: translateY(-35%);
    -webkit-transform: translateY(-35%);
    -moz-transform: translateY(35%);
    -ms-transform: translateY(35%);
    -o-transform: translateY(35%)
}

.navIcon .vbp-header-menu-button__svg .middle {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transition: opacity .3s, transform .3s;
    -webkit-transition: opacity .3s, transform .3s;
    -moz-transition: opacity .3s, transform .3s;
    -ms-transition: opacity .3s, transform .3s;
    -o-transition: opacity .3s, transform .3s
}

.navIcon .vbp-header-menu-button__svg .bottom {
    transform: translateY(33%);
    -webkit-transform: translateY(33%);
    -moz-transform: translateY(33%);
    -ms-transform: translateY(33%);
    -o-transform: translateY(33%);
    stroke-dasharray: 100%;
    stroke-dashoffset: 9px
}

.navIcon .vbp-header-menu-button__svg:hover .bottom {
    stroke-dashoffset: 0%
}

.navIcon.active .vbp-header-menu-button__svg .top {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    stroke-linecap: round
}

.navIcon.active .vbp-header-menu-button__svg .middle {
    transform: scaleX(.1);
    -webkit-transform: scaleX(.1);
    -moz-transform: scaleX(.1);
    -ms-transform: scaleX(.1);
    -o-transform: scaleX(.1);
    opacity: 0
}

.navIcon.active .vbp-header-menu-button__svg line.bottom {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    stroke-linecap: round
}

.navIcon.active .vbp-header-menu-button__svg .bottom {
    stroke-dashoffset: 0%
}

.navIcon a {
    width: 30px;
    height: 30px;
    background: #081023;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin-right: 15px
}

.navIcon a svg {
    width: auto;
    height: 12px
}

.commonSlider .embla_container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    gap: 15px
}

.commonSlider .embla_container div {
    cursor: pointer;
    border-radius: 64px;
    background-color: transparent;
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s linear;
    border: 1px solid #d3d7e3
}

.commonSlider .embla_container div svg {
    width: 16px;
    height: 16px
}

.commonSlider .embla_container div svg path {
    stroke: #7c7c7c
}

.commonSlider .embla_container div:hover {
    transition: .3s linear;
    background: linear-gradient(91deg, #f32f56 -78.17%, #081023 18.3%, #0058f0 110.98%)
}

.commonSlider .embla_container div:hover svg path {
    stroke: #fff
}

.commonSlider .embla_container .embla_prev {
    transform: rotate(-180deg)
}

.react-calendar {
    position: relative;
    z-index: 2;
    min-height: 330px;
    overflow-y: auto;
    max-width: 370px
}

.react-calendar::-webkit-scrollbar {
    width: 0
}

.react-calendar .react-calendar__navigation {
    height: 40px;
    position: relative;
    margin-bottom: 0
}

.react-calendar .react-calendar__navigation button {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 40px;
    letter-spacing: -.219195px;
    color: #000;
    border: 0
}

.react-calendar .react-calendar__navigation button.react-calendar__navigation__arrow {
    position: absolute;
    top: 0;
    right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    border: 1px solid rgba(138, 149, 160, .698);
    padding: 0
}

.react-calendar .react-calendar__navigation button.react-calendar__navigation__arrow.react-calendar__navigation__next-button {
    transform: rotate(-180deg);
    right: 0
}

.react-calendar .react-calendar__navigation button.react-calendar__navigation__arrow svg {
    width: auto;
    height: 15px
}

.react-calendar .react-calendar__navigation button.react-calendar__navigation__arrow:hover {
    background: linear-gradient(91.47deg, #f32f56 -78.17%, #081023 18.3%, #0058f0 110.98%);
    border: 0
}

.react-calendar .react-calendar__navigation button.react-calendar__navigation__arrow:hover svg path {
    fill: #fff
}

.react-calendar .react-calendar__navigation button:hover {
    color: #081023
}

.react-calendar .react-calendar__month-view__weekdays {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #333
}

.react-calendar .react-calendar__month-view__weekdays abbr {
    text-decoration: none
}

.react-calendar .react-calendar__year-view__months {
    justify-content: space-between
}

.react-calendar .react-calendar__year-view__months .react-calendar__year-view__months__month {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0 solid #e6e6e6;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #333;
    background-color: transparent;
    border-radius: 10px;
    height: 40px;
    flex-basis: calc(25% - 5px) !important;
    margin-bottom: 5px
}

.react-calendar .react-calendar__year-view__months .react-calendar__year-view__months__month.react-calendar__tile--now {
    position: relative;
    background: #ebeef2
}

.react-calendar .react-calendar__year-view__months .react-calendar__year-view__months__month.react-calendar__tile--now:after {
    content: "";
    background: #1a76ff;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    bottom: 10px
}

.react-calendar .react-calendar__year-view__months .react-calendar__year-view__months__month:hover {
    background: #1a76ff;
    color: #fff
}

.react-calendar .react-calendar__year-view__months .react-calendar__year-view__months__month:hover:after {
    content: "";
    background: #fff
}

.react-calendar .react-calendar__year-view__months .react-calendar__year-view__months__month:hover:disabled {
    color: #333;
    background: #fff
}

.react-calendar .react-calendar__month-view__days {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    color: #333;
    gap: 2px
}

.react-calendar .react-calendar__month-view__days button {
    border: 0 solid #e6e6e6;
    background: transparent;
    flex-basis: calc(14.2857142857% - 5px) !important;
    font-size: 15px;
    font-weight: 400;
    padding: 0 10px;
    border-radius: 10px;
    margin-bottom: 5px;
    height: 100%
}

.react-calendar .react-calendar__month-view__days button:disabled {
    background: transparent
}

.react-calendar .react-calendar__month-view__days button.react-calendar__tile--now {
    position: relative;
    background: #ebeef2
}

.react-calendar .react-calendar__month-view__days button.react-calendar__tile--now:after {
    content: "";
    background: linear-gradient(91.47deg, #f32f56 -78.17%, #081023 18.3%, #0058f0 110.98%);
    width: 5px;
    height: 5px;
    border-radius: 10px;
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translate(-50%, -2px)
}

.react-calendar .react-calendar__month-view__days button.react-calendar__tile--now.react-calendar__tile--active:enabled:focus:after {
    content: "";
    background: #fff
}

.react-calendar .react-calendar__month-view__days button:enabled:hover {
    background: linear-gradient(91.47deg, #f32f56 -78.17%, #081023 18.3%, #0058f0 110.98%);
    color: #fff
}

.react-calendar .react-calendar__month-view__days button:enabled:hover:after {
    content: "";
    background: #fff
}

.react-calendar .react-calendar__month-view__days button.react-calendar__tile--active:enabled:focus {
    background: linear-gradient(91.47deg, #f32f56 -78.17%, #081023 18.3%, #0058f0 110.98%);
    color: #fff
}

@media only screen and (min-width:1400px)and (max-width:1600px) {
    body .container {
        max-width: 1280px
    }

    h1 {
        font-size: 45px;
        line-height: 60px;
        margin-bottom: 15px
    }

    h2 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 20px
    }

    p {
        margin-bottom: 20px
    }

    li,
    p {
        font-size: 15px;
        line-height: 26px
    }

    h4 {
        font-size: 26px;
        line-height: 36px
    }

    .p-100 {
        padding: 80px 0
    }

    .pt-100 {
        padding-top: 80px
    }

    .pb-100 {
        padding-bottom: 80px
    }

    .p-50 {
        padding: 50px 0
    }

    .normalButton {
        height: 35px;
        min-width: 150px;
        padding: 0 20px
    }

    .normalButton .linksBtn,
    .normalButton a {
        font-size: 14px
    }

    .catButton {
        height: 50px;
        padding: 0 30px;
        width: 250px
    }

    .catButton a,
    .catButton div {
        font-size: 15px
    }

    .catButton a span,
    .catButton div span {
        margin-right: 22px
    }

    .catButton a svg,
    .catButton div svg {
        width: 22px
    }

    .catButton:hover:before {
        width: 50px
    }

    .catButton:hover a svg,
    .catButton:hover div svg {
        right: 12px
    }

    .embla .embla_container {
        gap: 20px
    }

    .embla .embla_container div {
        height: 20px
    }

    .embla .embla_container div svg {
        height: 18px
    }

    .embla .embla_container .embla_prev {
        top: 6px
    }

    .subTitle {
        font-size: 24px;
        line-height: 34px
    }

    .commonSlider .embla_container div {
        height: 45px;
        width: 45px
    }

    .commonSlider .embla_container div svg {
        width: 16px;
        height: 16px
    }

    .commonSlider .embla_container div svg path {
        stroke: #7c7c7c
    }

    .rangeSlider.modal .modal-lg {
        --bs-modal-width: 1280px
    }

    .rangeSlider.modal .modal-lg .modal-content {
        border-radius: 45px
    }
}

@media only screen and (min-width:1300px)and (max-width:1399px) {
    body .container {
        max-width: 1180px
    }

    h1 {
        font-size: 35px;
        line-height: 45px;
        margin-bottom: 10px
    }

    h2 {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 20px
    }

    .p-100 {
        padding: 70px 0
    }

    .pt-100 {
        padding-top: 70px
    }

    .pb-100 {
        padding-bottom: 70px
    }

    .p-50 {
        padding: 50px 0
    }

    p {
        margin-bottom: 15px
    }

    li,
    p {
        font-size: 14px;
        line-height: 24px
    }

    h4 {
        font-size: 24px;
        line-height: 34px
    }

    .catButton {
        height: 45px;
        padding: 0 20px;
        width: 220px
    }

    .catButton a,
    .catButton div {
        font-size: 13px
    }

    .catButton a span,
    .catButton div span {
        margin-right: 18px
    }

    .catButton a svg,
    .catButton div svg {
        width: 18px
    }

    .catButton:hover:before {
        width: 45px
    }

    .catButton:hover a svg,
    .catButton:hover div svg {
        right: 13px
    }

    .embla .embla_container {
        gap: 18px;
        top: -100px
    }

    .embla .embla_container div {
        height: 20px
    }

    .embla .embla_container div svg {
        height: 16px
    }

    .embla .embla_container .embla_prev {
        top: 6px
    }

    .subTitle {
        font-size: 22px;
        line-height: 32px
    }

    .commonSlider .embla_container div {
        height: 45px;
        width: 45px
    }

    .commonSlider .embla_container div svg {
        width: 16px;
        height: 16px
    }

    .rangeSlider.modal .modal-lg {
        --bs-modal-width: 1180px
    }

    .rangeSlider.modal .modal-lg .modal-content {
        border-radius: 35px
    }
}

@media only screen and (min-width:1100px)and (max-width:1299px) {
    body .container {
        max-width: 1150px
    }

    h1 {
        font-size: 35px;
        margin-bottom: 10px
    }

    h1,
    h2 {
        line-height: 40px
    }

    h2 {
        font-size: 30px;
        margin-bottom: 20px
    }

    h5 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px
    }

    .p-100 {
        padding: 60px 0
    }

    .pt-100 {
        padding-top: 60px
    }

    .pb-100 {
        padding-bottom: 60px
    }

    p {
        margin-bottom: 15px
    }

    li,
    p {
        font-size: 13px;
        line-height: 23px
    }

    h4 {
        font-size: 22px;
        line-height: 22px
    }

    .catButton {
        height: 45px;
        padding: 0 20px;
        width: 220px
    }

    .catButton a,
    .catButton div {
        font-size: 13px
    }

    .catButton a span,
    .catButton div span {
        margin-right: 18px
    }

    .catButton a svg,
    .catButton div svg {
        width: 18px
    }

    .catButton:hover:before {
        width: 45px
    }

    .catButton:hover a svg,
    .catButton:hover div svg {
        right: 13px
    }

    .embla .embla_container {
        gap: 18px;
        top: -100px
    }

    .embla .embla_container div {
        height: 20px
    }

    .embla .embla_container div svg {
        height: 12px
    }

    .embla .embla_container .embla_prev {
        top: 6px
    }

    .subTitle {
        font-size: 20px;
        line-height: 30px
    }

    .commonSlider .embla_container div {
        height: 40px;
        width: 40px
    }

    .commonSlider .embla_container div svg {
        width: 16px;
        height: 16px
    }

    .rangeSlider.modal .modal-lg {
        --bs-modal-width: 1080px
    }

    .rangeSlider.modal .modal-lg .modal-content {
        border-radius: 30px
    }
}

@media only screen and (min-width:900px)and (max-width:1099px) {
    body .container {
        max-width: 960px
    }

    h1 {
        font-size: 28px;
        line-height: 36px
    }

    h1,
    h2 {
        margin-bottom: 10px
    }

    h2 {
        font-size: 24px;
        line-height: 34px
    }

    h5 {
        font-size: 18px;
        font-weight: 600;
        line-height: 28px;
        margin-bottom: 10px
    }

    .p-100 {
        padding: 50px 0
    }

    .pt-100 {
        padding-top: 50px
    }

    .pb-100 {
        padding-bottom: 50px
    }

    .p-50 {
        padding: 50px 0
    }

    p {
        margin-bottom: 10px
    }

    li,
    p {
        font-size: 12px
    }

    h4,
    li,
    p {
        line-height: 22px
    }

    h4 {
        font-size: 18px
    }

    .catButton {
        height: 40px;
        padding: 0 15px;
        width: 190px
    }

    .catButton a,
    .catButton div {
        font-size: 12px;
        font-weight: 500
    }

    .catButton a span,
    .catButton div span {
        margin-right: 15px
    }

    .catButton a svg,
    .catButton div svg {
        width: 15px
    }

    .catButton:hover:before {
        width: 40px
    }

    .catButton:hover a svg,
    .catButton:hover div svg {
        right: 12px
    }

    .embla .embla_container {
        gap: 18px;
        top: -100px
    }

    .embla .embla_container div {
        height: 20px
    }

    .embla .embla_container div svg {
        height: 12px
    }

    .embla .embla_container .embla_prev {
        top: 6px
    }

    .modal .modal-lg {
        --bs-modal-width: 800px
    }

    .modal .modal-lg .modal-content {
        border-radius: 20px
    }

    .subTitle {
        font-size: 16px;
        line-height: 26px
    }

    .commonSlider .embla_container div {
        height: 35px;
        width: 35px
    }

    .commonSlider .embla_container div svg {
        width: 15px;
        height: 15px
    }

    .rangeSlider.modal .modal-lg {
        --bs-modal-width: 960px
    }

    .rangeSlider.modal .modal-lg .modal-content {
        border-radius: 25px
    }

    .react-calendar {
        min-height: 350px;
        max-width: 350px
    }

    .react-calendar .react-calendar__navigation {
        height: 40px
    }

    .react-calendar .react-calendar__navigation button {
        font-size: 20px;
        line-height: 40px
    }

    .react-calendar .react-calendar__navigation button.react-calendar__navigation__arrow {
        right: 35px;
        width: 30px;
        height: 30px
    }

    .react-calendar .react-calendar__navigation button.react-calendar__navigation__arrow svg {
        height: 12px
    }

    .react-calendar .react-calendar__month-view__weekdays {
        height: 40px;
        font-size: 15px
    }

    .react-calendar .react-calendar__year-view__months .react-calendar__year-view__months__month {
        font-size: 16px;
        height: 45px;
        flex-basis: calc(25% - 5px) !important;
        margin-bottom: 5px
    }

    .react-calendar .react-calendar__year-view__months .react-calendar__year-view__months__month.react-calendar__tile--now:after {
        width: 8px;
        height: 8px;
        bottom: 10px
    }

    .react-calendar .react-calendar__month-view__days {
        height: 45px;
        font-size: 15px
    }

    .react-calendar .react-calendar__month-view__days button {
        flex-basis: calc(14.2857142857% - 5px) !important;
        font-size: 15px;
        padding: 0 10px
    }

    .react-calendar .react-calendar__month-view__days button.react-calendar__tile--now:after {
        width: 8px;
        height: 8px
    }
}

@media only screen and (min-width:600px)and (max-width:999px) {
    .navIcon {
        display: flex;
        justify-content: flex-end;
        position: relative;
        z-index: 99;
        min-width: 60px;
        margin-left: auto;
        width: auto
    }

    body .container {
        max-width: 96%
    }

    h1 {
        font-size: 28px;
        line-height: 36px
    }

    h1,
    h2 {
        margin-bottom: 10px
    }

    h2 {
        font-size: 22px;
        line-height: 32px
    }

    h5 {
        font-size: 17px;
        font-weight: 600;
        line-height: 27px;
        margin-bottom: 10px
    }

    p {
        margin-bottom: 10px
    }

    li,
    p {
        font-size: 12px;
        line-height: 22px
    }

    .p-100 {
        padding: 40px 0
    }

    .pt-100 {
        padding-top: 40px
    }

    .pb-100 {
        padding-bottom: 40px
    }

    .p-50 {
        padding: 40px 0
    }

    .pb-50 {
        padding-bottom: 40px
    }

    h4 {
        font-size: 18px;
        line-height: 22px
    }

    .catButton {
        height: 35px;
        padding: 0 15px;
        width: 180px
    }

    .catButton a,
    .catButton div {
        font-size: 12px;
        font-weight: 500
    }

    .catButton a span,
    .catButton div span {
        margin-right: 12px
    }

    .catButton a svg,
    .catButton div svg {
        width: 15px
    }

    .catButton:hover:before {
        width: 35px
    }

    .catButton:hover a svg,
    .catButton:hover div svg {
        right: 10px
    }

    .embla .embla_container {
        gap: 18px
    }

    .embla .embla_container div {
        height: 20px
    }

    .embla .embla_container div svg {
        height: 15px
    }

    .embla .embla_container .embla_prev {
        top: 6px
    }

    .modal .modal-lg {
        --bs-modal-width: 600px
    }

    .modal .modal-lg .modal-content {
        border-radius: 20px
    }

    .subTitle {
        font-size: 16px;
        line-height: 26px
    }

    .commonSlider .embla_container div {
        height: 35px;
        width: 35px
    }

    .commonSlider .embla_container div svg {
        width: 15px;
        height: 15px
    }

    .rangeSlider.modal .modal-lg {
        --bs-modal-width: 96%
    }

    .rangeSlider.modal .modal-lg .modal-content {
        border-radius: 20px
    }

    .react-calendar {
        min-height: 380px;
        max-width: 100%
    }

    .react-calendar .react-calendar__navigation {
        height: 40px
    }

    .react-calendar .react-calendar__navigation button {
        font-size: 20px;
        line-height: 40px
    }

    .react-calendar .react-calendar__navigation button.react-calendar__navigation__arrow {
        right: 35px;
        width: 30px;
        height: 30px
    }

    .react-calendar .react-calendar__navigation button.react-calendar__navigation__arrow svg {
        height: 12px
    }

    .react-calendar .react-calendar__month-view__weekdays {
        height: 40px;
        font-size: 15px
    }

    .react-calendar .react-calendar__year-view__months .react-calendar__year-view__months__month {
        font-size: 16px;
        height: 45px;
        flex-basis: calc(25% - 5px) !important;
        margin-bottom: 5px
    }

    .react-calendar .react-calendar__year-view__months .react-calendar__year-view__months__month.react-calendar__tile--now:after {
        width: 8px;
        height: 8px;
        bottom: 10px
    }

    .react-calendar .react-calendar__month-view__days {
        height: 45px;
        font-size: 15px
    }

    .react-calendar .react-calendar__month-view__days button {
        flex-basis: calc(14.2857142857% - 5px) !important;
        font-size: 15px;
        padding: 0 10px
    }

    .react-calendar .react-calendar__month-view__days button.react-calendar__tile--now:after {
        width: 8px;
        height: 8px
    }
}

@media only screen and (min-width:0px)and (max-width:599px) {
    .navIcon {
        display: flex;
        justify-content: flex-end;
        position: relative;
        z-index: 99;
        min-width: 60px;
        margin-left: auto;
        width: auto
    }

    body .container {
        max-width: 700px
    }

    h1 {
        font-size: 30px;
        line-height: 40px
    }

    h1,
    h2 {
        margin-bottom: 10px
    }

    h2 {
        font-size: 26px;
        line-height: 35px
    }

    h5 {
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 10px
    }

    p {
        margin-bottom: 10px
    }

    li,
    p {
        font-size: 13px;
        line-height: 22px
    }

    .p-100 {
        padding: 50px 0
    }

    .pt-100 {
        padding-top: 50px
    }

    .pb-100 {
        padding-bottom: 50px
    }

    .p-50 {
        padding: 50px 0
    }

    .pb-50 {
        padding-bottom: 50px
    }

    h4 {
        font-size: 20px;
        line-height: 26px
    }

    .catButton {
        height: 35px;
        padding: 0 15px;
        width: 180px
    }

    .catButton a,
    .catButton div {
        font-size: 12px;
        font-weight: 500
    }

    .catButton a span,
    .catButton div span {
        margin-right: 15px
    }

    .catButton a svg,
    .catButton div svg {
        width: 15px
    }

    .catButton:hover:before {
        width: 35px
    }

    .catButton:hover a svg,
    .catButton:hover div svg {
        right: 9px
    }

    .embla .embla_container {
        gap: 18px;
        position: relative;
        z-index: 20
    }

    .embla .embla_container div svg {
        height: 15px
    }

    .modal .modal-lg {
        --bs-modal-width: 300px;
        width: 350px;
        margin: auto
    }

    .modal .modal-lg .modal-content {
        border-radius: 20px
    }

    .subTitle {
        font-size: 16px;
        line-height: 26px
    }

    .commonSlider .embla_container {
        margin: 20px 0
    }

    .commonSlider .embla_container div {
        height: 35px;
        width: 35px
    }

    .commonSlider .embla_container div svg {
        width: 15px;
        height: 15px
    }

    .rangeSlider.modal .modal-lg {
        --bs-modal-width: 100%;
        margin-top: 30px;
        margin-bottom: 30px
    }

    .rangeSlider.modal .modal-lg .modal-content {
        border-radius: 20px !important
    }

    .react-calendar {
        min-height: 360px
    }

    .react-calendar .react-calendar__navigation {
        height: 40px
    }

    .react-calendar .react-calendar__navigation button {
        font-size: 20px;
        line-height: 40px
    }

    .react-calendar .react-calendar__navigation button.react-calendar__navigation__arrow {
        right: 70px;
        width: 30px;
        height: 30px
    }

    .react-calendar .react-calendar__navigation button.react-calendar__navigation__arrow.react-calendar__navigation__next-button {
        right: 35px
    }

    .react-calendar .react-calendar__navigation button.react-calendar__navigation__arrow svg {
        height: 12px
    }

    .react-calendar .react-calendar__month-view__weekdays {
        height: 40px;
        font-size: 15px
    }

    .react-calendar .react-calendar__year-view__months .react-calendar__year-view__months__month {
        font-size: 16px;
        height: 45px;
        flex-basis: calc(25% - 5px) !important;
        margin-bottom: 5px
    }

    .react-calendar .react-calendar__year-view__months .react-calendar__year-view__months__month.react-calendar__tile--now:after {
        width: 8px;
        height: 8px;
        bottom: 2px
    }

    .react-calendar .react-calendar__month-view__days {
        height: 45px;
        font-size: 15px
    }

    .react-calendar .react-calendar__month-view__days button {
        flex-basis: calc(14.2857142857% - 5px) !important;
        font-size: 15px;
        padding: 0 10px
    }

    .react-calendar .react-calendar__month-view__days button.react-calendar__tile--now:after {
        width: 8px;
        height: 8px;
        bottom: 2px
    }
}

@media(max-width:1399.98px) {
    body .pt-200 {
        padding-top: 180px
    }
}

@media(max-width:1199.98px) {
    body .pt-200 {
        padding-top: 140px
    }
}

@media(max-width:991.98px) {
    body .pt-140 {
        padding-top: 120px
    }

    body .pt-250 {
        padding-top: 200px
    }
}

@media(max-width:767.98px) {
    body .pt-140 {
        padding-top: 110px
    }

    body .pt-250 {
        padding-top: 180px
    }
}

@media(max-width:575.98px) {
    body .pt-200 {
        padding-top: 90px
    }
}

.react-calendar__tile.selectedDateTile {
    background: linear-gradient(91.47deg, #f32f56 -78.17%, #081023 18.3%, #0058f0 110.98%) !important;
    color: #fff !important;
    border-radius: 6px !important
}

.react-calendar__tile.selectedDateTile abbr {
    color: #fff !important
}

.react-calendar__tile.selectedDateTile:enabled:focus,
.react-calendar__tile.selectedDateTile:enabled:hover,
.react-calendar__tile.selectedDateTile:focus,
.react-calendar__tile.selectedDateTile:hover {
    background: linear-gradient(91.47deg, #f32f56 -78.17%, #081023 18.3%, #0058f0 110.98%) !important;
    color: #fff !important
}

.react-calendar__tile.selectedDateTile:after {
    background: #fff !important
}