*,
html,
body {
    font-family: "Manrope", sans-serif;
}

:root {
    --primary: #023674;
    --primary-dark: #012755;
    --primary-alter: #072971;
    --white: #ffffff;
    --heading: #243354;
    --text: #263554;
    --text-grey: #71717A;
    --secondary: #DE3939;
    --success: #198754;
    --danger: #6C1414;
    --warning: #EC7276;
    --info: #0dcaf0;
    --light: #F3F6F9;
    --dark: #212529;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
a {
    font-family: "Schibsted Grotesk", sans-serif;
}

.ff-man {
    font-family: "Manrope", sans-serif;
}

.ff-sch {
    font-family: "Schibsted Grotesk", sans-serif;

}


.navbar-brand>img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

.btn--primary,
input.wpcf7-form-control.wpcf7-submit {
    color: var(--white);
    text-decoration: none;
    background-color: var(--secondary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: .875rem;
    padding: .5rem 1rem;
    border: 1px solid var(--secondary);
    transition: .3s ease all;
}

.btn--primary:hover,
input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #C01D1D;
    color: var(--white);
}

.nav--cs {
    padding: 1rem 0rem;
    background-color: var(--primary);
}

.navbar-brand {
    padding: 0;
    margin-right: auto;
    width: 150px;
    outline: none;
}

.nav--fixed {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #f0f0f033;
}

.navbar-toggler {
    padding: 0;
    border: 0;
    outline: 0;
    box-shadow: none !important;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.nav--cs .navbar-nav>.nav-item+.nav-item {
    border-top: 1px solid #405f84;
}

.nav--cs .navbar-nav .nav-link {
    color: var(--white);
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav--cs .dropdown .nav-link::after {
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    content: '';
    border-top: 0;
    border-left: 0;
    display: inline-block;
    height: 9px;
    margin: 0;
    margin-right: 0.5rem;
    pointer-events: none;
    position: static;
    right: -0;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 9px;
}

.nav--cs .dropdown .nav-link:hover::after {
    border-bottom: 2px solid #fc7272;
    border-right: 2px solid #fc7272;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.nav--cs .navbar-nav .nav-link.show::after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
    border-bottom: 2px solid #fc7272;
    border-right: 2px solid #fc7272;
}

.product_nav {
    text-decoration: none;
    display: inline-block;
}

.product_nav_pic {
    border-radius: 8px;
    padding: 10px;
    background: linear-gradient(178.15deg, #FAFCFF 37.91%, #C8D1DE 130.28%);
    border: 1px solid rgba(1, 42, 90, 0.06);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    width: 100%;
    margin-bottom: .65rem;
}

.mb-10px {
    margin-bottom: 0.65rem;
}

.product_nav_pic>img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/*.product_nav:nth-child(3n + 1) .product_nav_pic {
    background: linear-gradient(179.49deg, rgba(206, 228, 254, 0.211765) 42.36%, #2661A8 157.21%);
    border: 1px solid rgba(1, 42, 90, 0.06);
}
.product_nav:nth-child(3n + 2) .product_nav_pic {
    background: linear-gradient(181.33deg, rgba(255, 198, 198, 0.211765) 72.16%, #DE3939 168.82%);
    border: 1px solid #D4D4D8;
}
.product_nav:nth-child(3n + 3) .product_nav_pic {
    background: linear-gradient(178.15deg, #FAFCFF 37.91%, #C8D1DE 130.28%);
    border: 1px solid rgba(1, 42, 90, 0.06);
}*/

.fw-800 {
    font-weight: 800 !important;
}

.product_nav_text {
    color: #52525B;
    font-weight: 600;
    font-size: .875rem;
    line-height: 1.75;
    display: block;
}

.nav--cs .dropdown-menu {
    padding: 1rem;
}

.grid_box_nav {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.link-call {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: .875rem;
    color: var(--white);
    text-decoration: none;
    outline: none;
    opacity: 0.8;
}

.top_bar {
    background-color: var(--primary-dark);
    padding: 0.75rem 0;
}

.bar {
    color: rgba(255, 255, 255, 0.4);
    vertical-align: middle;
    font-size: 1.5rem;
    line-height: 1;
    opacity: 0.4;
}

.discount_bar {
    background-color: #DFEAF7;
    padding: 0.75rem 0;
    color: var(--primary);
    font-weight: 500;
    font-size: 0.875rem;
}

.banner_cta {
    background-color: #003F8A;
    padding: 2rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 0.5rem;
}

.video__box {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    background: #000;
    overflow: hidden;
}

.video__content {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    inset: 0;
    opacity: 0.9;
}

.mt-ng-80 {
    margin-top: -5rem;
}

.display-two {
    color: var(--white);
    margin: 0;
    font-size: 1.675rem;
    line-height: 1.25;
    font-weight: 700;
}

.fw-regular {
    font-weight: 400 !important;
}

.head--para {
    color: var(--text-grey);
    line-height: 1.5;
    font-size: 1rem;
    margin: 0;
}

.content--page p,
.content--page ul li {
    color: var(--text-grey);
    line-height: 1.5;
    font-size: 1rem;
    margin: .5rem 0;
}

.content--page a {
    color: var(--text-grey);
    text-decoration: underline;
}

.content--page a:hover {
    text-decoration: none;
}

.bg_sky {
    background-color: #E5F1FF;
}

.cl-sky {
    color: #E5F1FF;
}

.op-60 {
    opacity: 0.6;
}

.op-30 {
    opacity: 0.3;
}

.textarea.input--text {
    border-radius: 8px;
}

.mx-2-5 {
    margin-right: .8rem;
    margin-left: .8rem;
}

.icon_grid {
    display: grid;
    grid-gap: 0.5rem;
}

.icon_grid-text {
    font-weight: 600;
    color: var(--text);
    font-size: .875rem;
}

.py-32 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.py_160 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.py_140 {
    padding-top: 0;
    padding-bottom: 40px;
}

.heading-one {
    font-size: 2rem;
    line-height: 1.25;
    font-weight: 700;
    margin: 0;
    color: var(--heading);
}

.heading-two {
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 700;
    margin: 0;
    color: var(--heading);
}

.content--page h2 {
    font-size: 1.25rem;
    line-height: 1.25;
    font-weight: 700;
    margin: 3rem 0 1rem 0;
    color: var(--heading);
}

.content--page h3 {
    font-size: 1rem;
    line-height: 1.25;
    font-weight: 700;
    margin: 1.25rem 0 0.5rem 0;
    color: var(--heading);
}

.mt-40 {
    margin-top: 1.25rem;
}

.mt-64 {
    margin-top: 2.25rem;
}

.grid-col-3 {
    display: grid;
    grid-gap: 1rem;
}

.product_front {
    border-radius: 10px;
    text-decoration: none;
    padding: 1rem;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
}

.op-30 {
    opacity: 0.3;
}

.mx-12 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}


.product_front_text {
    font-weight: 600;
    line-height: 1.4;
    display: block;
    color: #52525B;
    font-size: 1.25rem;
}

.product_front_pic {
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.abs-down {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* .color_front:nth-child(3n + 1) .product_front {
    background: linear-gradient(179.49deg, rgba(206, 228, 254, 0.211765) 42.36%, #2661A8 157.21%);
    border: 1px solid rgba(1, 42, 90, 0.06);
}
.color_front:nth-child(3n + 2) .product_front {
    background: linear-gradient(181.33deg, rgba(255, 198, 198, 0.211765) 72.16%, #DE3939 168.82%);
    border: 1px solid #D4D4D8;
}
.color_front:nth-child(3n + 3) .product_front {
    background: linear-gradient(178.15deg, #FAFCFF 37.91%, #C8D1DE 130.28%);
    border: 1px solid rgba(1, 42, 90, 0.06);
} */
.color_front .product_front {
    background: linear-gradient(178.15deg, #FAFCFF 37.91%, #C8D1DE 130.28%);
    border: 1px solid rgba(1, 42, 90, 0.06);
    min-height: 400px;
}

.maxw-1080 {
    max-width: 1080px;
}

.maxw-800 {
    max-width: 800px;
}

.maxw-710 {
    max-width: 710px;
}

.maxw-520 {
    max-width: 520px;
}

.grid-col-2 {
    display: grid;
    grid-gap: 1.5rem;
}

.cl--secondary {
    color: var(--secondary);
}

.cl-shaded-red {
    color: #EC7276
}

.icon_about-title {
    margin: 0;
    line-height: 1.3;
    color: var(--heading);
    font-weight: 600;
    font-size: 1rem;
}

.icon_about {
    display: grid;
    grid-gap: .75rem;
    grid-template-columns: minmax(0, 44px) minmax(0, 1fr);
}

.cl--grey {
    color: var(--text-grey);
}

.cl-ext-grey {
    color: #27272A
}

.py-64 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.grid-col-4 {
    display: grid;
    grid-gap: 1rem;
}

.process_quote {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: minmax(0, auto) minmax(0, 1fr);
    border-radius: 1.5rem;
    padding: 1.5rem;
    background-color: var(--light);
}

.process_quote_num {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.25;
}

.cl--alter {
    color: var(--primary-alter);
}

.process_quote:nth-child(even) {
    background-color: var(--primary);
}

.process_quote:nth-child(even) .process_quote_num {
    color: var(--white);
}

.process_quote:nth-child(even) .process_quote_num,
.process_quote:nth-child(even) .product_front_text,
.process_quote:nth-child(even) .product_nav_text {
    color: #E5F1FF;
}

.btn--transparent {
    background-color: transparent;
    color: var(--secondary);
    border: 1px solid var(--secondary);
}

.btn--primary.btn--transparent:hover {
    background-color: var(--secondary);
    color: var(--white);
}

.btn--primary.btn--transparent:hover svg path {
    stroke: var(--white);
}

.cs_accordion {
    display: grid;
    grid-gap: 1rem;
}

.cs_accordion .accordion-item {
    border: 0;
    background-color: #F0F4F8;
    border-radius: 0;
}

.cs_accordion .accordion-item .accordion-header .accordion-button {
    background: transparent;
    box-shadow: none;
    color: #27272A;
    font-weight: 500;
    font-size: 1rem;
    padding: 1rem;
    border-radius: 0;
}

.cs_accordion .accordion-item .accordion-body {
    padding: 1rem;
    padding-top: 0;
    color: #52525B;
}

.cs_accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    font-weight: 700;
}

.cs_accordion .accordion-item .accordion-header .accordion-button::after {
    background: #D6E1ED;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    content: '+';
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    line-height: 1.3;
}

.cs_accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: '-';
}

.cs_accordion .accordion-item {
    background-color: #F0F4F8;
    /* border: 1px solid #cfe5ff; */
    border-radius: 6px;
}

.text--normal {
    line-height: 1.4;
    font-weight: 400;
    margin: 0;
    font-size: .875rem;
}

.py_80 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.cl--heading {
    color: var(--heading);
}

.footer_links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer_links ul li a {
    color: #27272A;
    text-decoration: none;
    font-size: .875rem;
}

.footer_links ul li a:hover {
    font-weight: 600;
    color: var(--primary-alter);
}

.footer_links:not(.grid_list) ul li+li {
    margin-top: 1.25rem;
}

.mt-20 {
    margin-top: 1.25rem;
}

.grid_list ul {
    display: grid;
    grid-gap: 1.25rem;
}

.social_share_links a {
    text-decoration: none;
    margin-right: 1.5rem;
}

.footer_copyright {
    border-top: 1px solid #C8D8EC;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.scroll_top {
    background-color: var(--white);
}

.scroll_top:hover svg path {
    fill: var(--white);
}

.scroll_top {
    border-radius: 50%;
    box-shadow: 0px 4px 16px rgba(14, 36, 57, 0.25);
    position: fixed;
    width: 44px;
    height: 44px;
    bottom: 90px;
    right: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    cursor: pointer;
}

.scroll_top.show {
    opacity: 1;
    visibility: visible;
}

.request_box {
    background: #FAFAFA;
    border: 1px solid rgba(82, 82, 91, 0.25);
    box-shadow: 0px 0px 20px rgba(14, 36, 57, 0.25);
    border-radius: 12px;
    padding: 1.5rem;
    position: fixed;
    bottom: 20px;
    right: 20px;
    left: 20px;
    max-width: 430px;
    margin-left: auto;
    display: none;
}

.btn--cross {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    outline: none;
    border: 0;
}

.request_box.show {
    display: block;
}

.grid-col-5 {
    display: grid;
    grid-gap: 2rem;
}

.other_product {
    text-decoration: none;
}

.other_product .product_front {
    /* background: linear-gradient(179.49deg, rgba(206, 228, 254, 0.211765) 42.36%, #2661A8 157.21%);
    border: 1px solid rgba(1, 42, 90, 0.06); */
    background: linear-gradient(178.15deg, #FAFCFF 37.91%, #C8D1DE 130.28%);
    border: 1px solid rgba(1, 42, 90, 0.06);
    border-radius: 8px;
    min-height: 315px;
}

/* .other_product:nth-child(3n + 2) .product_front {
    background: linear-gradient(181.33deg, rgba(255, 198, 198, 0.211765) 72.16%, #DE3939 168.82%);
    border: 1px solid rgba(1, 42, 90, 0.06);
}
.other_product:nth-child(3n + 3) .product_front {
    background: linear-gradient(178.15deg, #FAFCFF 37.91%, #C8D1DE 130.28%);
    border: 1px solid rgba(1, 42, 90, 0.06);
} */
.details_box_wrapper {
    background-color: #FAFAFA;
    border: 1px solid rgba(134, 21, 21, 0.30);
    padding: 20px;
    border-radius: 12px;
}

.green_box_tick {
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
    font-size: .875rem;
    color: #007213;
    max-width: max-content;
}

.grey_box_tick {
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
    font-size: .875rem;
    color: #A1A1AA;
    max-width: max-content;
}

.gap--5 {
    gap: 5px;
}

.wpcf7-form .col-md-6>div>p {
    margin-bottom: 24px;
}

form input.wpcf7-form-control.wpcf7-submit {
    min-width: 200px;
}

.bg_pr {
    background-color: var(--primary);
}

.bg-silver {
    background-color: #F0F4F8;
}

.product_details_box p,
.product_details_box ul li {
    color: #52525B;
    margin: 0;
    line-height: 1.4;
    font-size: 1rem;
    font-weight: 500;
}

.product_details_box p {
    line-height: 1.9;
}

.product_details_box ul {
    padding-left: 1.825rem;
    margin-top: .65rem;
    margin-bottom: 1.25rem;
}

.details_box_wrapper ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 1rem;
}

.details_box_wrapper ul li {
    padding-left: 1.875rem;
    background-size: auto;
    background-position: left top 4px;
    background-image: url('../img/sparkle.svg');
    background-repeat: no-repeat;
}

.product_details_box ul li+li {
    margin-top: .9rem;
}

.maxw-960 {
    max-width: 960px;
}

.cs-tabs .nav-item {
    flex: 1;
}

.cs-tabs .nav-item .nav-link {
    color: #52525B;
    font-weight: 500;
    border-radius: 0;
    border: 0;
    background-color: transparent;
    padding: 1.5rem 1rem;
    line-height: 1;
    width: 100%;
}

.cs-tabs .nav-item .nav-link.active {
    font-weight: 700;
    background-color: #D6E1ED;
}

.cs-tabs {
    border: 0;
}

.product_details_box ul:last-child {
    margin-bottom: 0;
}

.other_product .product_front.slide_product {
    min-height: 300px;
}

.selected_product_div .product_details .product_front.slide_product {
    min-height: 150px;
}

.selected__product__div .product_details .product_front.slide_product {
    min-height: 150px;
}

.other_product.thumbs_slide .product_front.slide_product {
    height: 100px;
    min-height: initial;
    padding: .4rem;
    display: inline-block;
    width: 100%;
}

.other_product.thumbs_slide .product_front.slide_product .product_front_pic {
    height: 100%;
}

.other_product.thumbs_slide .product_front.slide_product .product_front_pic img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.swiper-button-next,
.swiper-button-prev {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    padding: 0;
    background-color: #FAFAFA;
    border: 1px solid #D4D4D8;
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: auto;
    height: auto;
}

.mySwiper,
.mySwiper2 .swiper-slide {
    padding-left: 50px;
    padding-right: 50px;
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
    font-weight: 400;
    color: #71717A;
    text-decoration: none;
}

.breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb .breadcrumb-item {
    font-size: .875rem;
}

.breadcrumb .breadcrumb-item.active {
    font-weight: 700;
    color: #52525B;
}

.form_box {
    padding: 40px 24px;
    background-color: #F0F4F8;
    border-radius: 16px;
}

.input--text {
    background-color: var(--white);
    border: 1px solid #E4E4E7;
    padding: 12px 16px;
    line-height: 1.2;
    color: var(--dark);
    border-radius: 6px;
    outline: none;
}

.input--text::placeholder {
    color: #A1A1AA;
}

select.input--text {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23A1A1AA' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 20px 14px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    padding-right: 2.5rem;
}

.input-label {
    font-weight: 700;
    color: #52525B;
    margin-bottom: 6px;
    line-height: 1.2;
    font-size: .875rem;
}

.input-label span {
    color: var(--secondary);
}

.btn--primary.btn--white {
    color: var(--secondary);
    border: 1px solid var(--secondary);
    background-color: var(--white);
}

.btn--primary.btn--white:hover {
    background-color: #f6D6D6;
    color: var(--secondary);
}

.grid_ico {
    display: grid;
    grid-gap: 0.5rem;
    grid-template-columns: minmax(0, auto) minmax(0, 1fr);
}

.grid_ico-text {
    font-size: 0.875rem;
    line-height: 1.3;
}

.bg_sky_box {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bg_sky_box-text {
    margin: 0;
    font-weight: 600;
    line-height: 1.4;
    font-size: 1.25rem;
}

.text--cl {
    color: var(--text);
}

.space_border>*+* {
    border-left: 1px solid #CCD9F4;
}

.w-full-auto {
    width: 100%;
}

.top-globe .btn--primary {
    font-size: 0.875rem;
}

.layer_top {
    background-color: rgb(0 63 138 / 60%);
    padding: 1.25rem;
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease;
}

.product_front:hover .layer_top {
    opacity: 1;
    visibility: visible;
}

.grid_quad {
    display: grid;
    grid-gap: 1rem;
}

.grid_quad_item {
    background: #F3F6F9;
    border: 1px solid rgba(7, 41, 113, 0.1);
    border-radius: 16px;
    padding: 1.25rem;
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: minmax(0, 40px) minmax(0, 1fr);
}

/*.grid_quad_item:hover {
    box-shadow: none !important;
}*/

.fw-regular {
    font-weight: 400;
}

.mt--32 {
    margin-top: 1.5rem;
}

.blog_wrapper_item {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #E4E4E7;
    position: relative;
}

.blog_wrapper_item-img {
    height: 280px;
    overflow: hidden;
}

.blog_wrapper_item-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog_wrapper_item-content {
    padding: 1rem;
}

.inset-0 {
    position: absolute;
    inset: 0;
}

.blog_wrapper {
    display: grid;
    grid-gap: 1.5rem;
}

.op-80 {
    opacity: 0.8;
}

.cl--sky .link-call {
    color: #E5F1FF;
}

.blog_wrapper_item:hover .head--para {
    color: var(--heading);
    text-decoration: underline;
}

.sky--top {
    margin-top: 24px;
    margin-bottom: 24px;
    border-color: #E4E4E7;
    opacity: 1;
}

.icon-max {
    grid-template-columns: minmax(0, auto) minmax(0, 1fr);
}

.star_box {
    position: absolute;
    top: 0;
    left: 4%;
    max-width: 100%;
}

.down-arrow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 2px;
    animation: jumpInfinite 1.5s infinite;
}

.down-arrow:after {
    content: " ";
    position: absolute;
    top: 13px;
    left: -8px;
    width: 16px;
    height: 16px;
    border-bottom: 4px solid #fff;
    border-right: 4px solid #fff;
    border-radius: 3px;
    transform: rotateZ(45deg);
}

@keyframes jumpInfinite {
    0% {
        margin-top: 0;
    }

    50% {
        margin-top: 20px;
    }

    100% {
        margin-top: 0;
    }
}

.round-clickbtn {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50px;
    border: 1px solid #fff;
    width: 60px;
    height: 110px;
    background: #00000047;
    outline: none;
    box-shadow: none;
}

.min-h-1100 {
    min-height: 800px;
}

.img-01 {
    position: absolute;
    top: -225px;
    left: 20px;
    width: 135px;
    z-index: -1;

}

.img-02 {
    position: absolute;
    top: -190px;
    right: 20px;
    width: 170px;
    z-index: -1;
}

.img-03 {
    position: absolute;
    left: 20px;
    bottom: -120px;
    width: 140px;
    z-index: -1;

}

.img-04 {
    position: absolute;
    right: 20px;
    top: 170px;
    width: 150px;
    z-index: -1;
}

.img-05 {
    position: absolute;
    left: 20px;
    bottom: -150px;
    width: 130px;
    z-index: -1;
}

.img-06 {
    position: absolute;
    right: 30px;
    bottom: -300px;
    width: 140px;
    z-index: -1;
}

.img-07 {
    position: absolute;
    right: 140px;
    width: 55px;
    bottom: -200px;
    z-index: -1;
}

.light-hr {
    border-color: #D9D9D9;
    opacity: 1;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.responsive_box {
    position: relative;
    padding-top: 56.25%;
}

.responsive_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.bg--silver {
    background-color: #F0F4F8;
}

.line_box_pane {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.line_box_pane+.line_box_pane {
    border-top: 1px solid #E4E4E7;
}

.product_details_box a {
    color: #023674;
    text-decoration: none;
    font-weight: 500;
    display: inline-grid;
    grid-template-columns: minmax(0, auto) minmax(0, 1fr);
    grid-gap: .5rem;
}

.gry-drk {
    color: #52525B;
}

.pky-drk {
    color: #71717A;
}

.quad_similar {
    display: grid;
    grid-gap: 1.25rem;
}

.rowgrid_2 {
    display: grid;
    grid-gap: 1.5rem;
}

.faq_cta {
    background-color: #D6E1ED;
    padding: 1.5rem;
    border-radius: 1rem;
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: minmax(0, 48px) minmax(0, 1fr);
}

.bg-silver-border {
    border-bottom: 1px solid #D6E1ED;
}

.cl--blue {
    color: #E5F1FF;
}

textarea.input--text {
    max-height: 150px;
}

.wpcf7-not-valid-tip {
    font-size: 13px;
    font-weight: 500;
    color: var(--secondary);
    margin-top: 4px;
}

form .upload-box {
    background-color: var(--white);
    border: 1px solid #E4E4E7;
}

form .upload-box .upload-text {
    color: #A1A1AA;
}

.gry-form .link-call {
    color: #52525B;
}

.stepper_box_circle--num {
    background-color: #DE3939;
    color: #fff;
    display: inline-flex;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.stepper_box_circle--text {
    color: #fff;
    font-size: 12px;
    margin: 0;
    font-weight: 400;
    line-height: 1.5;
}

.stepper_box_circle {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 320px;
}

.stepper_box_circle_item {
    display: grid;
    grid-gap: .6rem;
    position: relative;
    opacity: 0.6;
}

.stepper_box_circle::before {
    content: '';
    position: absolute;
    left: 50px;
    right: 65px;
    height: 2px;
    background: rgb(229 241 255 / 20%);
    top: 16px;
}

.stepper_box_circle_item.active {
    opacity: 1;
}

.bold-text {
    font-size: 20px;
    margin: 0;
    line-height: 1.4;
    font-weight: 700;
    color: var(--primary);
}

.product_front_pic img {
    max-width: 100%;
}

.mt-ng-170 {
    margin-top: -150px;
}

.establish-box {
    display: grid;
    grid-gap: .5rem;
    grid-template-columns: minmax(0, auto) minmax(0, 1fr) minmax(0, auto);
    max-width: max-content;
}

.txt-line {
    line-height: 1.3;
    font-size: .875rem;
    margin: 0;
}

.opac-3 {
    opacity: 0.3;
}

.grid_spanbox {
    display: grid;
    grid-gap: 1.5rem;
}

.shdow_light {
    box-shadow: 0px 6px 15px rgba(81, 121, 165, 0.1);
}

.sky_bl {
    background-color: #E5F1FF;
}

.grid_threebox {
    display: grid;
    grid-gap: 1.5rem;
}

.mt-64 {
    margin-top: 1.5rem;
}

.shdow_light_one {
    box-shadow: 0px 6px 16px 1px #DFEEFF;
}

.testimonial_grid_loop {
    display: grid;
    grid-gap: 1.5rem;
}

.title--name {
    margin: 0;
    line-height: 1.4;
    font-size: 1.5rem;
}

.title--position {
    margin: 0;
    line-height: 1.4;
    font-size: 1.25rem;
}

.cl-grey-down {
    color: #A1A1AA;
}

.single-product h1 {
    font-weight: 700;
}

.pt-64 {
    padding-top: 2.5rem;
}

.pt-96 {
    padding-top: 2.5rem;
}

.line_box_pane:last-child {
    padding-bottom: 0;
}

.pb-64-xl {
    padding-bottom: 2.5rem;
}

.slider-image-set {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product_image_set {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.upload-box {
    border-radius: 6px;
}

.link-call:hover {
    text-decoration: none !important;
}

a.link-call:hover {
    text-decoration: underline !important;
}

.btn--primary:hover svg path {
    stroke: currentColor;
}

.product_front:hover .btn--primary {
    box-shadow: 0px 5.34462px 17.8154px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1199px) {
    .nav--cs .navbar-nav {
        max-height: calc(100vh - 115px);
        overflow-y: auto;
    }

    .slider-image-set {
        max-height: 280px;
    }
    .product_image_set {
        max-height: 190px;
    }
    .selected__product__div .product_details .product_front.slide_product .product_image_set {
        max-height: 170px;
    }
    .selected_product_div .product_details .product_front.slide_product .product_image_set {
        max-height: 170px;
    }
}


@media (max-width: 767px) {
    .space_border>div:nth-child(odd) {
        border-left: 0px;
    }

    .round-clickbtn {
        width: 34px;
        height: 60px;
        bottom: 10px;
    }

    .down-arrow:after {
        content: " ";
        position: absolute;
        top: 8px;
        left: -5px;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #fff;
        border-right: 2px solid #fff;
        border-radius: 3px;
        transform: rotateZ(45deg);
    }

    .down-arrow {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 0;
        height: 18px;
        border: 1px solid #fff;
        border-radius: 2px;
        animation: jumpInfinite 1.5s infinite;
    }

    .slider-image-set {
        max-height: 280px;
    }
    .product_image_set {
        max-height: 190px;
    }
    .selected__product__div .product_details .product_front.slide_product .product_image_set {
        max-height: 150px;
    }
     .selected_product_div .product_details .product_front.slide_product .product_image_set {
        max-height: 150px;
    }
}

@media (max-width: 576px) {
    .video__box {
        padding-top: 56.25%;
        margin-top: 60px;
    }

    .img-03 {
        bottom: -40px;
    }

    .fxl-mb-16 {
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .margin-top-tablet-50 {
        margin-top: 50px;
    }
}

@media (min-width: 768px) {
    .grid_box_nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .display-two {
        font-size: 2rem;
    }

    .py_160 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .py_140 {
        padding-top: 2.75rem;
        padding-bottom: 5rem;
    }

    .heading-one {
        font-size: 2.25rem;
    }

    .heading-two {
        font-size: 1.875rem;
    }

    .content--page h2 {
        font-size: 1.5rem;
    }

    .content--page h3 {
        font-size: 1.25rem;
    }

    .mt-40 {
        margin-top: 2rem;
    }

    .mt-64 {
        margin-top: 3rem;
    }

    .grid-col-3 {
        grid-gap: 2rem;
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .product_front_text {
        font-size: 1.25rem;
    }

    .grid-col-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 2rem;
    }

    .py-64 {
        padding-top: 2.5em;
        padding-bottom: 2.5rem;
    }

    .grid-col-4 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .process_quote {
        display: flex;
        flex-direction: column;
        min-height: 300px;
    }

    .process_quote_num {
        font-size: 2rem;
    }

    .cs_accordion {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .py_80 {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .grid_list ul {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grid-col-5 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .cs-tabs .nav-item {
        flex: none;
        min-width: 300px;
    }

    .form_box {
        padding: 64px 80px;
        border-radius: 24px;
    }

    .bg_sky_box {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .mx--grid {
        max-width: max-content;
        margin-left: auto;
        margin-right: auto;
    }

    .grid_quad {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 1.25rem;
    }

    .grid_quad_item {
        grid-template-columns: auto;
    }

    .blog_wrapper {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        grid-gap: 2.5rem;
    }

    .img-01 {
        top: -255px;
        width: 200px;
    }

    .img-02 {
        top: -205px;
        width: 280px;
    }

    .img-03 {
        width: 210px;
    }

    .img-04 {
        width: 205px;
    }

    .img-05 {
        left: 100px;
        width: 210px;
    }

    .img-06 {
        right: 100px;
        width: 175px;
    }

    .img-07 {
        right: 280px;
        width: 55px;
        bottom: -150px;
    }

    .quad_similar {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .faq_cta {
        padding: 2.5rem;
        grid-template-columns: minmax(0, auto) minmax(0, 1fr);
        max-width: max-content;
    }

    .stepper_box_circle--num {
        width: 56px;
        height: 56px;
        font-size: 24px;
    }

    .stepper_box_circle::before {
        right: 130px;
        left: 130px;
        top: 27px;
    }

    .stepper_box_circle {
        max-width: 640px;
    }

    .bold-text {
        font-size: 1.5rem;
    }

    .w-full-auto {
        width: auto;
    }

    .grid_spanbox {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .span-grid {
        grid-template-columns: minmax(0, 44px) minmax(0, 1fr);
        grid-column: 1/-1;
    }

    .grid_threebox {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mt-64 {
        margin-top: 2rem;
    }

    .testimonial_grid_loop {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pb-64-xl {
        padding-bottom: 4.5rem;
    }


}

@media (min-width: 1025px) {
    .video__box {
        height: 80vh;
        aspect-ratio: auto;
    }

    .bg_sky_box-text {
        font-size: 1.875rem;
    }

    .grid_quad {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .grid_quad_item {
        padding: 2rem;
    }

    .mt--32 {
        margin-top: 2rem;
    }

    .blog_wrapper_item-content {
        padding: 1.5rem;
    }

    .line_box_pane {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem;
    }

    .pt-64 {
        padding-top: 3rem;
    }
}

@media (min-width: 1200px) {

    .btn--primary,
    input.wpcf7-form-control.wpcf7-submit {
        padding: .625rem 1.25rem;
        font-size: 1rem;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1180px;
    }

    .nav--cs {
        padding: 1.15rem 0rem;
    }

    .navbar-brand {
        width: 200px;
    }

    .nav--cs .navbar-nav .nav-link {
        padding: 0;
    }

    .nav--cs .navbar-nav .nav-link:hover {
        color: #fc7272;
    }

    .nav--cs .navbar-nav .nav-link.show {
        color: #fc7272;
    }

    .nav--cs .dropdown .nav-link::after {
        margin-right: 0;
        margin-left: 0.25rem;
    }

    .nav--cs .navbar-nav>.nav-item+.nav-item {
        border-top: 0px;
        margin-left: 1rem;
    }

    .nav--cs .nav-item.dropdown {
        position: static;
    }

    .nav--cs .dropdown-menu {
        left: 0;
        right: 0;
        top: 58px;
        padding: 2.5rem;
        border: 1px solid rgba(161, 161, 170, 0.5);
        box-shadow: 0px 2px 10px rgba(14, 36, 57, 0.35);
        border-bottom-left-radius: .65rem;
        border-bottom-right-radius: .65rem;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .grid_box_nav {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .banner_cta {
        padding: 8rem 3.5rem;
    }

    .display-two {
        font-size: 2.5rem;
    }

    .head--para {
        font-size: 1.125rem;
    }

    .content--page p,
    .content--page ul li {
        font-size: 1rem;
    }

    .py-32 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .icon_grid {
        grid-template-columns: minmax(0, 56px) minmax(0, 1fr);
    }

    .icon_grid-text {
        font-size: 1rem;
    }

    .py_160 {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }

    .py_140 {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }

    .mt-40 {
        margin-top: 2.5rem;
    }

    .mt-64 {
        margin-top: 4rem;
    }

    .product_front_text {
        font-size: 1.5rem;
    }

    .grid-col-3 {
        grid-gap: 3.5rem;
    }

    .icon_about-title {
        font-size: 1.125rem;
    }

    .grid-col-2 {
        grid-gap: 3rem;
    }

    .grid-col-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        grid-gap: 1.5rem;
    }

    .process_quote_num {
        font-size: 2.5rem;
    }

    .process_quote {
        min-height: 400px;
    }

    .cs_accordion {
        grid-gap: 2rem;
    }

    .cs_accordion .accordion-item .accordion-header .accordion-button {
        padding: 1.5rem;
        border-radius: 0;
    }

    .cs_accordion .accordion-item .accordion-body {
        padding: 1.5rem;
        padding-top: 0;
    }

    .text--normal {
        font-size: 1rem;
    }

    .py_80 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .footer_links ul li a {
        font-size: 1rem;
    }

    .video__box {
        min-height: 100vh;
    }

    .scroll_top {
        width: 64px;
        height: 64px;
    }

    .grid-col-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .other_product .product_front.slide_product {
        min-height: 400px;
    }

    .selected_product_div .product_details .product_front.slide_product {
        min-height: 200px;
    }

    .selected__product__div .product_details .product_front.slide_product {
        min-height: 200px;
    }

    .grid_ico-text {
        font-size: 1rem;
    }

    .fxl-14 {
        font-size: .875rem;
    }

    .img-01 {
        top: -400px;
        left: 140px;
        width: 310px;
    }

    .img-02 {
        top: -320px;
        right: 120px;
        width: 460px;
    }

    .img-03 {
        left: 0;
        bottom: 100px;
        width: 290px;
    }

    .img-04 {
        right: 0px;
        top: 15px;
        width: 200px;
    }

    .img-05 {
        left: 100px;
        bottom: -200px;
        width: 420px;
    }

    .img-06 {
        right: 50px;
        bottom: -450px;
        width: 430px;
    }

    .img-07 {
        right: 340px;
        width: 75px;
        bottom: -100px;
    }

    .min-h-1100 {
        min-height: 1300px;
    }

    .rowgrid_2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 2rem;
    }

    .stepper_box_circle--text {
        font-size: 1rem;
    }

    .mt-64 {
        margin-top: 3rem;
    }

    .pt-96 {
        padding-top: 4rem;
    }

    .slider-image-set {
        max-height: 380px;
    }
    .product_image_set {
        max-height: 190px;
    }

    .selected__product__div .product_details .product_front.slide_product .product_image_set {
        max-height: 190px;
    }

    .pb-64-xl {
        padding-bottom: 7.5rem;
    }

    .minw-250 {
        min-width: 250px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1320px;
    }

    .nav--cs .nav-link {
        font-size: 1rem;
    }

    .nav--cs .dropdown .nav-link::after {
        margin-left: 0.5rem;
    }

    .nav--cs .navbar-nav>.nav-item+.nav-item {
        margin-left: 2.25rem;
    }

    .product_nav_text {
        font-size: 1rem;
    }
    
    .minh--60{
        min-height: 60px;
    }

    .display-two {
        font-size: 3rem;
    }

    .head--para {
        font-size: 1.25rem;
    }

    .content--page p,
    .content--page ul li {
        font-size: 1.15rem;
    }

    .icon_grid-text {
        font-size: 1.125rem;
    }

    .py_160 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .py_140 {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .heading-one {
        font-size: 3rem;
    }

    .heading-two {
        font-size: 2.25rem;
    }

    .content--page h2 {
        font-size: 2rem;
    }

    .content--page h3 {
        font-size: 1.5rem;
    }

    .product_front {
        padding: 1.5rem;
        padding-bottom: 0;
    }

    .icon_about-title {
        font-size: 1.25rem;
    }

    .py-64 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .process_quote_num {
        font-size: 2.75rem;
    }

    .footer_copyright {
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;
    }

    .bg_sky_box-text {
        font-size: 2rem;
    }

    .btn--primary,
    input.wpcf7-form-control.wpcf7-submit {
        font-size: 1.125rem;
    }

    .fxl-16 {
        font-size: 1rem;
    }

    .py-1rem {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .fxl-18,
    .product_details_box p,
    .product_details_box ul li {
        font-size: 1.125rem;
    }

    .rowgrid_2 {
        grid-gap: 3.5rem;
    }

    .green_box_tick {
        font-size: 1rem;
    }

    .grey_box_tick {
        font-size: 1rem;
    }

    .stepper_box_circle--text {
        font-size: 1.125rem;
    }

    .mt-64 {
        margin-top: 4rem;
    }

    .pt-64 {
        padding-top: 4rem;
    }

    .pt-96 {
        padding-top: 6rem;
    }

    .cs-tabs .nav-item .nav-link {
        font-size: 1.25rem;
    }

    .cs-tabs .nav-item .nav-link.active {
        font-weight: 700;
        color: #243354;
    }

    .f24-xl {
        font-size: 1.5rem;
    }

    .input-label {
        font-size: 1rem;
    }

    .fxl-26 {
        font-size: 26px;
    }

    .product_front_text {
        font-size: 1.5rem;
    }

    .fxl-20 {
        font-size: 1.25rem;
    }

    .cs_accordion {
        grid-gap: 2.25rem
    }
}