@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Thin.ttf");
    font-weight: 200;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/ExtraLight.ttf");
    font-weight: 250;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Light.ttf");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Regular.ttf");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Medium.ttf");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/SemiBold.ttf");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Bold.ttf");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/ExtraBold.ttf");
    font-weight: 800;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Poppins";
    src: url("../fonts/Poppins/Black.ttf");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    scroll-behavior: smooth;
    font-size: 62.5%
}

@media only screen and (max-width:991px) {
    html {
        font-size: 58%
    }
}

@media only screen and (max-width:767px) {
    html {
        font-size: 50%
    }
}

body {
    font-family: "Poppins";
    font-weight: normal;
    font-style: normal;
    line-height: 1.6;
    font-size: 1.6rem;
    background-color: #251C4A
}

.default-background {
    background-image: url("../images/body.jpg");
    position: relative;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat
}

.with_padding_top__ {
    padding-top: 84px
}

.overflow-body {
    overflow: hidden
}

p {
    color: #6D7073;
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    margin: 0
}

ul {
    margin-bottom: 0;
    list-style: none
}

@media (min-width:1200px) {
    .container {
        max-width: 1680px
    }
}

.text_white__ {
    color: #fff
}

.h1,
.section_main_title__ {
    font-size: 64px;
    line-height: 70px
}

.h2 {
    font-size: 56px;
    line-height: 72px
}

.h3 {
    font-size: 48px;
    line-height: 64px
}

.custom_sec_title__,
.title1 {
    font-size: 40px;
    line-height: 56px
}

.footer_title__,
.title2 {
    font-size: 36px;
    line-height: 40px
}

.title3 {
    font-size: 32px;
    line-height: 40px
}

.label1 {
    font-size: 28px;
    line-height: 40px
}

.filter_title__,
.label2,
.product_card__ .title__,
.third_product_card__ .title__ {
    font-size: 24px;
    line-height: 32px
}

.inner_pages_intro_sec__ .submit__,
.label3,
.nav-om .nav-list-om>li.active a,
.second_product_card__ .title__,
.section_sub_title__ {
    font-size: 20px;
    line-height: 24px
}

.input__::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 24px
}

.input__::-moz-placeholder {
    font-size: 16px;
    line-height: 24px
}

.input__:-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px
}

.input__::-ms-input-placeholder {
    font-size: 16px;
    line-height: 24px
}

.body1,
.footer_parag__,
.input__,
.input__::placeholder,
.link__.footer_link__,
.nav-om .nav-list-om>li>a {
    font-size: 16px;
    line-height: 24px
}

.body2,
.button__.reset__,
.copyrights_content___ .copyright_text__,
.form_item_title__,
.second_product_card__ .parag__ {
    font-size: 14px;
    line-height: 16px
}

.body3,
.label,
.product_card__ .parag__,
.third_product_card__ .parag__ {
    font-size: 12px;
    line-height: 16px
}

.fw-thin {
    font-weight: 200
}

.fw-extralight {
    font-weight: 250
}

.fw-light {
    font-weight: 300
}

.fw-regular {
    font-weight: 400
}

.fw-medium {
    font-weight: 500
}

.fw-semibold {
    font-weight: 600
}

.fw-bold {
    font-weight: 700
}

.fw-extrabold {
    font-weight: 800
}

.fw-black {
    font-weight: 900
}

.link__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: none;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    gap: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.link__:hover {
    text-decoration: none
}

.link__.center {
    margin: 0 auto
}

.link__.full_width__ {
    width: 100%;
    min-width: 100%
}

@media only screen and (max-width:991px) {
    .link__.full_width_sm__ {
        min-width: 100%;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .link__.full_width_xs__ {
        min-width: 100%;
        width: 100%
    }
}

.link__.fixed_size__ {
    min-width: 140px
}

.link__.main_link {
    height: 46px;
    color: #fff;
    padding: 0 30px;
    font-size: 1.4rem;
    background: #251C4A;
    border-radius: 20px
}

.link__.main_link:hover {
    background-color: rgba(16, 39, 78, 0.9)
}

.link__.second_color_link__ {
    height: 46px;
    border-radius: 20px;
    padding: 0 30px;
    background-color: #b5a6e6;
    color: #fff
}

.link__.second_color_link__:hover {
    background-color: rgba(113, 170, 255, 0.9)
}

.link__.second_color_link__.bordered__ {
    background-color: transparent;
    color: #b5a6e6;
    border: 1px solid #b5a6e6
}

.link__.second_color_link__.bordered__:hover {
    background-color: rgba(113, 170, 255, 0.1)
}

.link__.header_primary__,
.link__.header_secondary__ {
    font-size: 1.6rem;
    font-weight: 700;
    height: 3.2rem;
    color: #17355A;
    color: #fff;
    padding: 1rem 1.6rem;
    border-radius: 1rem;
    direction: ltr
}

@media only screen and (max-width:991px) {

    .link__.header_primary__,
    .link__.header_secondary__ {
        width: 100%;
        border-radius: 0;
        height: 5rem
    }
}

.link__.header_primary__ {
    background-color: #251C4A
}

.link__.header_primary__:hover {
    background-color: rgba(16, 39, 78, 0.9)
}

.link__.header_secondary__ {
    background-color: #b5a6e6
}

.link__.header_secondary__:hover {
    background-color: rgba(113, 170, 255, 0.9)
}

.link__.footer_primary__,
.link__.footer_secondary__ {
    font-size: 1.6rem;
    font-weight: 700;
    color: #17355A;
    color: #fff;
    padding: 1rem 1.6rem;
    border-radius: 1rem;
    height: 3.2rem;
    max-width: 12.5rem;
    direction: ltr
}

@media only screen and (max-width:991px) {

    .link__.footer_primary__,
    .link__.footer_secondary__ {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content
    }
}

.link__.footer_primary__ {
    background-color: #251C4A
}

.link__.footer_primary__:hover {
    background-color: rgba(16, 39, 78, 0.9)
}

.link__.footer_secondary__ {
    background-color: #b5a6e6
}

.link__.footer_secondary__:hover {
    background-color: rgba(113, 170, 255, 0.9)
}

.link__.hero_link__ {
    background-color: #251C4A;
    color: #fff;
    padding: 1rem 1.6rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 1rem;
    min-width: 23.3rem;
    font-weight: 700
}

@media only screen and (max-width:767px) {
    .link__.hero_link__ {
        margin: 0 auto
    }
}

.link__.hero_link__:hover {
    background-color: rgba(16, 39, 78, 0.9)
}

.link__.contact_us_whatsapp_link__ {
    background-color: #5ED063;
    color: #fff;
    font-size: 2rem;
    height: 5.6rem;
    font-size: 1.8rem;
    width: 50%;
    font-weight: 700;
    border-radius: 1rem
}

@media only screen and (max-width:991px) {
    .link__.contact_us_whatsapp_link__ {
        width: 100%
    }
}

.link__.contact_us_whatsapp_link__:hover {
    background-color: rgba(94, 208, 99, 0.9)
}

.link__.login_as_visitor__ {
    color: #FF6900;
    text-decoration: underline
}

.link__.login_as_visitor__:hover {
    text-decoration: underline
}

.link__.footer_link__ {
    color: #FFE0C8
}

.link__.header_user__ {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.link__.header_user__ img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.link__.single_product_email_link__ {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #FF6900;
    margin-top: 12px
}

.button__ {
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    gap: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.button__ .icon__ {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.button__.center {
    margin: 0 auto
}

.button__.default_cursor {
    cursor: default !important
}

.button__.full_width__ {
    width: 100%;
    min-width: 100%
}

@media only screen and (max-width:991px) {
    .button__.full_width_sm__ {
        min-width: 100%;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .button__.full_width_xs__ {
        min-width: 100%;
        width: 100%
    }
}

.button__.half_width__ {
    width: 50%
}

.button__.filter_white_icon__ .icon__ {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.button__.filter_white_icon__:hover .icon__ {
    -webkit-filter: unset;
    filter: unset
}

.button__.green_bg_button {
    background-color: #00CC30 !important;
    border: 1px solid #00CC30 !important;
    color: #fff
}

.button__.green_bg_button:hover {
    background-color: transparent !important;
    color: #00CC30 !important
}

.button__.red_bg_button {
    background-color: #F0053C !important;
    border: 1px solid #F0053C !important;
    color: #fff
}

.button__.red_bg_button:hover {
    background-color: transparent !important;
    color: #F0053C !important
}

.button__.fixed_size__ {
    min-width: 168px;
    max-width: 168px
}

.button__.second_fixed_width {
    min-width: 188px;
    max-width: 188px
}

.button__.margin_start_auto__ {
    -webkit-margin-start: auto;
    margin-inline-start: auto
}

.button__.margin_top__ {
    margin-top: 40px
}

@media only screen and (max-width:767px) {
    .button__.margin_top__ {
        margin-top: 10px
    }
}

.button__.small_margin_top__ {
    margin-top: 20px
}

@media only screen and (max-width:767px) {
    .button__.small_margin_top__ {
        margin-top: 10px
    }
}

.button__.scale_icon_on_hover:hover .icon__ {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.button__:focus {
    border: none;
    outline: none
}

.button__:hover {
    text-decoration: none
}

.button__.main_color_button__ {
    height: 46px;
    background-color: #251C4A;
    border-color: #251C4A;
    color: #fff;
    font-weight: 400
}

.button__.bordered__ {
    background-color: #fff !important
}

.button__.bordered__.main_color_button__ {
    color: #251C4A !important
}

.button__ input[type=submit],
.button__.submit-button__ {
    height: 46px;
    color: #fff;
    padding: 0 20px;
    font-size: 1.4rem;
    background-color: #251C4A;
    border-radius: 20px
}

.button__ input[type=submit]:hover,
.button__.submit-button__:hover {
    background-color: rgba(16, 39, 78, 0.9)
}

.button__.second_color_button__ {
    width: 168px;
    height: 46px;
    background-color: #b5a6e6;
    color: #fff;
    font-weight: 400;
    border-radius: 16px;
    border: 1px solid #b5a6e6
}

.button__.second_color_button__:hover {
    background-color: rgba(113, 170, 255, 0.9)
}

.button__.second_color_button__.bordered__ {
    background-color: transparent;
    color: #b5a6e6
}

.button__.second_color_button__.bordered__:hover {
    background-color: rgba(113, 170, 255, 0.1)
}

.button__.form_sec_button {
    height: 64px !important;
    border-radius: 1rem !important;
    font-size: 2.5rem;
    font-weight: 700
}

@media only screen and (max-width:991px) {
    .button__.form_sec_button {
        height: 5rem !important;
        font-size: 1.6rem
    }
}

.button__.contact_us_sec_fom_button {
    height: 5.6rem;
    font-size: 1.8rem;
    width: 50%;
    border-radius: 1rem;
    font-weight: 700
}

@media only screen and (max-width:991px) {
    .button__.contact_us_sec_fom_button {
        width: 100%
    }
}

.button__.contact_us_sec_fom_button:hover {
    background-color: rgba(16, 39, 78, 0.9)
}

.button__.submit__ {
    width: 100%;
    height: 65px;
    border-radius: 32px;
    padding: 22px 54px;
    background: -webkit-gradient(linear, right top, left top, from(#7a6cc0), to(#A8ACF9));
    background: linear-gradient(-90deg, #7a6cc0, #A8ACF9);
    -webkit-box-shadow: 0px 1px 4px rgba(9, 19, 37, 0.22);
    box-shadow: 0px 1px 4px rgba(9, 19, 37, 0.22);
    font-size: 18px;
    color: white;
    text-align: center;
    border: none;
    cursor: pointer;
    font-weight: 500;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    position: relative
}

@media only screen and (max-width:767px) {
    .button__.submit__ {
        font-size: 14px;
        border-radius: 15px !important;
        height: 45px
    }
}

.button__.submit__.disabled {
    cursor: not-allowed;
    opacity: 0.5
}

.button__.submit__:after {
    content: "";
    border-radius: 32px;
    inset: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease
}

.button__.submit__:hover:after {
    opacity: 1
}

.button__.reset_all__ {
    width: 100%;
    height: 52px;
    border-radius: 8px;
    text-align: center;
    border: none;
    cursor: pointer;
    font-weight: 500;
    color: #ac9ef4;
    background-color: #f3f0ff
}

.button__.reset_all__.disabled {
    cursor: not-allowed;
    opacity: 0.5
}

.button__.reset_all__:hover {
    background-color: rgba(243, 240, 255, 0.9)
}

.button__.apply__ {
    height: 52px;
    padding: 0 !important;
    font-size: 14px !important;
    border-radius: 8px !important
}

.button__.apply__:after {
    border-radius: 8px !important
}

.button__.header_link__ {
    height: 54px
}

.button__.reset__ {
    color: #FF6900
}

.button__.reset__:hover {
    text-decoration: underline
}

.overlay {
    display: none
}

@media only screen and (max-width:991px) {
    .overlay {
        display: block;
        width: 100%;
        height: 100%;
        background-color: #000;
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 11;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        opacity: 0;
        visibility: hidden
    }

    .overlay.active {
        opacity: 0.7;
        visibility: visible
    }
}

::-moz-selection {
    color: #fff;
    background: #251C4A
}

::selection {
    color: #fff;
    background: #251C4A
}

@media only screen and (min-width:991px) {
    ::-webkit-scrollbar {
        width: 8px
    }

    ::-webkit-scrollbar-track {
        background: #f1f1f1
    }

    ::-webkit-scrollbar-thumb {
        background: #251C4A
    }

    ::-webkit-scrollbar-thumb:hover {
        background: #251C4A
    }

    .dropdown-menu {}

    .dropdown-menu .inner::-webkit-scrollbar {
        width: 2px
    }
}

.loading-omd {
    position: relative;
    overflow: hidden
}

.loading-omd img {
    opacity: 0 !important;
    -webkit-filter: blur(40px);
    filter: blur(40px)
}

.figure__ {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.figure__ img {
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: auto
}

.figure__.center {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto
}

.asp-om {
    position: relative;
    padding-bottom: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.asp-om img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.close-button__ {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    top: 14px;
    inset-inline-end: 20px
}

.close-button__:focus,
.close-button__:hover {
    outline: none
}

.close-button__:after,
.close-button__:before {
    content: "";
    display: block;
    width: 2px;
    height: 20px;
    position: absolute;
    background-color: #251C4A;
    top: 4px;
    right: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s;
    transition: 0.2s
}

.close-button__:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@-webkit-keyframes active-menu {
    0% {
        top: -200px
    }

    to {
        top: 0
    }
}

@keyframes active-menu {
    0% {
        top: -200px
    }

    to {
        top: 0
    }
}

@-webkit-keyframes not-active-menu {
    0% {
        top: 0
    }

    to {
        top: -200px
    }
}

@keyframes not-active-menu {
    0% {
        top: 0
    }

    to {
        top: -200px
    }
}

@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.accordion_wrapper__ .card {
    margin-bottom: 20px;
    border-radius: 20px !important;
    overflow: hidden;
    background-color: #f5f4f7;
    border: 1px solid #e3e9f3
}

@media only screen and (max-width:991px) {
    .accordion_wrapper__ .card {
        margin-bottom: 10px
    }
}

@media only screen and (max-width:767px) {
    .accordion_wrapper__ .card {
        border-radius: 1.5rem !important
    }
}

.accordion_wrapper__ .card:has(.btn-link:not(.collapsed)) {
    background-color: #fff
}

.accordion_wrapper__ .card-header {
    padding: 0;
    border: 0 !important;
    background-color: #fff
}

.accordion_wrapper__ .card-header .btn-link {
    padding: 20px;
    text-decoration: none;
    color: #98a9b2;
    background-color: transparent;
    font-size: 1.8rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: start;
    width: 100%;
    height: 6.4rem;
    border: none !important
}

@media only screen and (max-width:991px) {
    .accordion_wrapper__ .card-header .btn-link {
        font-size: 1.6rem;
        height: 5rem
    }
}

.accordion_wrapper__ .card-header .btn-link:after {
    content: "";
    width: 26px;
    height: 26px;
    display: block;
    background-image: url(../images/shapes/plus.svg);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.accordion_wrapper__ .card-header .btn-link:not(.collapsed) {
    color: #000;
    background-color: transparent
}

.accordion_wrapper__ .card-header .btn-link:not(.collapsed):after {
    background-image: url(../images/shapes/subtraction.svg)
}

.accordion_wrapper__ .card-body {
    font-size: 1.6rem;
    color: #6D7073;
    background-color: transparent
}

@media only screen and (max-width:991px) {
    .accordion_wrapper__ .card-body {
        font-size: 1.4rem
    }
}

.modal-content {
    background-color: #251C4A;
    padding: 32px;
    border-radius: 32px;
    min-width: 640px
}

@media only screen and (max-width:1199px) {
    .modal-content {
        min-width: 100%
    }
}

.modal-content .modal-title {
    color: #fff;
    margin-bottom: 20px
}

@media only screen and (max-width:1199px) {
    .modal-content .modal-title {
        margin-bottom: 10px
    }
}

.modal-content .modal-title.center__ {
    text-align: center
}

.modal-content .modal-text {
    max-width: 384px;
    color: #E5E5E5;
    margin-bottom: 40px
}

@media only screen and (max-width:1199px) {
    .modal-content .modal-text {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:767px) {
    .modal-content .modal-text {
        max-width: 100%
    }
}

.modal-content .form_item__ {
    margin-bottom: 40px
}

@media only screen and (max-width:1199px) {
    .modal-content .form_item__ {
        margin-bottom: 20px
    }
}

.modal-content .submit__ {
    max-width: 200px;
    height: 57px;
    -webkit-margin-start: auto;
    margin-inline-start: auto
}

.modal-content .submit__.second_button__ {
    max-width: 180px;
    margin-inline: auto
}

.modal-content .icon__ {
    width: 106px;
    height: 106px;
    margin: 0 auto;
    margin-bottom: 24px;
    font-size: 46px;
    background-color: #FFCCA8;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.nav-tabs {
    padding: 0;
    border: none;
    margin-bottom: 30px !important
}

.nav-pills {
    padding: 0;
    border: none;
    margin-bottom: 64px !important;
    gap: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:991px) {
    .nav-pills {
        margin-bottom: 30px !important
    }
}

@media only screen and (max-width:767px) {
    .nav-pills {
        margin-bottom: 20px !important
    }
}

.nav-pills.with_margin_top__ {
    margin-top: 70px
}

@media only screen and (max-width:991px) {
    .nav-pills.with_margin_top__ {
        margin-top: 50px
    }
}

@media only screen and (max-width:767px) {
    .nav-pills.with_margin_top__ {
        margin-top: 20px
    }
}

.nav-pills .nav-link {
    border: none;
    height: 75px;
    min-width: 240px;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 8px !important;
    color: #737373;
    border-radius: 0;
    background-color: #E5E5E5;
    font-size: 28px;
    font-weight: 500;
    max-width: 260px;
    cursor: pointer
}

@media only screen and (max-width:767px) {
    .nav-pills .nav-link {
        font-size: 20px;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        min-width: -webkit-fit-content;
        min-width: -moz-fit-content;
        min-width: fit-content
    }
}

.nav-pills .nav-link.active {
    color: #251C4A;
    background-color: #b5a6e6;
    font-weight: 600;
    border-color: #b5a6e6
}

.nav-pills .nav-link.active .icon__ {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.nav-pills .nav-link:focus {
    outline: none
}

.page_main_title__ {
    font-size: 2.3rem;
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: #251C4A;
    margin-bottom: 12px;
    margin: 0;
    margin-bottom: 15px
}

@media only screen and (max-width:767px) {
    .page_main_title__ {
        font-size: 1.8rem
    }
}

.page_sub_title__ {
    font-size: 1.3rem;
    font-weight: 400;
    color: #000;
    margin: 0
}

@media only screen and (max-width:767px) {
    .page_sub_title__ {
        font-size: 1.4rem
    }
}

.page_head_wrapper {
    margin-bottom: 30px
}

@media only screen and (max-width:991px) {
    .page_head_wrapper {
        margin-bottom: 20px
    }
}

@media only screen and (max-width:767px) {
    .page_head_wrapper {
        margin-bottom: 15px
    }
}

.page_head_wrapper.center .page_main_title__,
.page_head_wrapper.center .page_sub_title__ {
    text-align: center;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    -webkit-margin-start: auto;
    margin-inline-start: auto
}

.page_head_wrapper.flex_display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page_head_wrapper.flex_display.justify_content_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:991px) {
    .page_head_wrapper.small_size_dir_column {
        gap: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width:991px) {

    .page_head_wrapper.small_size_center__ .page_main_title__,
    .page_head_wrapper.small_size_center__ .page_sub_title__ {
        text-align: center
    }
}

.page_head_wrapper.none_margin__ {
    margin: 0 !important
}

.title_icon_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.section_main_title__ {
    font-weight: 700;
    color: #fff
}

@media only screen and (max-width:767px) {
    .section_main_title__ {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 1.2
    }
}

.section_main_title__.none_margin {
    margin-bottom: 0
}

.section_main_title__.small_margin_bottom__ {
    margin-bottom: 15px
}

.section_sub_title__ {
    font-weight: 400;
    color: #D4D4D4;
    margin: 0;
    max-width: 1248px;
    margin-top: 40px
}

@media only screen and (max-width:767px) {
    .section_sub_title__ {
        font-size: 1.6rem
    }
}

.section_head_wrapper {
    margin-bottom: 64px
}

@media only screen and (max-width:1199px) {
    .section_head_wrapper {
        margin-bottom: 50px
    }
}

@media only screen and (max-width:991px) {
    .section_head_wrapper {
        margin-bottom: 40px
    }
}

@media only screen and (max-width:767px) {
    .section_head_wrapper {
        margin-bottom: 20px
    }
}

.section_head_wrapper.center .section_main_title__,
.section_head_wrapper.center .section_sub_title__ {
    text-align: center;
    -webkit-margin-end: auto;
    margin-inline-end: auto;
    -webkit-margin-start: auto;
    margin-inline-start: auto
}

.section_head_wrapper.flex_display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section_head_wrapper.flex_display.justify_content_between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section_head_wrapper.white_color__ .section_main_title__,
.section_head_wrapper.white_color__ .section_sub_title__ {
    color: #fff
}

.section_head_wrapper.white_color__ .section_main_title__:after,
.section_head_wrapper.white_color__ .section_main_title__:before,
.section_head_wrapper.white_color__ .section_sub_title__:after,
.section_head_wrapper.white_color__ .section_sub_title__:before {
    background-color: #fff
}

.section_head_wrapper.small_size__ .section_main_title__ {
    font-size: 3rem
}

.section_head_wrapper.small_size__ .section_sub_title__ {
    font-size: 1.6rem;
    max-width: 40.5rem
}

@media only screen and (max-width:991px) {
    .section_head_wrapper.small_size_dir_column {
        gap: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width:991px) {

    .section_head_wrapper.small_size_center__ .page_main_title__,
    .section_head_wrapper.small_size_center__ .page_sub_title__ {
        text-align: center;
        -webkit-margin-start: 0;
        margin-inline-start: 0;
        -webkit-margin-end: 0;
        margin-inline-end: 0
    }
}

.section_head_wrapper.none_margin__ {
    margin: 0 !important
}

.title_icon_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.site_link {
    padding: 0 45px;
    background-color: #251C4A;
    border-radius: 20px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 168px;
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 600;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

@media only screen and (max-width:991px) {
    .site_link {
        min-width: 100px;
        padding: 0
    }
}

.site_link .icon__ {
    -webkit-margin-start: 6px;
    margin-inline-start: 6px;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

html[dir=rtl] .site_link .icon__ {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.site_link:hover {
    background-color: rgba(16, 39, 78, 0.9);
    text-decoration: none;
    color: #fff
}

.site_link:hover .icon__ {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.site_link.center {
    margin-left: auto;
    margin-right: auto
}

.site_link.white_color__ {
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff
}

.site_link.white_color__ .icon__ {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.site_link.white_color__:hover {
    background-color: #fff;
    color: #251C4A
}

.site_link.white_color__:hover .icon__ {
    -webkit-filter: unset;
    filter: unset
}

.site_link.with_margin_start {
    -webkit-margin-start: 15px;
    margin-inline-start: 15px
}

/* .pagination {
    margin-top: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

.pagination .page-link {
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    font-size: 16px;
    font-weight: 500;
    color: #000
} */

/* .pagination .next_page_item .page-link,
.pagination .previous_page_item .page-link {
    background-color: transparent !important;
    border: 0 !important;
    font-size: 16px;
    font-weight: 600;
    color: #000
}

.pagination .next_page_item.disabled .page-link,
.pagination .previous_page_item.disabled .page-link {
    color: #6D7073 !important;
    font-weight: 400
}

.pagination .number_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 30px;
    border: 1px solid #251C4A;
    border-radius: 16px;
    overflow: hidden
} */

@media only screen and (max-width:767px) {
    .pagination .number_wrapper__ {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.pagination .number_wrapper__ .page-item .page-link {
    width: 54px;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 7px !important
}

.pagination .number_wrapper__ .page-item .page-link:hover {
    background-color: rgba(16, 39, 78, 0.1) !important
}

.pagination .number_wrapper__ .page-item.active .page-link {
    background-color: #251C4A !important;
    color: #fff !important
}

.pagination .number_wrapper__ .page-item.active .page-link:hover {
    background-color: rgba(16, 39, 78, 0.9) !important
}

.custom_dropdown__ {
    position: relative
}

.custom_dropdown__ .dropdown_menu__ {
    position: absolute;
    top: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    inset-inline-end: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 30px rgba(172, 172, 172, 0.41);
    box-shadow: 0 0 30px rgba(172, 172, 172, 0.41);
    overflow: hidden
}

.custom_dropdown__ .dropdown_menu__ li a,
.custom_dropdown__ .dropdown_menu__ li button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    font-size: 1.4rem;
    color: #251C4A;
    padding: 15px 20px;
    width: 100%
}

.custom_dropdown__ .dropdown_menu__ li a:before,
.custom_dropdown__ .dropdown_menu__ li button:before {
    display: block;
    max-height: 24px;
    max-width: 24px
}

.custom_dropdown__ .dropdown_menu__ li a:hover,
.custom_dropdown__ .dropdown_menu__ li button:hover {
    background-color: #b5a6e6;
    color: #fff !important
}

.custom_dropdown__ .dropdown_menu__ li a:hover:before,
.custom_dropdown__ .dropdown_menu__ li button:hover:before {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.custom_dropdown__ .dropdown_menu__ li a.modify__:before,
.custom_dropdown__ .dropdown_menu__ li button.modify__:before {
    content: url("../images/shapes/modify.svg")
}

.custom_dropdown__ .dropdown_menu__ li a.delete_button__,
.custom_dropdown__ .dropdown_menu__ li button.delete_button__ {
    color: #F0053C
}

.custom_dropdown__ .dropdown_menu__ li a.delete_button__:before,
.custom_dropdown__ .dropdown_menu__ li button.delete_button__:before {
    content: url("../images/shapes/trash__.svg")
}

.custom_dropdown__ .dropdown_menu__ li a.delete_button__:hover,
.custom_dropdown__ .dropdown_menu__ li button.delete_button__:hover {
    background-color: #F0053C
}

.custom_dropdown__.show .dropdown_menu__ {
    top: 100%;
    opacity: 1;
    visibility: visible;
    border-start-end-radius: 0
}

.ui-datepicker {
    background-color: #fff;
    width: 400px;
    z-index: 11;
    border: 1px solid #d7dbdd;
    border-radius: 10px;
    padding: 0;
    position: relative;
    position: absolute;
    z-index: 112 !important
}

.ui-datepicker table {
    margin: 0
}

.ui-datepicker .ui-datepicker-header {
    padding: 15px 15px;
    border-bottom: 1px solid #d7dbdd
}

.ui-datepicker .ui-datepicker-title {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-align: unset
}

@media only screen and (max-width:767px) {
    .ui-datepicker {
        width: 82%
    }
}

.ui-datepicker thead {
    border-bottom: 1px solid #d7dbdd;
    min-height: 58px
}

.ui-datepicker th span {
    color: #8f9bb3;
    font-size: 14px
}

.ui-datepicker td {
    padding: 5px
}

@media only screen and (max-width:767px) {
    .ui-datepicker td {
        padding: 0
    }
}

.ui-datepicker td a,
.ui-datepicker td span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-items: center;
    font-size: 15px;
    color: #394444;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    margin: 2px auto
}

@media only screen and (max-width:767px) {

    .ui-datepicker td a,
    .ui-datepicker td span {
        width: 30px;
        height: 30px
    }
}

.ui-datepicker td a.ui-state-active,
.ui-datepicker td span.ui-state-active {
    background-color: #b5a6e6;
    color: #fff
}

.ui-datepicker td.ui-state-disabled {
    opacity: 0.7
}

.ui-datepicker td.ui-state-disabled a,
.ui-datepicker td.ui-state-disabled span {
    color: #ddd
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
    top: 50%;
    padding: 3px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 35px;
    width: 35px
}

.ui-datepicker .ui-datepicker-next.ui-state-disabled,
.ui-datepicker .ui-datepicker-prev.ui-state-disabled {
    pointer-events: none;
    opacity: 0.5
}

.ui-datepicker .ui-datepicker-prev {
    left: 40px;
    right: unset !important;
    content: url(../images/shapes/date-arrow-left.svg)
}

.ui-datepicker .ui-datepicker-next {
    right: unset !important;
    left: 5px;
    content: url(../images/shapes/date-arrow-right.svg)
}

.preloader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem
}

.preloader img {
    max-width: 300px;
    max-height: 200px
}

.loader {
    width: 15px;
    aspect-ratio: 1;
    border-radius: 50%;
    -webkit-animation: l5 1s infinite linear alternate;
    animation: l5 1s infinite linear alternate
}

@-webkit-keyframes l5 {
    0% {
        -webkit-box-shadow: 20px 0 #56c2d6, -20px 0 #99e7f5;
        box-shadow: 20px 0 #56c2d6, -20px 0 #99e7f5;
        background: #56c2d6
    }

    33% {
        -webkit-box-shadow: 20px 0 #56c2d6, -20px 0 #99e7f5;
        box-shadow: 20px 0 #56c2d6, -20px 0 #99e7f5;
        background: #99e7f5
    }

    66% {
        -webkit-box-shadow: 20px 0 #99e7f5, -20px 0 #56c2d6;
        box-shadow: 20px 0 #99e7f5, -20px 0 #56c2d6;
        background: #99e7f5
    }

    to {
        -webkit-box-shadow: 20px 0 #99e7f5, -20px 0 #56c2d6;
        box-shadow: 20px 0 #99e7f5, -20px 0 #56c2d6;
        background: #56c2d6
    }
}

@keyframes l5 {
    0% {
        -webkit-box-shadow: 20px 0 #56c2d6, -20px 0 #99e7f5;
        box-shadow: 20px 0 #56c2d6, -20px 0 #99e7f5;
        background: #56c2d6
    }

    33% {
        -webkit-box-shadow: 20px 0 #56c2d6, -20px 0 #99e7f5;
        box-shadow: 20px 0 #56c2d6, -20px 0 #99e7f5;
        background: #99e7f5
    }

    66% {
        -webkit-box-shadow: 20px 0 #99e7f5, -20px 0 #56c2d6;
        box-shadow: 20px 0 #99e7f5, -20px 0 #56c2d6;
        background: #99e7f5
    }

    to {
        -webkit-box-shadow: 20px 0 #99e7f5, -20px 0 #56c2d6;
        box-shadow: 20px 0 #99e7f5, -20px 0 #56c2d6;
        background: #56c2d6
    }
}

.product_card__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 12px;
    -webkit-padding-end: 188px;
    padding-inline-end: 188px;
    background-color: rgba(154, 139, 218, 0.06);
    border-radius: 28px;
    min-height: 323px;
    text-decoration: none !important
}

.product_card2__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 12px;
    background-color: rgba(74, 129, 252, 0.06);
    border-radius: 28px;
    min-height: 323px;
    text-decoration: none !important
}

@media only screen and (max-width:991px) {
    .product_card__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 12px
    }

    .product_card2__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 12px
    }
}

.product_card__ .content__ {
    background-image: url(../images/products_content_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 20px;
    border-radius: 20px;
    -webkit-padding-end: 210px;
    padding-inline-end: 210px
}

.product_card2__ .content2__ {
    padding-left: 30px;
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .product_card__ .content__ {
        -webkit-padding-end: 150px;
        padding-inline-end: 150px
    }
    .product_card2__ .content__ {
        -webkit-padding-end: 150px;
        padding-inline-end: 150px
    }
}

@media only screen and (max-width:991px) {
    .product_card__ .content__ {
        margin-top: -30px;
        position: relative;
        padding: 30px 20px;
        z-index: 1
    }

    .product_card2__ .content__ {
        margin-top: -30px;
        position: relative;
        padding: 30px 20px;
        z-index: 1
    }
}

.product_card__ .logo_wrapper__ {
    margin-bottom: 40px;
    width: 90px;
    height: 20px
}

.product_card2__ .logo_wrapper__ {
    margin-bottom: 40px;
    width: 90px;
    height: 20px
}

@media only screen and (max-width:991px) {
    .product_card__ .logo_wrapper__ {
        margin-bottom: 20px
    }

    .product_card2__ .logo_wrapper__ {
        margin-bottom: 20px
    }
}

.product_card__ .title__ {
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px
}

.product_card__ .parag__ {
    color: #D4D4D4;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 39px
}

.product_card2__ .title__ {
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px
}

.product_card2__ .parag__ {
    color: #D4D4D4;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 39px
}

@media only screen and (max-width:991px) {
    .product_card__ .parag__ {
        margin-bottom: 20px
    }

    .product_card2__ .parag__ {
        margin-bottom: 20px
    }
}

.product_card__ .submit__ {
    height: 27px;
    max-width: 107px;
    font-size: 10px;
    padding: 0
}

.product_card2__ .submit__ {
    height: 27px;
    max-width: 107px;
    font-size: 10px;
    padding: 0
}

.product_card__ .image_wrapper_outer__ {
    position: absolute;
    top: 50%;
    inset-inline-end: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 308px;
    height: 262px;
    background-color: #251C4A;
    border-radius: 8px 0 0 8px;
    padding: 7px;
    -webkit-padding-end: 0;
    padding-inline-end: 0
}

.product_card2__ .image_wrapper_outer__ {
    position: absolute;
    top: 50%;
    inset-inline-end: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 308px;
    height: 262px;
    background-color: #251C4A;
    border-radius: 8px 0 0 8px;
    padding: 7px;
    -webkit-padding-end: 0;
    padding-inline-end: 0
}

@media only screen and (max-width:991px) {
    .product_card__ .image_wrapper_outer__ {
        -webkit-transform: unset !important;
        transform: unset !important;
        position: unset !important;
        border-radius: 8px;
        min-width: 100%;
        height: auto;
        padding: 7px
    }

    .product_card2__ .image_wrapper_outer__ {
        -webkit-transform: unset !important;
        transform: unset !important;
        position: unset !important;
        border-radius: 8px;
        min-width: 100%;
        height: auto;
        padding: 7px
    }
}

.product_card__ .image_wrapper_inner__ {
    padding: 7px;
    background-color: #fff;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    border-radius: 5px 0 0 5px;
    width: 100%;
    height: 100%
}

.product_card2__ .image_wrapper_inner__ {
    padding: 7px;
    background-color: #fff;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    border-radius: 5px 0 0 5px;
    width: 100%;
    height: 100%
}

@media only screen and (max-width:991px) {
    .product_card__ .image_wrapper_inner__ {
        border-radius: 8px;
        padding: 7px
    }

    .product_card2__ .image_wrapper_inner__ {
        border-radius: 8px;
        padding: 7px
    }
}

.product_card__ .figure__ {
    border-radius: 10px 0 0 10px;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    overflow: hidden;
    padding-bottom: 75.337%
}

.product_card2__ .figure__ {
    border-radius: 10px 0 0 10px;
    -webkit-padding-end: 0;
    padding-inline-end: 0;
    overflow: hidden;
    padding-bottom: 75.337%
}

@media only screen and (max-width:991px) {
    .product_card__ .figure__ {
        border-radius: 8px
    }

    .product_card2__ .figure__ {
        border-radius: 8px
    }
}

.product_card__:hover .figure__ img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.product_card2__:hover .figure__ img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.second_product_card__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    background-color: rgba(53, 44, 84, 0.59);
    border-radius: 28px;
    padding: 10px 20px;
    text-decoration: none !important
}

@media only screen and (max-width:991px) {
    .second_product_card__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
        padding: 30px 20px
    }
}

.second_product_card__ .image_wrapper__ {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 288px;
    border-radius: 5px;
    overflow: hidden
}

.second_product_card__ .figure__ {
    padding-bottom: 76.041%
}

.second_product_card__ .content__ {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.second_product_card__ .title__ {
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px
}

@media only screen and (max-width:991px) {
    .second_product_card__ .title__ {
        margin-bottom: 5px;
        text-align: center
    }
}

.second_product_card__ .sub_title__ {
    text-decoration: underline;
    color: #fff;
    font-weight: 500;
    margin-bottom: 12px
}

.second_product_card__ .parag__ {
    font-size: 14px;
    line-height: 18px;
    color: #D4D4D4;
    margin-bottom: 28px
}

@media only screen and (max-width:991px) {
    .second_product_card__ .parag__ {
        margin-bottom: 15px;
        text-align: center
    }
}

.second_product_card__ .submit__ {
    height: 27px;
    max-width: 120px;
    font-size: 12px;
    padding: 0
}

@media only screen and (max-width:991px) {
    .second_product_card__ .submit__ {
        margin: 0 auto
    }
}

.second_product_card__:hover .figure__ img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.third_product_card__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 440px;
    padding: 51px 81px;
    background: linear-gradient(60deg, #47329C 0 55%, rgba(53, 44, 84, 0.59) 55% 100%);
    border-radius: 28px;
    text-decoration: none !important
}

@media only screen and (max-width:991px) {
    .third_product_card__ {
        padding: 30px 20px;
        height: auto
    }
}

.third_product_card__ .inner_card__ {
    background: linear-gradient(60deg, #46329B 0 57%, #FF6900 57% 100%);
    padding: 48px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 43px;
    border-radius: 10px;
    border: #352C54 1px solid;
}

@media only screen and (max-width:991px) {
    .third_product_card__ .inner_card__ {
        background: linear-gradient(60deg, #182947 0 56%, #30175c 56% 100%);
        padding: 30px 20px;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 20px
    }
}

.third_product_card__ .image_wrapper__ {
    width: 243px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 40px;
    overflow: hidden;
    -webkit-box-shadow: 5px 5px 8px rgba(255, 255, 255, 0.6);
    box-shadow: 5px 5px 8px rgba(255, 255, 255, 0.6)
}

.third_product_card__ .figure__ {
    padding-bottom: 76.041%
}

.third_product_card__ .content__ {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.third_product_card__ .title__ {
    color: #fff;
    font-weight: 700;
    margin-bottom: 8px
}

@media only screen and (max-width:991px) {
    .third_product_card__ .title__ {
        margin-bottom: 5px;
        text-align: center
    }
}

.third_product_card__ .parag__ {
    font-size: 14px;
    max-width: 218px;
    color: #D4D4D4;
    margin-bottom: 28px
}

@media only screen and (max-width:991px) {
    .third_product_card__ .parag__ {
        margin-bottom: 15px;
        text-align: center
    }
}

.third_product_card__ .submit__ {
    height: 27px;
    max-width: 107px;
    font-size: 10px;
    padding: 0
}

@media only screen and (max-width:991px) {
    .third_product_card__ .submit__ {
        margin: 0 auto
    }
}

.third_product_card__:hover .figure__ img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.filter_sec__ {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 113;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.filter_sec__ * {
    text-align: start
}

.filter_sec__ .filter_overlay__ {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    z-index: 113;
    opacity: 0
}

.filter_sec__.active {
    opacity: 1;
    visibility: visible
}

.filter_sec__.active .filter_overlay__ {
    opacity: 1
}

.filter_sec__.active .filter_form_wrapper__ {
    opacity: 1;
    visibility: visible;
    inset-inline-start: unset;
    inset-inline-end: 0
}

.filter_form_wrapper__ {
    background-color: #251C4A;
    border-radius: 32px 0 0 32px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 0;
    inset-inline-start: 100%;
    z-index: 113;
    padding: 40px 25px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    max-width: 402px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, inset-inline-start 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out, inset-inline-start 0.5s ease-in-out
}

@media only screen and (max-width:767px) {
    .filter_form_wrapper__ {
        max-width: 80%
    }
}

.filter_title__ {
    color: #fff;
    font-weight: 600;
    text-align: start;
    width: 100%;
    margin-bottom: 50px
}

.search_featured_product_card__ {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    display: block;
    cursor: pointer
}

.search_featured_product_card__ .figure__ {
    padding-bottom: 65.838%
}

.search_featured_product_card__ .logo__ {
    position: absolute;
    top: 16px;
    inset-inline-start: 16px;
    width: 64px;
    height: 14px
}

.search_featured_product_card__ .logo__ img {
    width: 100%
}

.search_featured_product_card__ .content__ {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 12px;
    background-color: rgba(16, 39, 78, 0.75)
}

.search_featured_product_card__ .title__ {
    color: #eee;
    margin-bottom: 8px
}

.search_featured_product_card__ .parag__ {
    font-size: 8px;
    color: #D4D4D4
}

.search_featured_product_card__:hover .figure__ img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.circle_icon_weapper__ {
    width: 61px;
    height: 61px;
    border-radius: 50%;
    background: linear-gradient(135deg, #8B96FF, #4353FF);
    -webkit-box-shadow: 0 8px 25px rgba(157, 159, 221, 0.1);
    box-shadow: 0 8px 25px rgba(157, 159, 221, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease
}

.circle_icon_weapper__:hover {
    background: linear-gradient(135deg, #b5a6e6, #ac9ef4);
    -webkit-box-shadow: 0 8px 25px rgba(164, 203, 255, 0.65);
    box-shadow: 0 8px 25px rgba(164, 203, 255, 0.65)
}

.info_strip__ .title__ {
    color: #A3A3A3
}

@media only screen and (max-width:767px) {
    .info_strip__ .title__ {
        fsize: 14px
    }
}

.info_strip__ .value__ {
    color: #FFCCA8;
    display: inline-block
}

@media only screen and (max-width:991px) {
    .info_strip__ .value__ {
        font-size: 14px !important
    }
}

.info_strip__:not(:last-child) {
    margin-bottom: 16px
}

@media only screen and (max-width:767px) {
    .info_strip__:not(:last-child) {
        margin-bottom: 8px
    }
}

.review_card__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 32px;
    padding: 64px 153px;
    background: linear-gradient(225deg, #3D307F, #2D274D);
    border-radius: 64px;
    position: relative
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .review_card__ {
        padding: 64px
    }
}

@media only screen and (max-width:1199px) {
    .review_card__ {
        padding: 32px
    }
}

@media only screen and (max-width:991px) {
    .review_card__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 25px;
        gap: 16px;
        border-radius: 32px
    }
}

@media only screen and (max-width:767px) {
    .review_card__ {
        padding: 16px
    }
}

.review_card__ .reviewer_wrapper__ {
    min-width: 216px
}

.review_card__ .image_wrapper__ {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    overflow: hidden;
    margin-inline: auto
}

.review_card__ .image_wrapper__ .figure__ {
    padding-bottom: 100%
}

.review_card__ .name__ {
    color: #fff;
    margin-top: 16px;
    text-align: center
}

.review_card__ .job_title__ {
    color: #D4D4D4;
    margin-top: 16px;
    text-align: center
}

.review_card__ .parag__ {
    color: #D4D4D4
}

@media only screen and (max-width:991px) {
    .review_card__ .parag__ {
        text-align: center
    }
}

@media only screen and (max-width:767px) {
    .review_card__ .parag__ {
        font-size: 14px
    }
}

.review_card__:after,
.review_card__:before {
    content: url("../images/shapes/review.svg");
    position: absolute
}

@media only screen and (max-width:1199px) {

    .review_card__:after,
    .review_card__:before {
        opacity: 0.4
    }
}

.review_card__:after {
    top: 64px;
    inset-inline-end: 96px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .review_card__:after {
        inset-inline-end: 64px
    }
}

@media only screen and (max-width:1199px) {
    .review_card__:after {
        inset-inline-end: 32px
    }
}

.review_card__:before {
    bottom: 60px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    inset-inline-start: 274px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .review_card__:before {
        inset-inline-start: 64px
    }
}

@media only screen and (max-width:1199px) {
    .review_card__:before {
        bottom: unset;
        top: 64px;
        inset-inline-start: 32px
    }
}

.review_card__:not(:last-child) {
    margin-bottom: 40px
}

@media only screen and (max-width:991px) {
    .review_card__:not(:last-child) {
        margin-bottom: 16px
    }
}

.dropdown__ {
    position: relative
}

.dropdown__ .butt__,
.dropdown__>a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    color: #000;
    font-size: 14px;
    width: 100%
}

.dropdown__ .butt__:after,
.dropdown__>a:after {
    content: url(../images/shapes/arrow_down.svg);
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    border: none !important;
    -webkit-margin-start: 6px;
    margin-inline-start: 6px;
    height: 18px;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.dropdown__ .butt__.with_arrow_animation:after,
.dropdown__>a.with_arrow_animation:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.dropdown__ .butt__.with_arrow_animation:hover:after,
.dropdown__>a.with_arrow_animation:hover:after {
    -webkit-transform: unset;
    transform: unset
}

.dropdown__ .butt__:hover,
.dropdown__>a:hover {
    text-decoration: none
}

.dropdown__ .sub-menu__ {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    display: table;
    position: absolute;
    top: 100%;
    inset-inline-end: 0;
    background-color: #fff;
    width: 100%;
    padding: 12px 20px;
    border: none;
    -webkit-transform-origin: center 0;
    transform-origin: center 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
    border-radius: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05)
}

@media only screen and (max-width:991px) {
    .dropdown__ .sub-menu__ {
        min-width: 100%
    }
}

.dropdown__ .sub-menu__ li .list_content__,
.dropdown__ .sub-menu__ li a {
    font-size: 1.4rem;
    font-weight: 300;
    display: block;
    text-decoration: none;
    text-transform: capitalize;
    color: #000;
    padding: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative
}

.dropdown__ .sub-menu__ li .list_content__:after,
.dropdown__ .sub-menu__ li a:after {
    content: url(../images/shapes/drop_down_menu_links_arrow.svg);
    position: absolute;
    top: 50%;
    inset-inline-end: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dropdown__ .sub-menu__ li .list_content__:hover,
.dropdown__ .sub-menu__ li a:hover {
    color: #b5a6e6 !important
}

.dropdown__ .sub-menu__ li .list_content__:hover:before,
.dropdown__ .sub-menu__ li a:hover:before {
    -webkit-filter: unset !important;
    filter: unset !important
}

.dropdown__ .sub-menu__ li .list_content__:before,
.dropdown__ .sub-menu__ li a:before {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px
}

.dropdown__ .sub-menu__ li .list_content__.profile__:before,
.dropdown__ .sub-menu__ li a.profile__:before {
    content: url(../images/shapes/header_user_dropdown_menu_links_icons/profile__.svg)
}

.dropdown__ .sub-menu__ li .list_content__.packages__:before,
.dropdown__ .sub-menu__ li a.packages__:before {
    content: url(../images/shapes/header_user_dropdown_menu_links_icons/packages__.svg)
}

.dropdown__ .sub-menu__ li .list_content__.wallet__:before,
.dropdown__ .sub-menu__ li a.wallet__:before {
    content: url(../images/shapes/header_user_dropdown_menu_links_icons/wallet__.svg)
}

.dropdown__ .sub-menu__ li .list_content__.favorite__:before,
.dropdown__ .sub-menu__ li a.favorite__:before {
    content: url(../images/shapes/header_user_dropdown_menu_links_icons/favorite__.svg)
}

.dropdown__ .sub-menu__ li .list_content__.change_password__:before,
.dropdown__ .sub-menu__ li a.change_password__:before {
    content: url(../images/shapes/header_user_dropdown_menu_links_icons/change_password__.svg)
}

.dropdown__ .sub-menu__ li .list_content__:hover,
.dropdown__ .sub-menu__ li a:hover {
    text-decoration: none;
    color: #b5a6e6
}

.dropdown__:hover .sub-menu__ {
    visibility: visible;
    opacity: 1;
    z-index: 112;
    border-radius: 25px
}

@media only screen and (max-width:991px) {

    .dropdown__ .butt__,
    .dropdown__>a {
        color: #fff;
        font-size: 14px;
        background-color: rgba(255, 255, 255, 0.2);
        height: 49px;
        padding: 0 10px;
        border-radius: 13px
    }

    .dropdown__ .butt__:after,
    .dropdown__>a:after {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1)
    }

    .dropdown__ .figure__ {
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1)
    }
}

.sing-up-blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.sing-up-blocks .singup_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    background-color: transparent;
    border: 1px solid #000;
    min-width: 147px;
    height: 49px;
    padding: 3px 20px;
    border-radius: 20px;
    font-size: 1.4rem;
    color: #000;
    font-weight: 500;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.sing-up-blocks .singup_link:hover {
    background-color: rgba(16, 39, 78, 0.1)
}

.sing-up-blocks .singup_link.login_link {
    min-width: 168px;
    border-color: transparent;
    color: #fff;
    background-color: #251C4A
}

.sing-up-blocks .singup_link.login_link:hover {
    background-color: rgba(16, 39, 78, 0.9)
}

.sing-up-blocks .singup_link .icon__ {
    background-color: transparent !important;
    -webkit-margin-end: 5px;
    margin-inline-end: 5px
}

.sing-up-blocks.nav_sign_block__ {
    display: none
}

@media only screen and (max-width:991px) {
    .sing-up-blocks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        gap: 0
    }

    .sing-up-blocks .singup_link {
        width: 50%;
        border-radius: 0;
        margin-bottom: 0;
        min-width: 70px;
        padding: 3px 10px;
        height: 49px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: #fff;
        background-color: transparent
    }
}

@media only screen and (max-width:991px) and (max-width:500px) {
    .sing-up-blocks .singup_link {
        font-size: 10px
    }
}

@media only screen and (max-width:991px) {
    .sing-up-blocks .singup_link:hover {
        background-color: rgba(16, 39, 78, 0.2);
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: #fff
    }

    .sing-up-blocks .singup_link.login_link {
        background-color: rgba(255, 255, 255, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.2);
        color: #fff;
        height: 49px;
        margin: 0
    }

    .sing-up-blocks .singup_link.login_link:hover {
        border: 1px solid rgba(255, 255, 255, 0.2);
        background-color: rgba(255, 255, 255, 0.2);
        color: #fff
    }

    .sing-up-blocks.nav_sign_block__ {
        display: block;
        margin-bottom: 30px
    }
}

.header_logo__ {
    display: block;
    z-index: 1;
    -ms-flex-preferred-size: content;
    flex-basis: content;
    -webkit-margin-end: 51.5rem;
    margin-inline-end: 51.5rem;
    max-width: 20.2rem;
    min-width: 20.2rem;
    max-height: 4rem;
    height: 4rem
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .header_logo__ {
        -webkit-margin-end: 30rem;
        margin-inline-end: 30rem
    }
}

@media only screen and (max-width:1199px) {
    .header_logo__ {
        -webkit-margin-end: 20rem;
        margin-inline-end: 20rem
    }
}

@media only screen and (max-width:991px) {
    .header_logo__ {
        -webkit-margin-end: 0;
        margin-inline-end: 0;
        min-width: 16.5rem;
        max-width: 16.5rem;
        max-height: 3.5rem;
        height: 3.5rem
    }
}

.header_logo__ .figure__ {
    width: 100%
}

.header_logo__ img {
    width: 100%;
    max-height: 52px;
    -o-object-fit: contain;
    object-fit: contain
}

@media only screen and (max-width:1199px) {
    .header_logo__ img {
        max-height: 40px
    }
}

.nav-om {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%;
    z-index: 1
}

.nav-om .close-button__,
.nav-om .nav_logo__ {
    display: none
}

.nav-om .nav-list-om {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    gap: 10px
}

@media only screen and (max-width:1199px) {
    .nav-om .nav-list-om {
        gap: 1rem
    }
}

.nav-om .nav-list-om.small_size_only__ {
    display: none
}

@media only screen and (max-width:991px) {
    .nav-om .nav-list-om.small_size_only__ {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.nav-om .nav-list-om>li {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 8px
}

.nav-om .nav-list-om>li>a {
    font-weight: 700;
    color: #A3A3A3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: capitalize;
    text-decoration: none;
    padding: 0;
    position: relative;
    display: block;
    margin: 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

@media only screen and (max-width:1199px) {
    .nav-om .nav-list-om>li>a {
        font-size: 1.4rem
    }
}

.nav-om .nav-list-om>li>a:hover {
    color: #b5a6e6 !important
}

.nav-om .nav-list-om>li.active a {
    color: #fff;
    font-weight: 700;
    border-bottom: 2px solid #ac9ef4;
    padding-bottom: 0.5rem
}

@media only screen and (max-width:991px) {
    .nav-om .nav-list-om>li.active a {
        border-bottom: none;
        padding-bottom: 0
    }
}

@media only screen and (max-width:991px) {
    .nav-om {
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        position: fixed;
        top: 0;
        inset-inline-start: -100%;
        height: 100%;
        width: 80%;
        z-index: 1111;
        padding: 20px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        overflow-y: auto;
        display: block;
        padding-top: 90px;
        background-color: #251C4A;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 25px
    }

    .nav-om .nav_logo__ {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 auto;
        min-width: 100%;
        max-width: 150px
    }

    .nav-om .nav_logo__ img {
        max-width: 100%
    }

    .nav-om .close-button__ {
        display: block
    }

    .nav-om.active-menu {
        inset-inline-start: 0
    }

    .nav-om .nav-list-om {
        display: block;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 100%;
        margin: 0;
        gap: 0
    }

    html[dir=rtl] .nav-om .nav-list-om {
        margin: 0;
        padding: 0
    }

    .nav-om .nav-list-om>li {
        padding: 0 !important
    }

    .nav-om .nav-list-om>li>a {
        color: #fff !important;
        padding: 10px 25px !important;
        display: block;
        margin: 0;
        text-align: start;
        font-size: 14px !important;
        width: 100% !important
    }

    .nav-om .nav-list-om>li>a:after {
        content: none;
        display: none
    }

    html[dir=rtl] .nav-om .nav-list-om>li>a {
        margin: 0
    }

    .nav-om .nav-list-om>li>a:hover {
        background-color: transparent
    }

    .nav-om .nav-list-om>li:nth-child(odd)>a {
        background-color: rgba(255, 255, 255, 0.2)
    }
}

.menu_button__ {
    display: none
}

@media only screen and (max-width:991px) {
    .menu_button__ {
        width: 50px;
        height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0.1);
        position: relative;
        width: 40px;
        height: 40px;
        color: #fff;
        border-radius: 50%
    }

    .menu_button__ svg {
        width: 15px
    }
}

.toolbar_options__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    z-index: 1;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 20px
}

.toolbar_options__ .block__ {
    -webkit-transition: 0.5s;
    transition: 0.5s
}

@media only screen and (max-width:991px) {
    .toolbar_options__ .block__.lang_list_item__ {
        position: absolute;
        top: 15px;
        inset-inline-start: 15px
    }
}

.toolbar_options__ .block__.info_link_item__ {
    width: 280px;
    height: 46px;
    border: 1px solid rgba(54, 52, 67, 0.28);
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.toolbar_options__ .block__.info_link_item__ .figure__ {
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(54, 52, 67, 0.28);
    background-color: #fff;
    width: 50px;
    height: 50px;
    max-width: 50px;
    max-height: 50px;
    min-width: 50px;
    min-height: 50px;
    padding: 10px;
    -webkit-margin-end: 10px;
    margin-inline-end: 10px
}

.toolbar_options__ .block__.log_out_item__ {
    -webkit-margin-start: 10px;
    margin-inline-start: 10px
}

.toolbar_options__ .block__.log_out_item__ .icon__ {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

html[dir=rtl] .toolbar_options__ .block__.log_out_item__ .icon__ {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.toolbar_options__ .block__.header_contacts__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.toolbar_options__ .block__.small_size_only__ {
    display: none
}

@media only screen and (max-width:991px) {
    .toolbar_options__ .block__.small_size_only__ {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media only screen and (max-width:991px) {
    .toolbar_options__ {
        width: 100%;
        min-width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 0;
        row-gap: 15px
    }

    .toolbar_options__ .block__ {
        width: 100%
    }

    .toolbar_options__ .block__.lang__ {
        position: absolute;
        top: 20px;
        inset-inline-start: 20px
    }

    .toolbar_options__ .block__.lang__ .lang_link__ {
        font-size: 1.2rem;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .toolbar_options__ .block__.lang__ .lang_link__:after {
        display: none
    }

    .toolbar_options__ .block__.info_link_item__ {
        width: 100%
    }

    .toolbar_options__ .block__.info_link_item__:hover .info_link_block__:after {
        -webkit-filter: unset !important;
        filter: unset !important;
        background-color: transparent;
        content: url(../images/shapes/header_info_dropdown_more_icon_white.svg);
        border-end-end-radius: 0
    }

    .toolbar_options__ .block__.info_link_item__ .user_name__ {
        color: #fff
    }

    .toolbar_options__ .block__.dropdown__ {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .toolbar_options__ .block__.sing_up_blocks_list_item__ {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .toolbar_options__ .block__.lang_list_item__ {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .toolbar_options__ .block__.search_mode {
        display: unset
    }
}

.main_header__ {
    height: -webkit-fit-content !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    overflow: visible;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111
}

.main_header__.inner_pages_header__ .fixed_header__ {
    background: #251C4A !important
}

.fixed_header__ {
    background: -webkit-gradient(linear, left top, left bottom, from(#251C4A), to(rgba(16, 39, 78, 0)));
    background: linear-gradient(180deg, #251C4A, rgba(16, 39, 78, 0));
    position: relative;
    z-index: 111;
    padding: 15px 0
}

@media only screen and (max-width:991px) {
    .fixed_header__ {
        padding: 10px 0
    }
}

.fixed_header__.active_menu__ {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.14);
    background: #251C4A !important
}

.fixed_header__.not_active_menu__ {
    top: -200px
}

.header_content__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer_sec__ {
    position: relative;
    background-blend-mode: overlay;
    background-size: cover;
    background: -webkit-gradient(linear, left top, left bottom, from(#251C4A), to(#6554ab));
    background: linear-gradient(180deg, #251C4A, #6554ab);
    padding-top: 5rem;
    overflow: hidden;
    border-radius: 90px 90px 0 0
}

@media only screen and (max-width:767px) {
    .footer_sec__ {
        border-radius: 40px 40px 0 0
    }
}

.footer_logo__ {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.footer_logo__ img {
    max-width: 202px;
    /* width: 202px; */
    max-height: 40px;
    height: 40px
}

.footer_title__ {
    text-align: center;
    color: #E5E5E5;
    margin-bottom: 20px
}

@media only screen and (max-width:991px) {
    .footer_title__ {
        margin-bottom: 15px;
        font-size: 20px
    }
}

.footer_parag__ {
    text-align: center;
    color: #D4D4D4;
    margin-bottom: 36px
}

@media only screen and (max-width:991px) {
    .footer_parag__ {
        margin-bottom: 15px
    }
}

.footer_list__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    gap: 1.6rem;
    margin-block: 3rem;
    padding: 0
}

@media only screen and (max-width:991px) {
    .footer_list__ {
        gap: 1rem;
        margin-inline: auto;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.footer_list__ a {
    font-size: 1.6rem;
    font-weight: 700;
    color: #000;
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: start;
    gap: 15px
}

.footer_list__ a:hover {
    opacity: 0.8;
    color: #251C4A
}

.contacts_list__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-bottom: 3.6rem;
    gap: 32px
}

.footer_contacts li:not(:last-child) {
    margin-bottom: 15px
}

.copyrights_sec__ {
    background-color: transparent;
    padding-block: 3rem
}

.copyrights_content___ {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    gap: 20px
}

@media only screen and (max-width:991px) {
    .copyrights_content___ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.copyrights_content___ .copyright_text__ {
    color: #A3A3A3
}

.footer_socials__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2rem;
    max-width: 30rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width:991px) {
    .footer_socials__ {
        position: relative;
        margin-inline: auto;
        margin-bottom: 1rem
    }
}

.footer_socials__ .link__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.input__ {
    height: 64px;
    border: solid 1px rgba(54, 52, 67, 0.28);
    background-color: #f6f6fa;
    outline: none;
    width: 100%;
    font-weight: 500;
    padding: 20px 29px;
    color: #525252;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    border-radius: 15px
}

@media only screen and (max-width:991px) {
    .input__ {
        font-size: 1.6rem;
        height: 5rem;
        -webkit-padding-start: 2rem;
        padding-inline-start: 2rem
    }
}

.input__:focus,
.input__:hover {
    border-color: #b5a6e6
}

.input__::-webkit-inner-spin-button,
.input__::-webkit-outer-spin-button {
    -webkit-appearance: none
}

.input__::-webkit-input-placeholder {
    color: #525252;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.input__::-moz-placeholder {
    color: #525252;
    opacity: 1;
    -moz-transition: 0.5s;
    transition: 0.5s
}

.input__:-ms-input-placeholder {
    color: #525252;
    opacity: 1;
    -ms-transition: 0.5s;
    transition: 0.5s
}

.input__::-ms-input-placeholder {
    color: #525252;
    opacity: 1;
    -ms-transition: 0.5s;
    transition: 0.5s
}

.input__::placeholder {
    color: #525252;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.input__.second__ {
    height: 48px !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    color: #525252 !important;
    background-color: #E1F2FF !important;
    -webkit-padding-start: 13px !important;
    padding-inline-start: 13px !important
}

.input__.second__::-webkit-input-placeholder {
    color: #525252 !important;
    font-size: 12px !important
}

.input__.second__::-moz-placeholder {
    color: #525252 !important;
    font-size: 12px !important
}

.input__.second__:-ms-input-placeholder {
    color: #525252 !important;
    font-size: 12px !important
}

.input__.second__::-ms-input-placeholder {
    color: #525252 !important;
    font-size: 12px !important
}

.input__.second__::placeholder {
    color: #525252 !important;
    font-size: 12px !important
}

.input__.second__.textarea-om {
    height: 156px !important;
    resize: none !important;
    width: 100%
}

.input__.second__.textarea-om:focus {
    outline: 0
}

.input__.magin_bottom {
    margin-bottom: 24px
}

.input__.colored_white__ {
    color: #fff;
    border-color: #fff
}

.input__.colored_white__::-webkit-input-placeholder {
    color: #fff
}

.input__.colored_white__::-moz-placeholder {
    color: #fff
}

.input__.colored_white__:-ms-input-placeholder {
    color: #fff
}

.input__.colored_white__::-ms-input-placeholder {
    color: #fff
}

.input__.colored_white__::placeholder {
    color: #fff
}

.input__.primary_background_input__ {
    background-color: #f9fafc;
    border-color: #edf0f7
}

.textarea-om {
    height: 156px !important;
    resize: none !important;
    width: 100%
}

.textarea-om:focus {
    outline: 0
}

.select__ {
    width: 100% !important;
    margin-bottom: 0
}

.select__ .dropdown-toggle {
    height: 48px;
    font-weight: 500;
    border: solid 1px rgba(54, 52, 67, 0.28);
    border-radius: 12px;
    background-color: #E1F2FF;
    padding: 10px 13px;
    font-size: 12px;
    font-stretch: normal;
    color: #525252;
    outline: none !important;
    position: relative;
    text-align: start
}

.select__ .dropdown-toggle:after {
    content: url(../images/shapes/arrow_down.svg);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    inset-inline-end: 5px;
    height: 37px;
    width: 37px;
    background-color: transparent;
    border: none;
    outline: none
}

.select__ .dropdown-toggle .filter-option-inner-inner {
    font-size: 12px;
    color: #525252
}

.select__ .dropdown-toggle .filter-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-margin-end: 15px;
    margin-inline-end: 15px;
    text-align: left
}

html[dir=rtl] .select__ .dropdown-toggle .filter-option {
    text-align: right
}

.select__ .dropdown-toggle:active,
.select__ .dropdown-toggle:focus {
    background-color: #E1F2FF !important;
    border-color: #251C4A !important;
    color: #525252 !important;
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.select__.show>.btn-light.dropdown-toggle {
    background-color: #E1F2FF !important;
    border-color: #251C4A !important;
    color: #525252 !important;
    outline: none !important
}

.select__ .dropdown-menu {
    padding: 0 !important
}

.select__ .dropdown-menu li .dropdown-item {
    outline: none !important;
    font-size: 14px;
    color: #525252;
    border-radius: 0;
    text-align: start
}

.select__ .dropdown-menu li .dropdown-item.active,
.select__ .dropdown-menu li .dropdown-item:active,
.select__ .dropdown-menu li .dropdown-item:hover {
    outline: none !important;
    background-color: #251C4A !important;
    color: #fff
}

.checkbox-group-om {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.checkbox-group-om .checkbox-om {
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.checkbox-group-om .checkbox-om:checked+.checkbox-label-om {
    border-color: #b5a6e6;
    background-image: url(../images/shapes/checkbox.svg)
}

.checkbox-group-om .checkbox-label-om {
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid #e8e8e8;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-margin-end: 6px;
    margin-inline-end: 6px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.checkbox-group-om .label__ {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    color: #000;
    cursor: pointer
}

.radio-group-om {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 10px
}

.radio-group-om .radio-om {
    opacity: 0 !important;
    visibility: hidden !important;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.radio-group-om .radio-om:checked+.radio-label-om {
    border-color: #251C4A;
    background-image: url(../images/shapes/check.svg)
}

.radio-group-om .radio-om:checked~.text_wrapper .radio_title__ {
    color: #251C4A !important
}

.radio-group-om .radio-om:checked~.text_wrapper .radio_description__ {
    color: #000
}

.radio-group-om .radio-label-om {
    cursor: pointer;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid #86959F;
    background-position: center center;
    background-size: 10px;
    background-repeat: no-repeat
}

.radio-group-om .text_ {
    margin: 0;
    font-size: 15px;
    -webkit-margin-start: 5px;
    margin-inline-start: 5px;
    cursor: pointer;
    color: #000
}

.radio-group-om .radio_title__ {
    font-size: 1.4rem;
    font-weight: 700;
    color: #6D7073;
    margin-bottom: 10px
}

.radio-group-om .radio_description__ {
    font-size: 1.4rem;
    font-weight: 300;
    color: #6D7073
}

.validation_text__ {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #F0053C;
    margin-top: 10px
}

.validation_text__.hidden__ {
    display: none
}

.input_wrapper__ {
    width: 100%
}

.form_item__ .lable_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 16px
}

.form_item__ .lable_wrapper__ .form_item_title__ {
    margin-bottom: 0
}

.form_item__.with_border_bottom__ {
    border-bottom: 1px solid #525252;
    padding-bottom: 16px
}

.form_item__.with_margin_bottom__ {
    margin-bottom: 16px
}

.form_item_title__ {
    color: #D4D4D4;
    margin-bottom: 16px
}

.price_range__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px
}

.label {
    color: #D4D4D4;
    margin-bottom: 10px
}

.buttons_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    margin-top: 20px
}

.inputs_wrapper__ {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 16px;
    -moz-column-gap: 16px;
    column-gap: 16px;
    row-gap: 24px
}

@media only screen and (max-width:991px) {
    .inputs_wrapper__ {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.inputs_wrapper__ .form_item_title__ {
    margin-bottom: 0
}

.swiper-button-next,
.swiper-button-prev {
    width: 30px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: 1px solid #b5a6e6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden
}

.swiper-button-next.white_color__,
.swiper-button-prev.white_color__ {
    border-color: #fff
}

.swiper-button-next.white_color__:after,
.swiper-button-prev.white_color__:after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.swiper-button-next.white_color__:hover,
.swiper-button-prev.white_color__:hover {
    background-color: #fff
}

.swiper-button-next.white_color__:hover:after,
.swiper-button-prev.white_color__:hover:after {
    -webkit-filter: brightness(0);
    filter: brightness(0)
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    border: 1px solid transparent;
    background-color: rgba(155, 155, 155, 0.16);
    opacity: 1
}

.swiper-button-next.swiper-button-disabled.white_color__,
.swiper-button-prev.swiper-button-disabled.white_color__ {
    background-color: rgba(255, 255, 255, 0.2)
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: url("../images/shapes/arrow-right.svg");
    display: block;
    position: static;
    height: 64px;
    -webkit-transform: unset;
    transform: unset
}

html[dir=rtl] .swiper-button-next:after,
html[dir=rtl] .swiper-button-prev:after {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #b5a6e6
}

.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.swiper-button-next.single_page_button,
.swiper-button-prev.single_page_button {
    position: static;
    border: 1px solid rgba(54, 52, 67, 0.28)
}

.swiper-button-next.single_page_button:after,
.swiper-button-prev.single_page_button:after {
    content: url("../images/shapes/arrow-right.svg");
    -webkit-filter: brightness(0.8) grayscale(1);
    filter: brightness(0.8) grayscale(1)
}

.swiper-button-next.single_page_button:hover,
.swiper-button-prev.single_page_button:hover {
    background-color: #251C4A;
    border-color: #251C4A
}

.swiper-button-next.single_page_button:hover:after,
.swiper-button-prev.single_page_button:hover:after {
    -webkit-filter: unset;
    filter: unset
}

.swiper-button-next:after {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}

html[dir=rtl] .swiper-button-next:after {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}

.swiper-pagination {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 3;
    gap: 6px
}

.swiper-pagination.intro_swiper_pagination {
    position: absolute !important;
    top: calc(100% - 45px) !important;
    inset-inline-start: 124px !important;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 40%
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    position: relative;
    margin: 0 2px;
    border-radius: 7px !important;
    background-color: transparent;
    opacity: 1;
    height: 23px !important;
    width: 10px !important;
    background-color: rgba(255, 255, 255, 0.35);
    margin-top: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.swiper-pagination-clickable .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FBB03B
}

.arrow-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.arrow-sec .swiper-button-next,
.arrow-sec .swiper-button-prev {
    -webkit-transform: unset;
    transform: unset;
    margin: 0;
    position: static;
    -webkit-margin-start: 16px;
    margin-inline-start: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.default_page__ {
    min-height: 50vh;
    padding-top: 100px;
    padding-bottom: 100px
}

@media only screen and (max-width:991px) {
    .default_page__ {
        padding-top: 43px;
        padding-bottom: 43px
    }
}

@media only screen and (max-width:767px) {
    .default_page__ {
        padding-top: 23px;
        padding-bottom: 23px
    }
}

.default_section__ {
    padding-bottom: 40px;
    padding-top: 40px
}

@media only screen and (max-width:991px) {
    .default_section__ {
        padding-bottom: 30px;
        padding-top: 30px
    }
}

@media only screen and (max-width:767px) {
    .default_section__ {
        padding-bottom: 15px;
        padding-top: 15px
    }
}

.section_tools_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:500px) {
    .section_tools_wrapper__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 20px 0
    }
}

.row_modify {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:1199px) {
    .row_modify {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.row_modify.with_row_gap {
    row-gap: 30px
}

@media only screen and (max-width:767px) {
    .row_modify.with_row_gap {
        row-gap: 15px
    }
}

.row_modify.with_margin_bottom__ {
    margin-bottom: 30px
}

@media only screen and (max-width:991px) {
    .row_modify.reverse_dir_column_small_size {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

.row_modify.justify_between__ {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.row_modify.items_center__ {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.row_modify.items_start__ {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.row_modify.items_end__ {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.col_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.section_block_title__ {
    font-size: 1.6rem;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px
}

.intro_sec__ {
    min-height: 441px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.21);
    padding-top: 100px;
    padding-bottom: 28px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.intro_sec__.search_page_intro_sec__ {
    min-height: 663px !important;
    padding-bottom: 143px
}

.search_sec__ {
    background-color: #fff;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    max-width: 1117px;
    margin: 0 auto;
    position: relative;
    border-radius: 12px;
    padding: 17px 20px
}

.search_sec__ .search_wrapper__ {
    border: 2px solid #FF695A;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 87px;
    -webkit-padding-start: 28px;
    padding-inline-start: 28px;
    overflow: hidden
}

.search_sec__ .search_wrapper__ input {
    width: 100%;
    height: 100%;
    border: none;
    font-size: 1.6rem;
    font-weight: 400;
    color: #251C4A;
    -webkit-margin-start: 6px;
    margin-inline-start: 6px;
    outline: none
}

.search_sec__ .search_wrapper__ .button__ {
    background-color: #FF695A;
    height: 100%;
    width: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.search_sec__ .search_wrapper__ .button__:hover {
    background-color: rgba(16, 39, 78, 0.9)
}

.search_sec__ .search_history__ {
    padding-bottom: 20px;
    border-bottom: 1px solid #525252;
    margin-bottom: 20px
}

.search_sec__ .search_menu__ {
    position: absolute;
    top: calc(100% - 10px);
    left: 0;
    width: 100%;
    background-color: #251C4A;
    border-radius: 0 0 8px 8px;
    padding: 20px;
    text-align: start;
    min-height: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.search_sec__ .search_menu__ .title__ {
    font-size: 1.4rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.search_sec__ .search_list__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 816px;
    gap: 24px
}

.search_sec__ .search_list__ .search_item__ a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #262626;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    background-color: #fff;
    padding: 6px;
    border-radius: 5px;
    min-width: 96px;
    text-decoration: none
}

.search_sec__:has(input:focus) .search_menu__ {
    opacity: 1;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    visibility: visible
}

.products_wrapper__ {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

.products_wrapper2__ {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

@media only screen and (max-width:1199px) {
    .products_wrapper__ {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr)
    }
}

.blog_sec__ {
    margin-top: 80px
}

@media only screen and (max-width:1199px) {
    .blog_sec__ {
        margin-top: 40px
    }
}

@media only screen and (max-width:991px) {
    .blog_sec__ {
        margin-top: 0
    }
}

.second_products_wrapper__ {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

@media only screen and (max-width:1199px) {
    .second_products_wrapper__ {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr)
    }
}

.third_products_wrapper__ {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

@media only screen and (max-width:1199px) {
    .third_products_wrapper__ {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr)
    }
}

.third_products_wrapper__.with_margin_top__ {
    margin-top: 64px
}

@media only screen and (max-width:1199px) {
    .third_products_wrapper__.with_margin_top__ {
        margin-top: 32px
    }
}

@media only screen and (max-width:991px) {
    .third_products_wrapper__.with_margin_top__ {
        margin-top: 20px
    }
}

@media only screen and (max-width:767px) {
    .third_products_wrapper__.with_margin_top__ {
        margin-top: 10px
    }
}

.registeration_page_header__ {
    padding: 80px 0;
    width: 100%;
    background-color: transparent;
    background: transparent !important;
    margin-bottom: 12px
}

@media only screen and (max-width:991px) {
    .registeration_page_header__ {
        padding: 40px 0
    }
}

@media only screen and (max-width:767px) {
    .registeration_page_header__ {
        padding: 20px 0
    }
}

.registeration_page_header__ .logo__ {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media only screen and (max-width:991px) {
    .registeration_page_header__ .logo__ {
        margin: 0 auto
    }
}

.registeration_page_header__ .logo__ img {
    width: 100%
}

.registeration_page_body__ {
    background: -webkit-gradient(linear, left top, right top, from(#251C4A), to(#251C4A));
    background: linear-gradient(90deg, #251C4A, #251C4A);
    width: 100vw;
    min-height: calc(100svh - 50px);
    overflow: hidden
}

.registeration_page_body__:after,
.registeration_page_body__:before {
    content: "";
    position: absolute;
    width: 379px;
    height: 379px;
    border-radius: 50%;
    -webkit-filter: blur(180px);
    filter: blur(180px);
    opacity: 0.5;
    background-color: #2D55FB;
    z-index: -10
}

@media only screen and (max-width:767px) {

    .registeration_page_body__:after,
    .registeration_page_body__:before {
        width: 200px;
        height: 200px
    }
}

.registeration_page_body__:after {
    top: -36px;
    inset-inline-end: -150px
}

@media only screen and (max-width:991px) {
    .registeration_page_body__:after {
        inset-inline-end: -100px;
        top: -100px
    }
}

.registeration_page_body__:before {
    bottom: -36px;
    inset-inline-start: -150px
}

@media only screen and (max-width:991px) {
    .registeration_page_body__:before {
        inset-inline-start: -100px;
        bottom: -100px
    }
}

@media only screen and (max-width:767px) {
    .registeration_page__ {
        display: -ms-grid;
        display: grid;
        place-items: center;
        height: calc(100svh - 120px)
    }
}

.registeration_page__ .form_title__ {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.26px;
    line-height: 48px;
    text-align: center
}

@media only screen and (max-width:991px) {
    .registeration_page__ .form_title__ {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.18px
    }
}

.form_wrapper__ {
    width: 100%;
    max-width: 828px;
    min-height: 634px;
    margin-inline: auto;
    padding: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
    border-radius: 20px;
    overflow: hidden;
    position: relative
}

@media only screen and (max-width:991px) {
    .form_wrapper__ {
        padding: 24px;
        gap: 20px;
        min-height: 500px
    }
}

@media only screen and (max-width:767px) {
    .form_wrapper__ {
        min-height: -webkit-fit-content;
        min-height: -moz-fit-content;
        min-height: fit-content;
        padding: 30px 15px
    }
}

.form_wrapper__:after,
.form_wrapper__:before {
    content: "";
    inset: 0;
    position: absolute;
    z-index: -1
}

.form_wrapper__:after {
    background: rgba(141, 141, 141, 0.18)
}

.form_wrapper__:before {
    background: rgba(74, 129, 252, 0.15)
}

.registeration_page__ .form__ {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

@media only screen and (max-width:991px) {
    .registeration_page__ .form__ {
        gap: 15px
    }
}

@media only screen and (max-width:767px) {
    .registeration_page__ .form__ {
        gap: 10px
    }
}

.registeration_page__ .form__ .submit__ {
    margin-top: 8px
}

.search_block__ {
    background-color: rgba(45, 24, 86, 0.06);
    border-radius: 32px;
    padding: 20px;
    min-height: 1001px
}

@media only screen and (max-width:767px) {
    .search_block__ {
        min-height: unset
    }
}

.search_result_block__ {
    background-color: #30175c;
    border-radius: 32px;
    padding: 32px 57px
}

@media only screen and (max-width:991px) {
    .search_result_block__ {
        padding: 30px
    }
}

@media only screen and (max-width:767px) {
    .search_result_block__ {
        padding: 20px
    }
}

.main_title__ {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 33px
}

@media only screen and (max-width:767px) {
    .main_title__ {
        font-size: 24px
    }
}

.search_page_result_products_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 33px
}

@media only screen and (max-width:991px) {
    .search_page_result_products_wrapper__ {
        gap: 20px
    }
}

@media only screen and (max-width:767px) {
    .search_page_result_products_wrapper__ {
        gap: 15px
    }
}

.search_featured_products_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

@media only screen and (max-width:991px) {
    .search_featured_products_wrapper__ {
        gap: 15px
    }
}

@media only screen and (max-width:767px) {
    .search_featured_products_wrapper__ {
        gap: 10px
    }
}

.inner_pages_intro_sec__ {
    min-height: 559px;
    background-image: url("../images/inner_pages_bg.png");
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 125px
}

@media only screen and (max-width:991px) {
    .inner_pages_intro_sec__ {
        padding-top: 80px;
        min-height: 400px
    }
}

@media only screen and (max-width:767px) {
    .inner_pages_intro_sec__ {
        padding-top: 50px;
        min-height: auto;
        background-image: none
    }
}

.inner_pages_intro_sec__ .title__ {
    color: #fff
}

@media only screen and (max-width:767px) {
    .inner_pages_intro_sec__ .title__ {
        font-size: 30px
    }
}

.inner_pages_intro_sec__ .sub_title__ {
    color: #D4D4D4;
    text-decoration: underline;
    margin-top: 16px;
    display: block
}

.inner_pages_intro_sec__ .parag__ {
    max-width: 970px;
    color: #A3A3A3;
    margin-top: 32px
}

@media only screen and (max-width:991px) {
    .inner_pages_intro_sec__ .parag__ {
        margin-top: 20px
    }
}

.inner_pages_intro_sec__ .submit__ {
    max-width: 345px;
    margin-top: 44px
}

@media only screen and (max-width:991px) {
    .inner_pages_intro_sec__ .submit__ {
        margin-top: 30px
    }
}

@media only screen and (max-width:767px) {
    .inner_pages_intro_sec__ .submit__ {
        margin-top: 20px;
        margin-inline: auto
    }
}

.single_product_sec__ .main_title__ {
    text-align: start;
    margin: 0
}

.single_product_sec__ .main_title__.with_margin_bottom__ {
    margin-bottom: 16px
}

.single_product_sec__ .main_title__.with_margin_top__ {
    margin-top: 16px
}

.single_product_sec__ .main_title__.with_large_margin_top__ {
    margin-top: 64px
}

@media only screen and (max-width:991px) {
    .single_product_sec__ .main_title__.with_large_margin_top__ {
        margin-top: 32px
    }
}

@media only screen and (max-width:767px) {
    .single_product_sec__ .main_title__.with_large_margin_top__ {
        margin-top: 16px
    }
}

.single_product_sec__ .parag__ {
    margin-top: 16px;
    max-width: 828px;
    color: #D4D4D4
}

@media only screen and (max-width:991px) {
    .single_product_sec__ .parag__ {
        margin-top: 10px;
        max-width: 100%
    }
}

.single_product_sec__ .image_wrapper__ {
    max-width: 686px;
    border-radius: 30px;
    overflow: hidden
}

.single_product_sec__ .image_wrapper__ .figure__ {
    padding-bottom: 64.1399%
}

.single_product_sec__ .list__ {
    color: #F8A575;
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.single_product_sec__ .list__ li {
    -webkit-padding-start: 10px;
    padding-inline-start: 10px;
    position: relative
}

.single_product_sec__ .list__ li:before {
    content: "";
    position: absolute;
    top: 50%;
    inset-inline-start: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #F8A575
}

.single_product_sec__ .label {
    margin-top: 120px
}

@media only screen and (max-width:1199px) {
    .single_product_sec__ .label {
        margin-top: 80px
    }
}

@media only screen and (max-width:991px) {
    .single_product_sec__ .label {
        margin-top: 40px
    }
}

@media only screen and (max-width:767px) {
    .single_product_sec__ .label {
        margin-top: 20px
    }
}

.single_product_sec__ .label .label_title__ {
    color: #fff;
    margin-bottom: 16px
}

.single_product_sec__ .label .label_text__ {
    border: 1px solid #D4D4D4;
    /* min-height: 377px; */
    padding: 20px;
    border-radius: 8px;
    color: #A3A3A3
}

.custom_sec_title__ {
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    text-align: center;
    color: #fff;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 64px
}

@media only screen and (max-width:991px) {
    .custom_sec_title__ {
        margin-bottom: 32px
    }
}

@media only screen and (max-width:767px) {
    .custom_sec_title__ {
        margin-bottom: 16px
    }
}

.custom_sec_title__:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ac9ef4
}

@media only screen and (max-width:767px) {
    .custom_sec_title__:before {
        width: 10px;
        height: 10px
    }
}

.custom_sec_title__:after {
    content: "";
    display: block;
    width: 384px;
    height: 1px;
    border-radius: 50%;
    background-color: #E5E5E5
}

@media only screen and (max-width:767px) {
    .custom_sec_title__:after {
        width: 100px
    }
}

.clients_content_wrapper {
    background-color: rgba(74, 129, 252, 0.06);
    padding: 78px 139px;
    border-radius: 10px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(254px, 1fr));
    gap: 24px
}

@media only screen and (max-width:991px) {
    .clients_content_wrapper {
        padding: 40px
    }
}

@media only screen and (max-width:767px) {
    .clients_content_wrapper {
        padding: 10px;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
}

.clients_content_wrapper img {
    width: 100%
}

.client_card__ {
    height: 96px;
    border-radius: 8px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px
}

@media only screen and (max-width:767px) {
    .client_card__ {
        padding: 10px;
        height: 64px
    }
}

.videos_content_wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

.video_card__ {
    position: relative;
    width: 100%;
    background-color: #000;
    display: block
}

.video_card__ .figure__ {
    padding-bottom: 82.36%
}

.video_card__:after {
    content: url("../images/shapes/play2.svg");
    background-color: #FF6900;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 144px;
    height: 144px;
    padding: 24px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media only screen and (max-width:991px) {
    .video_card__:after {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8)
    }
}

@media only screen and (max-width:767px) {
    .video_card__:after {
        -webkit-transform: translate(-50%, -50%) scale(0.3);
        transform: translate(-50%, -50%) scale(0.3)
    }
}

.images_sec__ .images_content_wrapper__ {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px
}

@media only screen and (max-width:1199px) {
    .images_sec__ .images_content_wrapper__ {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr)
    }
}

.images_sec__ .images_content_wrapper__ .figure__ {
    padding-bottom: 72.46%
}

.images_sec__ .second_images_content_wrapper__ {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 19px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 19px !important
}

.images_sec__ .second_images_content_wrapper__ .figure__ {
    padding-bottom: 72.13%
}

.images_sec__ .image_wrapper__ {
    border-radius: 8px;
    overflow: hidden
}

.about_sec__ {
    padding-block: 120px
}

@media only screen and (max-width:991px) {
    .about_sec__ {
        padding-block: 60px
    }
}

@media only screen and (max-width:767px) {
    .about_sec__ {
        padding-block: 30px
    }
}

.about_cards_wrapper__ {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(348px, 1fr));
    -webkit-column-gap: 176px;
    -moz-column-gap: 176px;
    column-gap: 176px;
    row-gap: 33px
}

@media only screen and (max-width:1199px) {
    .about_cards_wrapper__ {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        gap: 20px
    }
}

@media only screen and (max-width:991px) {
    .about_cards_wrapper__ {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
}

.about_card__ {
    position: relative;
    padding: 32px 45px;
    border-radius: 40px;
    overflow: hidden;
    -webkit-box-shadow: inset 0 0 0 1000px rgba(141, 141, 141, 0.15), inset 0 0 0 1000px rgba(74, 129, 252, 0.06);
    box-shadow: inset 0 0 0 1000px rgba(141, 141, 141, 0.15), inset 0 0 0 1000px rgba(74, 129, 252, 0.06);
    -webkit-transition: 0.5s;
    transition: 0.5s
}

@media only screen and (max-width:991px) {
    .about_card__ {
        padding: 32px 20px
    }
}

@media only screen and (max-width:767px) {
    .about_card__ {
        padding: 20px 10px;
        border-radius: 20px
    }
}

.about_card__ .title__ {
    margin-top: 22px
}

@media only screen and (max-width:991px) {
    .about_card__ .title__ {
        margin-top: 10px;
        font-size: 18px
    }
}

.about_card__ .parag__ {
    margin-top: 14px
}

@media only screen and (max-width:991px) {
    .about_card__ .parag__ {
        margin-top: 10px;
        font-size: 14px
    }
}

.about_card__:after {
    content: "";
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 2;
    background-color: #ac9ef4;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.about_card__:hover {
    border-radius: 0 0 40px 40px
}

.about_card__:hover .circle_icon_weapper__ {
    background: linear-gradient(135deg, #b5a6e6, #ac9ef4);
    -webkit-box-shadow: 0 8px 25px rgba(164, 203, 255, 0.65);
    box-shadow: 0 8px 25px rgba(164, 203, 255, 0.65)
}

.about_card__:hover:after {
    top: 0
}

.about_second_sec__ {
    padding: 0 !important;
    padding-bottom: 120px !important
}

@media only screen and (max-width:991px) {
    .about_second_sec__ {
        padding-bottom: 60px !important
    }
}

@media only screen and (max-width:767px) {
    .about_second_sec__ {
        padding-bottom: 30px !important
    }
}

.about_second_sec__ .content__ {
    width: 100%
}

.about_second_sec__ .about_content__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

@media only screen and (max-width:991px) {
    .about_second_sec__ .about_content__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media only screen and (max-width:991px) {
    .about_second_sec__ .about_content__.first_content__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 20px
    }
}

.about_second_sec__ .parag__ {
    color: #D4D4D4;
    max-width: 828px
}

@media only screen and (max-width:991px) {
    .about_second_sec__ .parag__ {
        text-align: center
    }
}

.about_second_sec__ .parag__:not(:last-child) {
    margin-bottom: 24px
}

@media only screen and (max-width:991px) {
    .about_second_sec__ .parag__:not(:last-child) {
        margin-bottom: 15px
    }
}

.about_second_sec__ .image_wrapper__ {
    min-width: 621px
}

@media only screen and (max-width:991px) {
    .about_second_sec__ .image_wrapper__ {
        margin-inline: auto;
        min-width: 100%
    }
}

.about_second_sec__ .image_wrapper_two__ {
    min-width: 823px
}

@media only screen and (max-width:991px) {
    .about_second_sec__ .image_wrapper_two__ {
        margin-inline: auto !important;
        min-width: 100% !important
    }
}

.contact_sec__ {
    padding-block: 120px
}

@media only screen and (max-width:991px) {
    .contact_sec__ {
        padding-block: 60px
    }
}

@media only screen and (max-width:767px) {
    .contact_sec__ {
        padding-block: 30px
    }
}

.contact_sec__ .contact_us_form_wrapper__ {
    -webkit-box-shadow: inset 0 0 0 1000px rgba(141, 141, 141, 0.15), inset 0 0 0 1000px rgba(74, 129, 252, 0.06);
    box-shadow: inset 0 0 0 1000px rgba(141, 141, 141, 0.15), inset 0 0 0 1000px rgba(74, 129, 252, 0.06);
    padding: 120px 140px;
    border-top: 9px solid #FF6900;
    border-radius: 0 0 20px 20px
}

@media only screen and (max-width:991px) {
    .contact_sec__ .contact_us_form_wrapper__ {
        padding: 60px
    }
}

@media only screen and (max-width:767px) {
    .contact_sec__ .contact_us_form_wrapper__ {
        padding: 20px
    }
}

.contact_sec__ .section_title__ {
    color: #fff;
    max-width: 504px;
    padding-bottom: 48px;
    margin-bottom: 48px;
    position: relative
}

@media only screen and (max-width:991px) {
    .contact_sec__ .section_title__ {
        padding-bottom: 24px;
        margin-bottom: 24px;
        font-size: 24px;
        line-height: 32px
    }
}

@media only screen and (max-width:767px) {
    .contact_sec__ .section_title__ {
        padding-bottom: 16px;
        margin-bottom: 16px
    }
}

.contact_sec__ .section_title__:after {
    content: "";
    background-color: #FF6900;
    width: 116px;
    height: 3px;
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    border-radius: 10px
}

.contact_sec__ .contact_form_title__ {
    color: #fff;
    margin-bottom: 19px
}

.contact_sec__ .contact_form_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}

.contact_sec__ .contact_form_wrapper__ .submit__ {
    margin-top: 16px
}

.partner_intro_sec__ {
    position: relative;
    overflow: hidden
}

.partner_intro_sec__ .content_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px
}

@media only screen and (max-width:1199px) {
    .partner_intro_sec__ .content_wrapper__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.partner_intro_sec__ .content_wrapper__.with_margin_top__ {
    margin-top: 100px
}

@media only screen and (max-width:1199px) {
    .partner_intro_sec__ .content_wrapper__.with_margin_top__ {
        margin-top: 50px
    }
}

.partner_intro_sec__ .image_wrapper__ {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 870px;
    border: 3px solid #FFCCA8;
    border-radius: 30px;
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .partner_intro_sec__ .image_wrapper__ {
        max-width: 650px !important
    }
}

@media only screen and (max-width:1199px) {
    .partner_intro_sec__ .image_wrapper__ {
        max-width: 100% !important
    }
}

.partner_intro_sec__ .image_wrapper__ .figure__ {
    border-radius: 30px;
    overflow: hidden;
    padding-bottom: 68.97%
}

.partner_intro_sec__ .image_wrapper__ .figure__.small_asp {
    padding-bottom: 19.659%
}

.partner_intro_sec__ .image_wrapper__:after {
    content: "";
    position: absolute;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    bottom: -10px;
    inset-inline-end: -10px;
    background-color: #FF6900;
    z-index: -1
}

.partner_intro_sec__ .content__ {
    padding: 70px 63px;
    width: 100%;
    -webkit-box-shadow: inset 0 0 0 1000px rgba(141, 141, 141, 0.15), inset 0 0 0 1000px rgba(74, 129, 252, 0.06);
    box-shadow: inset 0 0 0 1000px rgba(141, 141, 141, 0.15), inset 0 0 0 1000px rgba(74, 129, 252, 0.06);
    border: 3px solid #b5a6e6;
    border-radius: 30px
}

.partner_intro_sec__ .content__ .title__ {
    color: #fff;
    margin-bottom: 12px
}

.partner_intro_sec__ .content__ .location_title__ {
    color: #FF6900;
    margin-bottom: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.partner_intro_sec__ .content__ .parag__ {
    color: #D4D4D4
}

.partner_intro_sec__ .content__ .parag__:not(:last-child) {
    margin-bottom: 32px
}

.partner_intro_sec__ .content__.none_background {
    padding: 48px 85px;
    -webkit-box-shadow: none;
    box-shadow: none
}

.partner_intro_sec__ .content_title__ {
    text-align: start;
    margin-bottom: 16px;
    margin-top: 100px;
    color: #fff
}

@media only screen and (max-width:1199px) {
    .partner_intro_sec__ .content_title__ {
        margin-top: 50px
    }
}

@media only screen and (max-width:991px) {
    .partner_intro_sec__ .content_title__ {
        margin-top: 20px
    }
}

.partner_intro_sec__:after {
    content: "";
    width: 1200px;
    height: 855px;
    -webkit-transform: rotate(-170deg);
    transform: rotate(-170deg);
    background-color: #30175c;
    position: absolute;
    top: -559px;
    inset-inline-start: -635px;
    border-radius: 30px;
    z-index: -1
}

.statistics_list__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px
}

@media only screen and (max-width:1199px) {
    .statistics_list__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }
}

.statistics_list__ li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.statistics_list__ .number__ {
    text-align: center;
    margin-bottom: 12px
}

.statistics_list__ .text__ {
    color: #F8F8F8;
    text-align: center
}

.tabs_sec__ {
    padding-block: 120px
}

@media only screen and (max-width:1199px) {
    .tabs_sec__ {
        padding-block: 80px
    }
}

@media only screen and (max-width:991px) {
    .tabs_sec__ {
        padding-block: 60px
    }
}

@media only screen and (max-width:767px) {
    .tabs_sec__ {
        padding-block: 20px
    }
}

.profile_sec__ {
    padding-bottom: 120px
}

@media only screen and (max-width:991px) {
    .profile_sec__ {
        padding-bottom: 60px
    }
}

@media only screen and (max-width:767px) {
    .profile_sec__ {
        padding-bottom: 30px
    }
}

.profile_page_layout__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

@media only screen and (max-width:991px) {
    .profile_page_layout__ {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.profile_page_layout__ .side_section__ {
    width: 100%;
    max-width: 544px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-shadow: inset 0 0 0 1000px rgba(141, 141, 141, 0.15), inset 0 0 0 1000px rgba(74, 129, 252, 0.06);
    box-shadow: inset 0 0 0 1000px rgba(141, 141, 141, 0.15), inset 0 0 0 1000px rgba(74, 129, 252, 0.06);
    padding: 45px 40px;
    border-radius: 8px
}

@media only screen and (max-width:1199px) {
    .profile_page_layout__ .side_section__ {
        max-width: 300px
    }
}

@media only screen and (max-width:991px) {
    .profile_page_layout__ .side_section__ {
        max-width: 100%
    }
}

@media only screen and (max-width:767px) {
    .profile_page_layout__ .side_section__ {
        padding: 20px
    }
}

.profile_page_layout__ .side_section__ .client_info__ {
    border-bottom: 1px solid #525252;
    margin-bottom: 36px
}

@media only screen and (max-width:767px) {
    .profile_page_layout__ .side_section__ .client_info__ {
        margin-bottom: 16px
    }
}

.profile_page_layout__ .side_section__ .image_wrapper__ {
    width: 100%;
    height: 100%;
    max-width: 339px;
    max-height: 339px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    margin-inline: auto;
    overflow: hidden;
    border: 5px solid #F8A575;
    margin-bottom: 36px
}

@media only screen and (max-width:767px) {
    .profile_page_layout__ .side_section__ .image_wrapper__ {
        margin-bottom: 16px;
        max-width: 150px;
        max-height: 150px
    }
}

.profile_page_layout__ .side_section__ .image_wrapper__ .figure__ {
    padding-bottom: 100%
}

.profile_page_layout__ .side_section__ .name__ {
    color: #fff;
    text-align: center;
    margin-bottom: 16px
}

@media only screen and (max-width:767px) {
    .profile_page_layout__ .side_section__ .name__ {
        margin-bottom: 8px
    }
}

.profile_page_layout__ .side_section__ .location__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    color: #FF6900;
    margin-bottom: 32px
}

@media only screen and (max-width:767px) {
    .profile_page_layout__ .side_section__ .location__ {
        margin-bottom: 16px
    }
}

.profile_page_layout__ .side_section__ .location__ img {
    width: 24px;
    height: 24px
}

.profile_page_layout__ .side_section__ .profile_links_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

@media only screen and (max-width:767px) {
    .profile_page_layout__ .side_section__ .profile_links_wrapper__ {
        gap: 16px
    }
}

.profile_page_layout__ .side_section__ .profile_links_wrapper__ .link_item__ a {
    color: #fff;
    text-decoration: none
}

.profile_page_layout__ .side_section__ .profile_links_wrapper__ .link_item__.active__ a {
    color: #FF6900
}

.profile_page_layout__ .main_section__ {
    -webkit-box-shadow: inset 0 0 0 1000px rgba(141, 141, 141, 0.15), inset 0 0 0 1000px rgba(74, 129, 252, 0.18);
    box-shadow: inset 0 0 0 1000px rgba(141, 141, 141, 0.15), inset 0 0 0 1000px rgba(74, 129, 252, 0.18);
    padding: 45px 40px;
    border-radius: 8px;
    width: 100%
}

@media only screen and (max-width:767px) {
    .profile_page_layout__ .main_section__ {
        padding: 20px
    }
}

.profile_page_layout__ .main_section__ .profile_main_title__ {
    color: #fff;
    margin-bottom: 32px
}

@media only screen and (max-width:767px) {
    .profile_page_layout__ .main_section__ .profile_main_title__ {
        margin-bottom: 16px
    }
}

.profile_page_layout__ .main_section__ .parag__ {
    color: #A3A3A3;
    margin-bottom: 32px
}

@media only screen and (max-width:767px) {
    .profile_page_layout__ .main_section__ .parag__ {
        margin-bottom: 16px
    }
}

.profile_info_sec__ .info_title__ {
    color: #FFCCA8;
    margin-bottom: 16px
}

@media only screen and (max-width:767px) {
    .profile_info_sec__ .info_title__ {
        margin-bottom: 8px
    }
}

.profile_info_sec__ .info_parag__ {
    color: #fff;
    margin-bottom: 32px
}

@media only screen and (max-width:767px) {
    .profile_info_sec__ .info_parag__ {
        margin-bottom: 16px
    }
}

.profile_info_sec__ .info_parag__ .title__ {
    color: #A3A3A3
}

.profile_info_sec__ .info_list__ {
    margin-bottom: 32px
}

.profile_info_sec__ .info_list__ .info_item__ {
    color: #fff;
    margin-bottom: 8px;
    position: relative;
    -webkit-padding-start: 24px;
    padding-inline-start: 24px
}

.profile_info_sec__ .info_list__ .info_item__:before {
    content: "";
    position: absolute;
    top: 50%;
    inset-inline-start: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff
}

@media only screen and (max-width:767px) {
    .profile_info_sec__ .info_list__ {
        margin-bottom: 16px
    }
}

.profile_form_wrapper__ {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px
}

@media only screen and (max-width:991px) {
    .profile_form_wrapper__ {
        gap: 20px
    }
}