:root{
    --main-cl: #1072BA;
    --sub-cl: #1B8DCD;
    --container-w: 75rem;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
body::-webkit-scrollbar {
    width: 0.417rem;
    background-color: #cedbff;
}
body::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}

.swiper-button-lock{
    display: none !important;
}
input, optgroup, select, textarea{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
    outline: none !important;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
body{
    font-family: var(--e-global-typography-text-font-family), 'sans-serif' !important;
}
.grid-container{
    max-width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
}
#search-lightbox {
    width: 37.5rem;
    max-width: 100%;
}
#search-lightbox .search-lightbox-title{
    margin-bottom: 1.667rem;
    font-size: 1.979rem;
    line-height: 1.2;
    font-weight: 700;
}
#search-lightbox .search-keywords{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2.083rem;
    gap: 0.521rem;
}
#search-lightbox .search-keywords > a{
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    font-size: 0.833rem;
    line-height: 1.042rem;
    border: 1px solid rgba(255, 255, 255, 0.6);
    padding: 0.3125rem 0.833rem;
    display: flex;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#search-lightbox .search-keywords > a:hover{
    background-color: #fff;
    color: #000
}
#search-lightbox .flex-row > div{
    display: flex;
}
#search-lightbox .flex-row{
    align-items: unset;
    display: flex;
    -webkit-border-radius: 2.604rem;
    -moz-border-radius: 2.604rem;
    border-radius: 2.604rem;
    overflow: hidden;
}
#search-lightbox input{
    height: 100%;
    border: none;
}
#search-lightbox .button.icon{
    line-height: normal;
    min-height: unset;
    height: 100%;
    border: none;
    min-width: unset;
    background-color: #FFF;
    display: flex;
    align-items: center;
}
#search-lightbox .button.icon i{
    font-size: 0.9375rem;
    line-height: 1.25rem;
    color: #000
}
#search-lightbox input{
    font-size: 1.042rem;
    line-height: 1.25rem;
    padding-left: 1.5625rem;
    box-shadow: unset;
    height: 2.604rem;
}
.mfp-bg.mfp-ready{
    opacity: 0.8;
}
.mfp-content #search-lightbox{
    transform: translateY(-70%);
}
.load_home_page svg {
    width: 29.167rem;
    max-width: 95%;
    height: auto;
    position: absolute;
    z-index: 99;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.load_home_page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999999999999;
    transition: 1s all;
    opacity: 1;
    background: transparent;
}

div.load_home_page .mask {
    /*background-color: #00BDFFFF;*/
    transition: 1s all ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
}

div.load_home_page.complete .mask {
    background-color: transparent;
}

div.load_home_page .mask span {
    display: block;
    width: 100%;
    height: 20%;
    position: absolute;
    left: 0;
    transition: 1s all ease-in-out;
    background-color: #FFF;
    /*backdrop-filter: blur(40px);*/
}

div.load_home_page .mask span:nth-child(even) {
    left: unset;
    right: 0;
}

div.load_home_page .mask span:nth-child(1) {
    top: 0;
}

div.load_home_page .mask span:nth-child(2) {
    top: 20%;
}

div.load_home_page .mask span:nth-child(3) {
    top: 40%;
}

div.load_home_page .mask span:nth-child(4) {
    top: 60%;
}

div.load_home_page .mask span:nth-child(5) {
    top: 80%;
}

.load_home_page.complete {
    visibility: hidden;
}

div.load_home_page.complete .mask span {
    width: 0;
    opacity: 0;
    transition-delay: .8s;
}
#respond input#wp-comment-cookies-consent{
    height: auto !important;
    margin: 0 10px 0 0  !important;
}
.load_home_page.complete svg{
    transition-delay: 0.8s;
    opacity: 0;
}
.load_home_page rect,
.load_home_page path{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.path-1 {
    animation-name: Signature2;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2, .25, .43, .96);
    stroke: #242D62;
    stroke-width: 2px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}

.path-2{
    animation-name: Signature1;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(2,.25,.43,.96);
    stroke: var(--sub-cl);
    stroke-width: 2px;
    stroke-dasharray: 2108;
    stroke-dashoffset: 2108;
    fill: transparent;
}
.load_home_page.complete .path-2{
    fill: var(--sub-cl);
}
.load_home_page.complete .path-1{
    fill: #242D62
}
@keyframes Signature1 {
    to {
        stroke: var(--sub-cl);
        stroke-dashoffset: 0;
    }
}
@keyframes Signature2 {
    to {
        stroke: #242D62;
        stroke-dashoffset: 0;
    }
}
.tile-reveal {
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-flow: row wrap;
    align-self: flex-start;
    align-items: center;
    align-content: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff;
}
.tile-reveal-square {
    flex: 1 1 auto;
    width: 75px;
    height: 75px;
    background-color: #FFF;
    opacity: 1;
}
.wrap-enter-site {
    position: fixed;
    width: 100%;
    height: auto;
    bottom: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-fill-mode: forwards;
}
.search-page{
    padding: 7.292rem 0;
}
.search-page h1{
    margin-bottom: 2.604rem;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    line-height: var(--e-global-typography-primary-line-height);
}
.search-tabs .search-tabs-title{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
    gap: 0.833rem;
}
.search-tabs .search-tabs-title .search-tab-title{
    padding: 0.625rem 1.25rem;
    border: 1px solid #002166;
    font-size: 0.833rem;
    line-height: 1.042rem;
    color: #002166;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.4s;
}
.search-tabs .search-tab-title:hover,
.search-tabs .search-tab-title.active{
    background-color: #002166;
    color: #FFF;
}
.search-tabs .search-tab-content{
    display: none;
}
.search-tabs .search-tab-content.active{
    display: block;
}
.search-tabs .search-empty{
    color: #333;
    font-size: 1.25rem;
    line-height: 2.083rem;
    padding: 0.521rem;
}
.search-tabs .search-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 1.667rem;
    margin-bottom: 1.5625rem;
}
.search-tabs .search-item h3{
    margin: 0.521rem 0 0 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #333;
}

.text-white{
    color: #FFF;
}
.text-3{
    color: #333;
}
.text-underline{
    text-decoration: underline;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-uppercase{
    text-transform: uppercase;
}
.obj-cover{
    object-fit: cover;
}
.text-italic{
    font-style: italic;
}
.text-primary{
    color: var(--main-cl)
}
.al-center{
    align-items: center;
}
.img-center{
    margin-left: auto;
    margin-right: auto;
}
.img-wrap{
    overflow: hidden;
}
.img-wrap img{
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
a{
    text-decoration: none;
}
.ts-03{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ts-04{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.ts-05{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.wrap-link{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    z-index: 20;
    opacity: 0 !important;
}
.m-auto{
    margin: auto;
}
.col-1{flex:0 0 auto;width:8.33333333%}
.col-2{flex:0 0 auto;width:16.66666667%}
.col-3{flex:0 0 auto;width:25%}
.col-4{flex:0 0 auto;width:33.33333333%}
.col-5{flex:0 0 auto;width:41.66666667%}
.col-6{flex:0 0 auto;width:50%}
.col-7{flex:0 0 auto;width:58.33333333%}
.col-8{flex:0 0 auto;width:66.66666667%}
.col-9{flex:0 0 auto;width:75%}
.col-10{flex:0 0 auto;width:83.33333333%}
.col-11{flex:0 0 auto;width:91.66666667%}
.col-12{flex:0 0 auto;width:100%}
.relative{
    position: relative !important;
}
.absolute{
    position: absolute !important;
}
.p-unset{
    position: unset !important;
}
.flex-box{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.flex-row{
    flex-direction: row !important;
}
.flex-col{
    flex-direction: column;
}
.al-center{
    align-items: center;
}
.al-start{
    align-items: flex-start;
}
.al-end{
    align-items: flex-end;
}
.al-baseline{
    align-items: baseline;
}
.jus-start{
    justify-content: flex-start;
}
.jus-end{
    justify-content: flex-end;
}
.jus-center{
    justify-content: center;
}
.jus-between{
    justify-content: space-between;
}
.grid-box{
    display: grid;
}
.grid-2{
    grid-template-columns: repeat(2, 1fr);
}
.grid-3{
    grid-template-columns: repeat(3, 1fr);
}
.grid-4{
    grid-template-columns: repeat(4, 1fr);
}
.d-block{
    display: block;
}
.swiper-button-disabled{
    opacity: 0.3 !important;
}
.limit-line{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.limit-line.limit-1{
    -webkit-line-clamp: 1;
}
.limit-line.limit-2{
    -webkit-line-clamp: 2;
}
.limit-line.limit-3{
    -webkit-line-clamp: 3;
}
.limit-line.limit-4{
    -webkit-line-clamp: 4;
}
.limit-line.limit-5{
    -webkit-line-clamp: 5;
}
.pl-cont{
    padding-left: calc(calc(100vw - var(--container-w)) / 2);
}
.pr-cont{
    padding-right: calc(calc(100vw - var(--container-w)) / 2);
}
.left-cont{
    left: calc(calc(100vw - var(--container-w)) / 2);
}
.right-cont{
    right: calc(calc(100vw - var(--container-w)) / 2);
}
.h-full{
    height: 100%;
}
.w-full{
    width: 100%;
}
.ls-none{
    list-style: none;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.radius-10{
    border-radius: 10px;
}
.radius-15{
    border-radius: 15px;
}
.radius-20{
    border-radius: 20px;
}
.radius-30{
    border-radius: 30px;
}
.pagination-inline .swiper{
    padding-bottom: 0 !important;
}
.pagination-inline .swiper-pagination{
    bottom: 1.875rem !important;
    z-index: 10;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: unset;
}
.pagination-inline .swiper-pagination .swiper-pagination-bullet{
    background: #FFFFFF80;
    width: 8px;
    height: 8px;
}
.pagination-inline .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #F8A020;
}
.elementor-widget-text-editor > *:last-child{
    margin-bottom: 0 !important;
}
.text-gradient > .elementor-heading-title{
    /*background: linear-gradient(90deg, #002166 0%, #22B1FF 78.84%);*/
    /*background-clip: text;*/
    /*color: #002166 !important;*/
    /*max-width: 100%;*/
}
.styled-button .elementor-button{
    font-weight: 500 !important;
    font-size: 0.885rem !important;
    line-height: 1.302rem;
    padding: 0.521rem 1.25rem !important;
    /*background: linear-gradient(90deg, #002166 0%, #22B1FF 100%);*/
    background: #4abdff !important;
    border-radius: 50px;
    overflow: hidden;
    position: relative;
    display: inline-flex;
}
.styled-button .elementor-button span{
    position: relative;
    z-index: 5;
}
.styled-button .elementor-button:before{
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #F37E26 0%, #F8A020 100%);
    background: #F37E26;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s;
}
.styled-button .elementor-button:hover:before{
    opacity: 1;
}
.styled-button{
    position: relative;
    /*margin-left: 1.667rem !important;*/
    width: max-content;
    max-width: 100%;
}
.styled-button.elementor-align-center{
    margin-left: auto !important;
    margin-right: auto !important;
}
/*.styled-button:before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: -1.667rem;*/
/*    bottom: -0.15625rem;*/
/*    width: 4.271rem;*/
/*    height: 3.4375rem;*/
/*    background-image: url('../images/button-icon.svg');*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    z-index: 2;*/
/*}*/
@keyframes floating {
    0%{
        transform: translateY(-10px);
    }
    50%{
        transform: translateY(5px);
    }
    100%{
        transform: translateY(-10px);
    }
}
@keyframes waveHand {
    0%{
        transform: rotate(-15deg);
    }
    25%{
        transform: rotate(-7deg);
    }
    50%{
        transform: rotate(0deg);
    }
    75%{
        transform: rotate(-7deg);
    }
    100%{
        transform: rotate(-15deg);
    }
}
h1,h2,h3,h4,h5,h6{
    margin-top: 0 !important;
}
.form-wrap{
    display: flex;
    gap: 1.042rem 1.25rem;
    flex-wrap: wrap;
}
.form-wrap .form-group{
    width: 100%;
}
.form-wrap .form-group.group-third{
    width: calc(100% /3 - 1.25rem * 2 /3);
}
.custom-sl{
    display: none;
}
.form-wrap .form-group .select-styled,
.form-wrap .form-group .form-input{
    height: 2.865rem;
    background: #F5FAFF;
    font-weight: 400;
    font-size: 0.9375rem;
    color: #333333;
    border-radius: 5px;
    border: 1px solid #0021661A
}
.form-wrap .form-group .select{
    position: relative;
}
.form-wrap .form-group .select-styled{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.625rem;
    padding: 0 1.042rem;
    cursor: pointer;
}
.form-wrap .form-group .select-styled:after{
    content: '';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE2LjI1IDcuNUwxMCAxMy43NUwzLjc1IDcuNSIgc3Ryb2tlPSIjMTQ4RENEIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 1.042rem;
    height: 1.042rem;
    position: relative;
    display: inline-block;
}
.form-wrap .form-group .select-options{
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 20;
    background: #F5FAFF;
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 10px;
    max-height: 9.115rem;
    overflow: auto;
}
.form-wrap .form-group .select-options::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.form-wrap .form-group .select-options::-webkit-scrollbar {
    width: 4px;
    background-color: #cedbff;
}
.form-wrap .form-group .select-options::-webkit-scrollbar-thumb {
    background-color: var(--main-cl);
}
.form-wrap .form-group .select-options > li{
    padding: 0.417rem 1.042rem;
    font-size: 0.9375rem;
    color: #333333;
    margin: 0;
    cursor: pointer;
    transition: all 0.4s;
}
.form-wrap .form-group .select-options > li.active,
.form-wrap .form-group .select-options > li:hover{
    background: #002166;
    color: #FFF;
}
.form-wrap .form-group .select-options > li+li{
    border-top: 1px solid #eaeaea;
}
.form-wrap .form-group .form-consent{
    font-weight: 400;
    font-size: 0.9375rem;
    text-align: center;
    width: 36.458rem;
    max-width: 100%;
    color: #333;
    margin: 0.521rem auto 1.458rem;
}
.form-wrap .form-group .form-consent a{
    color: #148DCD;
    text-decoration: unset;
}
.form-wrap .form-group .form-input::placeholder{
    color: #333333;
    opacity: .6;
}
.form-wrap .form-submit{
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-wrap .form-submit .styled-button .wpcf7-spinner{
    display: none !important;
}
.form-wrap .form-submit .styled-button input[type="submit"]{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    left: 0;
    opacity: 0 !important;
}
.why-choose-sec .video-wrap:before{
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    padding: 1px;
    background: linear-gradient(180deg, rgba(34, 177, 255, 0.5) 0%, rgba(34, 177, 255, 0.147809) 29.33%, rgba(34, 177, 255, 0) 68.73%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 2;
    transition: all 0.4s;
}
.why-choose-sec{
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.why-choose-sec .video-wrap{
    width: 44.792rem;
    height: 44.792rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3.125rem;
    position: relative;
}
.why-choose-sec .video-wrap video{
    opacity: 0.4;
}
.why-choose-sec .items-wrap .item{
    position: absolute;
    display: flex;
    align-items: center;
    z-index: 9;
}
.why-choose-sec .item .item-icon{
    width: 4.167rem;
    height: 4.167rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(50% 50% at 50% 50%, #22AFFD 0%, #46BCFE 46.2%, #AFE2FF 100%);
    border-radius: 50%;
}
.why-choose-sec .items-wrap .item .item-title{
    font-weight: 400;
    font-size: 1.042rem;
    line-height: 1.302rem;
    text-transform: uppercase;
    /*background: linear-gradient(90deg, #002166 0%, #22B1FF 100%);*/
    /*color: transparent;*/
    /*background-clip: text;*/
    color: #002166;
    position: absolute;
    width: max-content;
    max-width: 7.1875rem;
}
.why-choose-sec .item .item-icon img,
.why-choose-sec .item .item-icon svg{
    max-width: 2.8125rem;
    max-height: 2.8125rem;
    object-fit: contain;
}
.why-choose-sec .items-wrap .item:nth-of-type(1) .item-title,
.why-choose-sec .items-wrap .item:nth-of-type(2) .item-title{
    position: absolute;
    right: calc(100% + 1.25rem);
    text-align: right;
}
.why-choose-sec .items-wrap .item:nth-of-type(3) .item-title,
.why-choose-sec .items-wrap .item:nth-of-type(4) .item-title{
    position: absolute;
    left: calc(100% + 1.25rem);
}
.why-choose-sec .items-wrap .item:nth-of-type(1){
    left: -3%;
    top: 33%;
}
.why-choose-sec .items-wrap .item:nth-of-type(2){
    left: 18%;
    top: 3%;
}
.why-choose-sec .items-wrap .item:nth-of-type(3){
    right: 18%;
    top: 3%;
}
.why-choose-sec .items-wrap .item:nth-of-type(4){
    right: -3%;
    top: 33%;
}
.why-choose-sec .middle-content{
    position: absolute;
    width: 45%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
}
@keyframes fade-up {
    from{
        transform: translateY(50px);
        opacity: 0;
    }
    to{
        transform: translateY(0);
        opacity: 1;
    }
}
.why-choose-sec .middle-content .item{
    display: none;
    animation: fade-up 0.8s;
    text-align: center;
}
.why-choose-sec .middle-content .item.active{
    display: block;
}
.why-choose-sec .middle-content .item .item-icon{
    display: none !important;
}
.why-choose-sec .middle-content .item .title{
    font-weight: 500;
    font-size: 1.5625rem;
    line-height: 1.25;
    text-transform: uppercase;
    margin-bottom: 1.042rem;
    color: #002166;
    /*background: linear-gradient(90deg, #002166 0%, #22B1FF 42.77%, #22B1FF 56.91%, #002166 100%);*/
    /*background-clip: text;*/
}
.why-choose-sec .middle-content .item .desc{
    font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
    margin-bottom: 1.979rem;
}
div:where(.swal2-container) h2:where(.swal2-title){
    color: #000 !important;
}
.why-choose-sec .middle-content .item .button-wrap{
    display: flex;
    justify-content: center;
}
.why-choose-sec .middle-content .item .elementor-button{
    text-decoration: unset;
}
.elementor-location-header{
    position: sticky;
    z-index: 9999;
    top: 0;
}
.custom-header{
    background: #081B4280;
    backdrop-filter: blur(30px);
    padding: 0.99rem 0;
}
.custom-header .header-items{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1.5625rem;
}
.custom-header .header-items .item-search {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.custom-header .header-items .header-item{
    display: flex;
}
.custom-header .header-items .item-search svg   {
    width: 1.25rem;
    height: 1.25rem;
}
.custom-header .header-btn{
    display: flex;
    align-items: center;
    color: #FFF;
    border-radius: 50px;
    padding: 0.521rem 0.78125rem;
    font-weight: 600;
    font-size: 0.833rem;
    text-align: center;
    gap: 0.3125rem;
    background: #22B1FF;
}
.custom-header .header-btn .icon{
    display: flex;
}

.row {
    max-width: var(--container-w);
    margin: auto;
}
div h1,
div h2,
div h3,
div h4,
div h5,
div h6 {
    font-family: "Anton", sans-serif;
    line-height: 1.4;
    margin: 0;
}
section.banner_page {
    position: relative;
}
section.banner_page img {
    display: block;
    width: 100%;
    height: auto;
}
section.post_details {
    padding: 3rem 0;
}

.post_item_home {
    position: relative;
    margin: 0 1.25rem;
}

.post_item_home .box_img {
    padding-bottom: 58.25%;
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.post_item_home .box_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: .5s all;
}

.post_item_home:hover .box_img img {
    transform: scale(1.1);
}

span.date_post {
    font-size: 0.833rem;
    color: var(--Blue-1, #002166);
    display: block;
    margin-bottom: 0.208rem;
}

.post_item_home h3 {
    font-size: 1.042rem;
    color: var(--Blue-1, #002166);
    line-height: 1.3;
    font-family: 'Inter';
    margin-bottom: 0.625rem;
}

.post_item_home .content {
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.wrap_post_home {
    display: flex;
    margin: 1.5rem -1.5rem 0;
}

.wrap_post_home>* {
    width: calc(50% - 3rem);
    margin: 0 1.5rem;
}
.title {
    color: var(--Blue-1, #002166);
    font-size: 2.1428571429rem;
}

.post_details .content {
    margin-top: 1.5rem;
    font-size: 0.9375rem;

}
.post_details .content ul{
    margin-bottom: 1rem;
}
.post_details .content h2 {
    font-size: 1.6rem
}

.post_details .content h3 {
    font-size: 1.5rem
}

.post_details .content h4 {
    font-size: 1.35rem
}

.post_details .content h5 {
    font-size: 1.2rem
}
.wrap_content_post {
    display: flex;
}
.wrap_content_post a{
    color: var(--sub-cl);
}

.box_share {
    position: sticky;
    top: 6rem;
}

.wrap_content_post .wrap_right {
    margin-left: 2rem;
    flex: 0 0 auto;
}

.box_share_post {
    box-shadow: 0 0 1.35rem 1px rgba(74,74,74,.17);
    border-radius: 1.9rem;
    background-color: #fff;
    padding: 1rem 0.5rem;
    position: relative;
    padding-top: 6.55rem;
}

.box_share_post i {
    border: none!important;
    width: unset!important;
    position: unset;
    color: black!important
}

.box_share_post a {
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 50%;
    border: 0.1rem solid black!important;
    display: inline-block;
    line-height: 1.85rem;
    text-align: center
}


.box_share_post i {
    border: none!important;
    width: unset!important;
    position: unset;
    color: black!important
}

.box_share_post a {
    width: 1.85rem;
    height: 1.85rem;
    border-radius: 50%;
    border: 0.1rem solid black!important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    transition: .4s all;
}

ul.social_share {
    line-height: normal;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.box_share_post a svg {
    width: .8rem;
    height: auto;
}

.box_share_post label {
    transform: rotate(-90deg);
    display: inline-block;
    text-transform: uppercase;
    width: 3.25rem;
    position: absolute;
    top: 3.5rem;
    left: -0.5rem;
    width: max-content;
    font-weight: 700;
}

ul.social_share li+li {
    margin-top: 0.5rem;
}
.item_post {
    background: #f5f5f5;
    cursor: pointer;
    position: relative;
    margin: 0 0.75rem;
}

.item_post img {
    height: 13rem;
    width: 100%;
    object-fit: cover;
    display: block;
}

.item_post  .box_content {
    padding: 1.5rem;
}

.item_post span {
    color: var(--Blue-1, #002166);
    text-transform: uppercase;
    font-weight: 700;
}

.item_post h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.item_post .datepost_bottom {
    display: flex;
    align-items: anchor-center;
    justify-content: space-between;
}

.item_post .icon {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #333;
    border-radius: 50%;
    transition: .5s all;
}

.item_post .icon svg {
    width: .73rem;
}

.item_post:hover .icon {
    background: #F37E26 !important;
    border-color: #F37E26 !important;
    fill: #fff;
}

.item_post:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.15rem;
    background: #F37E26 !important;
    transition: .5s all;
    width: 0;
}

.item_post:hover:before {
    width: 100%;
}

section.post_related {
    padding-bottom: 3rem;
}

.slider_posts {
    margin: 1.5rem -1.25rem 0 !important;
}
.wrap_post_top {
    display: inline-block;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.item_post_top {
    width: 33%;
    float: left;
    height: 14rem;
    position: relative;
    overflow: hidden;
}

.item_post_top:first-child {
    width: 67%;
    height: 28rem;
}

.item_post_top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1);
    transition: .5s all;
}

.item_post_top .box_content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem;
    color: #fff;
    z-index: 3;
}

.item_post_top .box_content h3 {
    font-size: 1.1rem;
    line-height: 1.3;
}

.item_post_top:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, black, transparent);
    opacity: .7;
    z-index: 2;
}

.item_post_top:hover img {
    transform: scale(1.1);
}

section.news_page {
    padding: 4rem 0;
}

.menu_news ul {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
    padding: 0;
}

.menu_news ul a {
    min-width: 10rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .8rem;
    background: #d4d4d4;
    border-radius: .5rem;
    color: #333;
    margin: 0 0.5rem 1rem;
    transition: .4s all;
}

.menu_news ul .current-menu-item a,.menu_news a:hover {
    background: var(--Blue-1, #002166);
    color: #fff;
}

.menu_news {
    margin-bottom: .6rem;
}

.wrap_post {
    display: flex;
    flex-wrap: wrap;
    margin: 1.5rem -1.25rem 0;
}

.wrap_post .item_post {
    width: calc(calc(100% / 3) - 2rem);
    margin: 0 1rem 2rem;
}
.wrap_post .post_item_home {
    width: calc(calc(100% / 3) - 2.5rem);
    margin: 0px 1.25rem 2rem;
}
.video-popup-wrap{
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
.video-popup-wrap img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.video-popup-wrap .video-popup-play{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
}
.video-popup-wrap .video-popup-play svg{
    width: 4.792rem;
    height: 4.792rem;
    position: relative;
    z-index: 3;
}
@keyframes scaleBorder {
    0%{
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }
    100%{
        transform: translate(-50%, -50%) scale(1.3);
        opacity: 0;
    }
}
.video-popup-wrap .video-popup-play:before{
    width: 6.25rem;
    height: 6.25rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    content: '';
    border-radius: 50%;
    background: linear-gradient(270deg, rgba(20, 141, 205, 0.4) 0%, rgba(20, 141, 205, 0.1) 50%, rgba(20, 141, 205, 0.4) 100%);
    animation: scaleBorder 1.3s infinite linear;
}
.video-popup-wrap:before{
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    background: #000;
    opacity: 0.5;
}
.grid-box{
    display: grid;
}
.customer-tabs .tabs-title{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 0.417rem 0.625rem;
    margin-bottom: 2.292rem;
}
.customer-tabs .tabs-title .tab-title{
    font-weight: 500;
    font-size: 0.833rem;
    text-align: center;
    color: #002166;
    background: #4abdff;
    background: #0021661A;
    position: relative;
    border-radius: 2.604rem;
    overflow: hidden;
    cursor: pointer;
    line-height: 1.042rem;
    padding: 0.78125rem 1.042rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.customer-tabs .tabs-title .tab-title:before{
    z-index: 2;
    /*background: linear-gradient(90deg, #002166 0%, #148DCD 100%);*/
    background: #F37E26;
    /*background: #4abdff;*/
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    opacity: 0;
    transition: all 0.4s;
}
.customer-tabs .tabs-title .tab-title:hover,
.customer-tabs .tabs-title .tab-title.active{
    color: #FFF;
}
.customer-tabs .tabs-title .tab-title:hover:before,
.customer-tabs .tabs-title .tab-title.active:before{
    opacity: 1;
}
.customer-tabs .tabs-title .tab-title span{
    position: relative;
    z-index: 5;
}
.customer-tabs .tabs-content{
    padding: 2.604rem 2.865rem;
    padding: 0 !important;
    border-radius: 1.5625rem;
    position: relative;
    /*background: #F0F7FF;*/
}
.customer-tabs .tabs-content .tab-content{
    display: none;
    animation: fade-up 1.5s;
}
.customer-tabs .tabs-content .tab-content.active{
    display: block;
}
.customer-tabs .grid-box{
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 1.458rem 1.25rem;
    position: relative;
}
.customer-tabs .tabs-content:before{
    width: 90%;
    height: 120%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: -1;
    content: '';
    background: radial-gradient(at center center, #8DC5FF4A 0%, #8DC5FF00 100%);
    filter: blur(50px);
}
.customer-tabs .grid-box .logo-wrap{
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 4px 30px 0px #D0C8B626;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.customer-tabs .swiper-controls{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.823rem;
    gap: 0.625rem;
}
/*.customer-tabs .swiper-controls .swiper-pagination{*/
/*    width: max-content;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    gap: 0.625rem;*/
/*    position: relative;*/
/*    bottom: unset !important;*/
/*    top: unset !important;*/
/*    left: unset !important;*/
/*    right: unset !important;*/
/*}*/
/*.customer-tabs .swiper-controls .swiper-pagination > .swiper-pagination-bullet,*/
.customer-tabs .swiper-controls .swiper-arrow-circle{
    width: 1.823rem;
    height: 1.823rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 500;
    font-size: 0.8203125rem;
    text-align: center;
    position: relative;
    background: transparent !important;
    opacity: 0.5 !important;
    color: #333333;
    border: 1px solid #333;
    margin: 0 !important;
    cursor: pointer;
}
/*.customer-tabs .swiper-controls .swiper-pagination > .swiper-pagination-bullet-active,*/
.customer-tabs .swiper-controls .swiper-arrow-circle{
    opacity: 1 !important;
    color: #148DCD;
    border-color: #148DCD;
}
.customer-tabs .swiper-pagination{
    position: relative !important;
}
.customer-tabs .swiper-controls .swiper-arrow-circle.next svg{
    mask: linear-gradient(270deg, #148DCD 0%, rgba(20, 141, 205, 0) 100%);
    -webkit-mask: linear-gradient(270deg, #148DCD 0%, rgba(20, 141, 205, 0) 100%);
}
.customer-tabs .swiper-controls .swiper-arrow-circle.prev svg{
    mask: linear-gradient(90deg, #148DCD 0%, rgba(20, 141, 205, 0) 100%);
    -webkit-mask: linear-gradient(90deg, #148DCD 0%, rgba(20, 141, 205, 0) 100%);
}
.wpcf7-not-valid-tip{
    font-size: 0.729rem;
}
.wpcf7-form-control-wrap.recaptcha{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #46b450 !important;
    border-color: #46b450 !important;
    color: #FFF !important;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output{
    background: red !important;
    border-color: red !important;
    color: #FFF !important;
}
.wpcf7 form.wpcf7-form .wpcf7-response-output{
    margin-top: 1rem !important;
    text-align: center !important;
    -webkit-border-radius: 0.521rem;
    -moz-border-radius: 0.521rem;
    border-radius: 0.521rem;
    font-size: 0.833rem;
    width: 100%;
}
.single-pricing-1{
    padding-top: 5.729rem;
}
.single-pricing-1 .grid-container{
    margin-top: 2.604rem;
}
.single-pricing-1 .col-7 {
    padding-right: 2.5rem;
}
.single-pricing-1 .col-7 .img-wrap{
    height: 100%;
}
.single-pricing-1 .col-5{
    padding: 2.083rem 1.25rem 1.25rem 2.083rem;
    background: #F0FAFF;
}
.add-cart-box .users-number{
    position: absolute;
    right: 0;
    top: 1.979rem;
    padding: 0.625rem 1.25rem 0.625rem 1.042rem;
    border-radius: 2.604rem 0 0 2.604rem;
    z-index: 3;
    color: rgba(255, 255, 255, 0.7);
    background: #F37E26;
    text-align: center;
    font-size: 0.729rem;
    line-height: 1;
}
.add-cart-box .users-number .number{
    font-weight: 600;
    font-size: 1.5625rem;
    color: #FFF;
}
.add-cart-box .name-group{
    padding-right: 6.25rem;
    margin-bottom: 1.5625rem;
}
.add-cart-box .name-group .name{
    font-family: 'Inter';
    font-weight: 800;
    font-size: 1.302rem;
    line-height: 1.667rem;
}
.add-cart-box .name-group .term{
    font-weight: 400;
    font-size: 15px;
    line-height: 1;
}
.add-cart-box .name-group .flex-box{
    gap: 1.25rem
}
.add-cart-box .name-group .icon-wrap{
    display: flex;
}
.add-cart-box .name-group .icon-wrap img{
    width: 2.604rem;
    height: 2.604rem;
    min-width: 2.604rem;
    border-radius: 50%;
}
.add-cart-box .pricing-desc{
    margin-bottom: 1.5625rem;
}
.add-cart-box .pricing-desc > *:last-child{
    margin-bottom: 0 !important;
}
.add-cart-box .pricing-desc,
.add-cart-box .pricing-desc p{
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1.25rem;
}
.add-cart-box .pricing-desc p{
    margin-bottom: 0.625rem;
}
.add-cart-box .pricing-desc ul,
.add-cart-box .pricing-desc ol{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0.78125rem;
}
.add-cart-box .pricing-desc li{
    font-weight: 400;
    font-size: 0.833rem;
    margin-bottom: 0.521rem;
    display: flex;
    align-items: center;
    gap: 0.625rem
}
.add-cart-box .pricing-desc li:before{
    width: 0.521rem;
    height: 0.521rem;
    position: relative;
    content: '';
    border-radius: 50%;
    background: #002166;
}
.add-cart-box .pricing-price{
    margin-bottom: 1.302rem;
}
.add-cart-box .pricing-price > span.price{
    font-weight: 700;
    font-size: 2.604rem;
    line-height: 1.1;
    color: #F37E26;
    display: block;
}
.add-cart-box .pricing-price > span.price-unit{
    font-weight: 400;
    display: block;
    font-size: 0.729rem;
    color: rgba(51, 51, 51, 0.5)
}
.add-cart-box .btn-gray{
    margin-top: 0.625rem;
}
.btn{
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.521rem;
    font-weight: 500 !important;
    font-size: 0.78125rem !important;
    border-radius: 2.604rem !important;
    height: 2.604rem;
    width: max-content !important;
    padding: 0.208rem 0.625rem !important;
    cursor: pointer !important;
    position: relative;
    transition: all 0.4s !important;
    overflow: hidden;
    border: none !important;
    outline: none !important;
}
.btn.btn-full-width{
    width: 100% !important;
}
.btn.btn-gradient{
    /*background: linear-gradient(90deg, #002166 0%, #148DCD 100%);*/
    background: #4abdff !important;
    color: #FFF;
}
.btn.btn-gray{
    background: #0021661A;
    color: #002166;
}
section.single-pricing-2{
    padding-top: 5.208rem;
}
section.single-pricing-2 .title-group{
    margin-bottom: 1.5625rem;
}
section.single-pricing-2 .title-group h2{
    font-weight: 700;
    font-size: 1.5625rem;
    line-height: 2.083rem;
    color: #002166;
    font-family: 'Inter';
}
section.single-pricing-2 .swiper{
    margin: 0 -0.625rem;
}
section.single-pricing-2 .swiper-slide{
    padding: 0 0.625rem;
}
.combo-item{
    box-shadow: 0px 4px 20px 0px #22B1FF0D;
    background: #E5F6FF;
    padding: 0.15625rem;
    display: flex;
    flex-direction: column;
    transition: all 0.4s;
}
#change-combo-popup .combo-item{
    cursor: pointer;
}
#change-combo-popup .pricing-item{
    cursor: pointer;
}
#change-combo-popup .pricing-item > .pricing-price{
    margin-bottom: 1.5625rem !important;
}
#change-combo-popup .pricing-item > .btn{
    height: 2.083rem;
}
.combo-item:hover{
    background: #D2EFFF;
}
.combo-item .name-wrap{
    padding: 1.042rem 1.25rem 0.78125rem;
}
.combo-item .name-wrap .combo-name{
    font-weight: 700;
    font-size: 1.042rem;
    line-height: 1.302rem;
    margin-bottom: 0.625rem;
    color: #333333;
    font-family: 'Inter';
}
.combo-item .price{
    display: block;
    font-weight: 600;
    font-size: 1.5625rem;
    color: #002166;
    line-height: 1;
}
.combo-item .price-unit{
    font-weight: 400;
    font-size: 0.729rem;
    display: block;
    color: rgba(51, 51, 51, 0.5);
}
.combo-item .item-inner{
    background: #FFF;
    padding: 0.9375rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}
.combo-item .item-inner ul{
    padding: 0 0.417rem;
}
.combo-item .item-inner ul > li{
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-weight: 400;
    font-size: 0.833rem;
    margin-bottom: 0.208rem;
    line-height: 1.042rem;
}
.combo-item .item-inner ul > li:before{
    position: relative;
    content: '';
    width: 0.521rem;
    height: 0.521rem;
    border-radius: 50%;
    background: #002166;
}
.combo-item .item-inner .btn{
    height: 2.083rem;
    margin-top: auto;
}
.swiper-same-height > .swiper-wrapper{
    align-items: unset;
}
.swiper-same-height > .swiper-wrapper .swiper-slide{
    height: auto;
}
.swiper-same-height > .swiper-wrapper .swiper-slide > div{
    height: 100%;
}
section.single-pricing-3{
    padding-top: 4.948rem;
    padding-bottom: 8.333rem;
}
.single-pricing-1:last-of-type{
    padding-bottom: 8.333rem;
}
.compare-table-wrap table *,
.compare-table-wrap table{
    border: none !important;
}
.compare-table-wrap{
    overflow: auto;
    max-width: 100%;
    cursor: grab;
    user-select: none;
}
.compare-table-wrap.is-dragging {
    cursor: grabbing;
}
.compare-table-wrap::-webkit-scrollbar-track {
    background-color: #D1D2D3;
}
.compare-table-wrap::-webkit-scrollbar {
    height: 4px;
    background-color: #D1D2D3;
}
.compare-table-wrap::-webkit-scrollbar-thumb {
    background-color: #002166;
}
.compare-table-wrap .compare-table-cell{
    padding: 0.625rem 0.3125rem;
    vertical-align: middle;
}
.compare-table-wrap .compare-table-cell:first-of-type{
    width: 22.917rem  /* 440/19.2 */;
    min-width: 22.917rem  /* 440/19.2 */;
    padding: 0.625rem 1.979rem 0.625rem 0.9375rem;
    position: sticky;
    left: 0;
    z-index: 9;
    /*font-weight: 500;*/
    /*font-size: 0.9375rem;*/
    /*line-height: 1.25rem;*/
    font-weight: 400;
    font-size: 0.833rem;
}
.compare-table-wrap .compare-table-cell:first-of-type .cell-inner{
    justify-content: flex-start;
}
.compare-table-wrap .compare-table-cell .cell-inner{
    display: flex;
    align-items: center;
    justify-content: center;
}
.compare-table-wrap .compare-table-cell .cell-inner svg{
    width: 0.9375rem;
    height: 0.9375rem;
}
.compare-table-wrap thead .compare-table-cell{
    background: #FFF !important;
}
.compare-table-wrap thead .compare-table-cell .cell-inner{
    width: 100%;
    height: 2.292rem  /* 44/19.2 */;
    color: #FFF;
    font-weight: 500;
    font-size: 0.78125rem  /* 15/19.2 */;
    line-height: 1.302rem;
    text-align: center;
    /*background: #F8A020;*/
    background: #4abdff !important;
    border-radius: 50px;
    text-transform: uppercase;
    margin: auto;
    padding: 0.521rem  /* 10/19.2 */ 0.625rem  /* 12/19.2 */;
    min-width: max-content;
}
.compare-table-wrap thead .compare-table-cell:first-of-type+th .cell-inner{
    background: #002166;
    text-transform: initial;
}
.compare-table-wrap tbody td{
    background: #FFF !important;
}
.compare-table-wrap tbody tr:nth-of-type(odd) td{
    background: #ECF8FF !important;
}
.pricing-item{
    /*background: #dcefffff;*/
    background: #F5FAFF;
    box-shadow: 0px 4px 20px 0px #22B1FF0D;
    padding: 2.1875rem 1.667rem 1.354rem;
    transition: all 0.4s;
    display: flex;
    flex-direction: column;
}
.pricing-item:hover{
    background: #cce8ff;
}
.pricing-item  > .btn{
    margin-top: auto;
}
.pricing-item .pricing-desc{
    position: absolute;
    left: 100%;
    top: 0;
    border-radius: 30px;
    background: #FFF;
    padding: 1.5625rem;
    width: max-content;
    max-width: 21.875rem;
    z-index: 9;
    box-shadow: 0px 4px 20px 0px #00000012;
    opacity: 0;
    transform: translateX(2.604rem);
    pointer-events: none;
    transition: all 0.4s;
}
.pricing-item .pricing-excerpt{
    font-weight: 400;
    font-size: 0.833rem;
    margin-bottom: 1.042rem;
}
.pricing-item:nth-of-type(3n+3) .pricing-desc{
    right: 100%;
    left: unset;
    transform: translateX(-2.604rem);
}
.pricing-item:hover .pricing-desc{
    transform: translateX(0);
    opacity: 1;
}
.pricing-item .pricing-price .price{
    font-weight: 600 !important;
    font-size: 2.083rem !important;
    color: #002166 !important;
}
.pricing-grid{
    grid-gap: 2.083rem 2.604rem;
}
.posts-by-term+.posts-by-term{
    margin-top: 3.646rem;
}
.products-2 .posts-by-term .term-name{
    margin-bottom: 1.042rem;
}
.posts-by-term .term-name{
    display: flex;
    align-items: center;
    gap: 1.042rem;
    position: relative;
    margin-bottom: 2.083rem;
}
.posts-by-term .term-name:after{
    position: relative;
    display: block;
    content: '';
    height: 2px;
    width: auto;
    flex-grow: 1;
    background: #E4E4E4;
}
.posts-by-term .term-name > h2{
    font-weight: 400;
    font-size: 2.083rem;
    line-height: 2.34375rem;
    color: #002166;
}
.pricing-1{
    padding: 1.5rem 0 3rem;
}
.sec-title{
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    line-height: var(--e-global-typography-primary-line-height);
    color: #002166;
}
.sec-title-2{
    font-family: var(--e-global-typography-2f8e0e7-font-family), Sans-serif;
    font-size: var(--e-global-typography-2f8e0e7-font-size);
    font-weight: var(--e-global-typography-2f8e0e7-font-weight);
    text-transform: var(--e-global-typography-2f8e0e7-text-transform);
    line-height: var(--e-global-typography-2f8e0e7-line-height);
    color: #002166;
}
.sec-title > span{
    color: #148dcd;
}
.pricing-1{
    position: relative;
}
.pricing-1 .title-group{
    margin-bottom: 2.083rem;
}
.pricing-1:before,
.pricing-1:after,
.single-pricing-1:before,
.single-pricing-1:after{
    z-index: -1;
    pointer-events: none;
    position: absolute;
    content: '';
    max-width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
}
.pricing-1:before{
    left: 0;
    top: 0;
    width: 27.604rem;
    aspect-ratio: 530/660;
    background-image: url('../images/pricing-pattern-1.svg');
}
.single-pricing-1:before{
    left: 0;
    top: 0;
    aspect-ratio: 600/1170;
    width: 31.25rem;
    background-image: url('../images/pricing-pattern-4.svg');
}
.single-pricing-1:after{
    right: 0;
    top: 0;
    width: 45.833rem;
    aspect-ratio: 880/1525;
    background-image: url('../images/pricing-pattern-3.svg');
}
.pricing-1:after{
    right: 0;
    bottom: -80px;
    width: 27.604rem;
    aspect-ratio: 530/1060;
    background-image: url('../images/pricing-pattern-2.svg');
}
.pricing-filters{
    margin-bottom: 2.604rem;
}
.pricing-filters .flex-box{
    gap: 1.042rem
}
.pricing-filters .flex-box .filter-item{
    border-radius: 2.604rem;
    border: 1px solid #0021661A;
    padding: 0.833rem 1.458rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F5FAFF;
    width: 14.583rem;
}
.pricing-filters .flex-box .filter-item label{
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 100%;
    color: #333333;
    opacity: 0.6;
}
.pricing-filters .flex-box .filter-item select,
.pricing-filters .flex-box .filter-item input{
    padding: 0;
    font-weight: 700;
    font-size: 0.9375rem;
    color: #333;
    background: transparent !important;
    border: none !important;
    text-align: right;
    outline: none !important;
}
.pricing-filters .flex-box .filter-item select{
    width: 4.167rem;
}
.pricing-filters .flex-box .filter-item input{
    width: 2.604rem;
}
.pricing-filters .btn{
    height: auto;
    min-height: 2.604rem;
    font-size: 0.9375rem !important;
    padding: 0.3125rem 1.667rem !important;
}
.products-1{
    padding-top: 5.625rem;
    position: relative;
}
.products-1+.products-2{
    padding-top: 4.167rem;
}
.products-2{
    position: relative;
}
.products-1:before{
    left: 0;
    top: 0;
    position: absolute;
    content: '';
    width: 62.5rem;
    height: auto;
    aspect-ratio: 1200/1047;
    background-image: url('../images/product-pattern-1.svg');
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 100%;
}
.products-1:after{
    max-width: 100%;
    right: 0;
    top: 13.021rem;
    position: absolute;
    content: '';
    width: 28.385rem;
    height: auto;
    aspect-ratio: 545/1047;
    background-image: url('../images/product-pattern-2.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.products-nav{
    padding: 1.25rem 0 3.125rem;
}
@keyframes menu-swipe-down {
    from{
        transform: translateY(-100%);
    }
    to{
        transform: translateY(0);
    }
}
.fixed-nav{
    background: #FFF;
}
.fixed-nav .grid-container > .flex-box{
    gap: 1.5625rem;
}
.fixed-nav a{
    width: 100%;
    height: 2.708rem;
    font-weight: 700;
    font-size: 0.9375rem;
    text-align: center;
    text-transform: uppercase;
    padding: 0.417rem 0.833rem;
    color: var(--color);
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.4s;
    justify-content: center;
}
.fixed-nav a:before{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    opacity:1;
    background: var(--color);
    content: '';
    left: 0;
    top: 0;
    border-radius: 50px;
    transition: all 0.4s;
}
.fixed-nav a span{
    position: relative;
    z-index: 3;
}
.fixed-nav a{
    color: #FFF !important;
}
.fixed-nav a:hover:before{
    opacity: 1;
}
.fixed-nav.is-fixed .wrap-nav{
    position: fixed;
    left: 0;
    top: var(--top);
    width: 100vw;
    z-index: 99;
    background: #FFF;
    padding: 10px 0;
    box-shadow: 0px 4px 10px 0px #00000012;
    animation: menu-swipe-down 1s;
}
.products-swiper{
    padding: 0.521rem;
    margin: -0.521rem;
}
.product-item{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background: #FFF;
    padding: 0.417rem;
}
.product-item .cont-wrap{
    padding: 1.25rem 0.729rem 0.521rem;
}
.product-item .cont-wrap .name-group{
    color: #002166;
}
.product-item .cont-wrap .name-group .flex-box{
    gap: 0.833rem
}
.product-item .cont-wrap .name-group .icon-wrap{
    display: flex;
}
.product-item .cont-wrap .name-group .icon-wrap img{
    width: 2.604rem;
    height: 2.604rem;
    min-width: 2.604rem;
}
.product-item .cont-wrap .name-group .term{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.146rem;
}
.product-item .cont-wrap .name-group .name{
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 1;
    font-family: 'Inter';
}
.product-item .desc{
    margin-top: 0.625rem;
    font-weight: 400;
    font-size: 0.833rem;
}
.product-item .buttons-wrap{
    gap: 0.625rem;
    margin-top: 1.042rem;
}
.product-item .buttons-wrap .btn{
    height: 2.083rem;
}
.customer-tabs.fields-tabs .tabs-content{
    background: transparent !important;
    padding: 0 !important;
    border-radius: 0 !important;
}
.customer-tabs.fields-tabs .tabs-title{
    margin-bottom: 3.49rem;
}
.field-item .field-title{
    margin-bottom: 1.042rem;
}
.field-item .field-image{
    border-radius: 40px;
}
.product-selector-widget .grid-box{
    grid-gap: 1.5625rem 1.25rem;
}
.product-selector-widget .grid-box .product-item{
    height: 100%;
}
.product-selector-widget > .btn{
    min-width: 13.542rem;
    margin: 2.083rem auto 0;
}
.process-swiper-wrap .arrows-wrap{
    display: flex;
    gap: 0;
    margin-top: 2.708rem;
    justify-content: center;
}
.process-swiper-wrap .arrows-wrap > .nk-swiper-arrow{
    top: 12.552rem;
}
.process-swiper-wrap{
    position: relative;
}
.process-swiper-wrap:before{
    top: 12.552rem;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 2;
    background: linear-gradient(90deg, rgba(34, 177, 255, 0) 0%, #22B1FF 48.56%, rgba(34, 177, 255, 0) 100%);
    height: 2px;
    content: '';
    opacity: 0.5;
}
.process-swiper-wrap .swiper{
    /*padding: 0 15.625rem;*/
    /*overflow: unset;*/
    z-index: 3;
}
/*.process-swiper-wrap .swiper:before{*/
/*    width: 10.677rem;*/
/*    height: 110%;*/
/*    position: absolute;*/
/*    content: '';*/
/*    left: 0;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);*/
/*    z-index: 3;*/
/*    opacity: 0.5;*/
/*}*/
/*.process-swiper-wrap .swiper:after{*/
/*    width: 10.677rem;*/
/*    height: 110%;*/
/*    position: absolute;*/
/*    content: '';*/
/*    right: 0;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);*/
/*    z-index: 3;*/
/*}*/
.process-swiper-wrap .swiper-slide{
    padding: 0 1.667rem;
}
.process-swiper-wrap .swiper-slide .img-wrap{
    border-radius: 50%;
    width: 9.375rem;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.process-swiper-wrap .swiper-slide .top-item{
    padding-bottom: 3.229rem;
    margin-bottom: 3.229rem;
    position: relative;
}
.process-swiper-wrap .swiper-slide .top-item:before{
    left: 50%;
    bottom: 0;
    transform: translateY(50%) translateX(-50%);
    position: absolute;
    content: attr(data-count);
    z-index: 2;
    /*background: #002166;*/
    border: 1px solid rgba(34, 177, 255, 0.7);
    color: #148DCD;
    background: #FFF;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78125rem;
    font-weight: 600;
}
.process-swiper-wrap .swiper-slide .item-title{
    font-weight: 600;
    font-size: 1.302rem;
    line-height: 1.5625rem;
    margin-bottom: 0.521rem;
    text-align: center;
    font-family: 'Inter';
    color: #148DCD;
}
.process-swiper-wrap .swiper-slide .item-description{
    font-weight: 400;
    font-size: 0.78125rem;
    line-height: 1.146rem;
    color: #333;
    text-align: center;
}
.search-bar-widget{
    display: flex;
    align-items: center;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.8);
    height: 2.708rem;
    padding: 0.417rem 0.833rem;
    gap: 0.729rem;
    min-width: 18.75rem;
}
.search-bar-widget .search-bar-text{
    font-weight: 500;
    font-size: 0.833rem;
    line-height: 1.25rem;
    padding-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    width: 0;
    animation: typing 6s steps(30, end) infinite;
}
@keyframes typing {
    0%   { width: 0; }
    50%  { width: 100%; }
    75%  { width: 100%; }
    100% { width: 0; }
}

@keyframes blink {
    from, to { border-color: transparent; }
    50% { border-color: #333; }
}
.search-bar-widget .search-bar-icon{
    display: flex;
}
.search-bar-widget svg{
    width: 1.25rem;
    height: 1.25rem;
}
.test{
    6px 0.3125rem
    8px 0.417rem
    12px 0.625rem
    13px 0.677rem
    0.677rem
    0.729rem
    0.78125rem
    0.833rem
    0.9375rem
    0.99rem
    1.042rem
    1.146rem
    25px 1.302rem
    28px 1.458rem
    30px 1.5625rem
    1.667rem
    34px 1.771rem
    36px 1.875rem
    40px 2.083rem
    44px 2.292rem
    45px 2.34375rem
    48px 2.5rem
    50px 2.604rem
    54px 2.8125rem
    62px 3.229rem
    64px 3.333rem
    70px 3.646rem
    76px 3.958rem
    82px 4.271rem
    85px 4.427rem
    88px 4.583rem
    90px 4.6875rem
    92px 4.792rem
    95px 4.948rem
    100px 5.208rem
    110px 5.729rem
    116px 6.042rem
    118px 6.146rem
    120px 6.25rem
    122px 6.354rem
    125px 6.51rem
    132px 6.875rem
    140px 7.292rem
    148px 7.708rem
    152px 7.917rem
    157px 8.177rem
    160px 8.333rem
    166px 8.646rem
    175px 9.115rem
    190px 9.896rem
    234px 12.1875rem
    240px 12.5rem
    250px 13.542rem
    260px 13.542rem
    280px 14.583rem
    172px 8.958rem
    190px 9.896rem
    10.417rem
    240px 12.5rem
    300px 15.625rem
    350px 18.229rem
    380px 19.792rem
    400px 20.833rem
    472px 24.583rem
    500px 26.042rem
    580px 30.208rem
    688px 35.833rem
    700px 36.458rem
    750px 39.0625rem
    780px 40.625rem
    800px 41.667rem
    853px 44.427rem
    878px 45.729rem
    884px 46.042rem
    926px 48.229rem
    973px 50.677rem
    1047px 54.53125rem
    1162px 60.521rem
    1266px 65.9375rem
    1272px 66.25rem
    1300px 67.708rem
}
.nk-custom-slider-arrow .elementor-swiper-button,
.nk-swiper-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3.385rem;
    height: 3.385rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.nk-custom-slider-arrow .elementor-swiper-button svg,
.nk-swiper-arrow svg{
    transition: all 0.4s;
    width: 1.146rem !important;
    height: auto !important;
    fill: transparent !important;
}
.nk-custom-slider-arrow .elementor-swiper-button.elementor-swiper-button-prev svg,
.nk-swiper-arrow.prev svg{
    mask: linear-gradient(180deg, rgba(34, 177, 255, 0) 0%, #22B1FF 49.52%, rgba(34, 177, 255, 0) 100%);
    -webkit-mask: linear-gradient(180deg, rgba(34, 177, 255, 0) 0%, #22B1FF 49.52%, rgba(34, 177, 255, 0) 100%);
}
.nk-custom-slider-arrow .elementor-swiper-button.elementor-swiper-button-next svg,
.nk-swiper-arrow.next svg{
    mask: linear-gradient(0deg, rgba(34, 177, 255, 0) 0%, #22B1FF 49.52%, rgba(34, 177, 255, 0) 100%);
    -webkit-mask: linear-gradient(0deg, rgba(34, 177, 255, 0) 0%, #22B1FF 49.52%, rgba(34, 177, 255, 0) 100%);
}
.nk-custom-slider-arrow .elementor-swiper-button.elementor-swiper-button-prev,
.nk-swiper-arrow.prev{
    left: -4.6875rem !important;
}
.nk-custom-slider-arrow .elementor-swiper-button.elementor-swiper-button-next,
.nk-swiper-arrow.next{
    right: -4.6875rem !important;
}
.nk-custom-slider-arrow .elementor-swiper-button.elementor-swiper-button-next:hover svg,
.nk-swiper-arrow.next:hover svg{
    transform: scale(0.8) translateX(20%);
}
.nk-custom-slider-arrow .elementor-swiper-button.elementor-swiper-button-prev:hover svg,
.nk-swiper-arrow.prev:hover svg{
    transform: scale(0.8) translateX(-20%);
}
.nk-custom-slider-arrow .swiper-pagination,
.show-tablet{
    display: none !important;
}
.breadcrumbs ol{
    display: flex;
    align-items: center;
    list-style: none;
    width: var(--container-w);
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
.breadcrumbs li{
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 1.25rem;
}
.breadcrumbs li:last-of-type{
    font-weight: 700;
}
.breadcrumbs li{
    flex: 0 0 auto;
    display: flex;
    align-items: center;
}
.breadcrumbs li+li{
    margin-left: 0.417rem;
}
.breadcrumbs li+li:before{
    position: relative;
    display: inline-block;
    content: '';
    height: 0.833rem;
    width: 1px;
    margin-right: 0.417rem;
    background: #333;
}
.breadcrumbs li a{
    color: #333;
}
.page-banner .breadcrumbs{
    position: absolute;
    bottom: 1.042rem;
    z-index: 9;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}
.page-banner .breadcrumbs li:before{
    background: #FFF;
}
.page-banner .breadcrumbs li a{
    color: #FFF;
}
.btn.btn-gradient:before{
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: '';
    /*background: linear-gradient(90deg, #F37E26 0%, #F8A020 100%);*/
    background: #F37E26 !important;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s;
}
.btn.btn-gradient span{
    position: relative;
    z-index: 3;
}
.btn span.icon{
    display: flex;
}
.swal2-container .swal2-popup .swal2-actions button{
    outline: none !important;
    box-shadow: unset !important
}
.swal2-container .swal2-popup .swal2-actions button.swal2-confirm{
    background: #002166 !important;
    color: #FFF !important;
    border-color: #002166 !important;
}
.swal2-container .swal2-popup .swal2-actions button.swal2-cancel{
    border-color: #002166 !important;
    background: transparent !important;
    color: #002166 !important;
}
.container-large{
    width: 89.583rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 1rem;
    position: relative;
    z-index: 3;
}
.cart-page{
    padding-top: 7.8125rem;
    padding-bottom: 7.396rem;
    position: relative;
    background: rgba(240, 247, 255, 0.2);
}
.cart-page:before{
    right: 0;
    top: 0;
    z-index: -1;
    width: 52.083rem;
    aspect-ratio: 1000/960;
    max-width: 100%;
    position: absolute;
    content: '';
    background-image: url('../images/cart-pattern-2.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
.cart-page .pricing-filters{
    margin-bottom: 2.1875rem;
}
.cart-page .pricing-filters .flex-box .filter-item{
    padding: 0.677rem 1.458rem;
    width: 13.542rem;
}
.cart-page .cart-title{
    font-weight: 700;
    font-size: 1.5625rem;
    line-height: 2.34375rem;
    color: #002166;
    margin-bottom: 1.042rem;
}
.cart-page .col-8{
    padding-right: 7.8125rem;
}
.cart-total-box{
    padding: 2.292rem;
    padding-bottom: 0;
    border-radius: 1.5625rem 1.5625rem 0 0;
    background: #FFF;
}
.cart-total-box .cart-total-heading{
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 1.667rem;
}
.cart-total-box .cart-total-heading .flex-box{
    gap: 1.25rem;
    justify-content: space-between;
}
.cart-total-box .cart-total-heading .title{
    font-weight: 600;
    font-size: 1.042rem;
    line-height: 120%;
    color: #F37E26;
}
.cart-total-box .cart-total-heading .item{
    font-size: 0.9375rem;
    color: #333;
}
.cart-total-table .cart-total-item{
    padding: 0.885rem 0.26rem;
    border-bottom: 1px solid #F2F2F2;
}
.cart-total-table .cart-total-item .name{
    font-weight: 600;
    font-size: 1.042rem;
}
.cart-total-table .cart-total-item .meta{
    display: flex;
    gap:  1.5625rem;
    font-weight: 400;
    font-size: 0.833rem;
    line-height: 120%;
    margin-top: 0.3125rem;
}
.cart-total-table .cart-total-item .meta .value{
    font-weight: 600;
}
.cart-total-table .cart-total-item:last-of-type{
    border-bottom: none !important;
    padding-bottom: 0;
}
.cart-total{
    padding: 4.375rem 2.292rem 1.927rem;
    background-image: url('../images/cart-pattern.svg');
    background-repeat: no-repeat;
    background-size: cover;
}
.cart-total .label{
    font-weight: 400;
    font-size: 0.833rem;
    color: #333;
}
.cart-total .value{
    color: #F37E26;
    font-weight: 600;
    font-size: 1.5625rem;
    line-height: 1.2;
}
.cart-table .cart-table-row td:nth-of-type(1) .cell-inner{
    display: flex;
    justify-content: space-between;
}
.cart-table .cart-table-row.total-row .text-right{
    font-weight: 700;
}
.cart-table .change-combo{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    gap: 6px;
    color: #148DCD;
    font-weight: 400;
    font-size: 0.677rem;
    line-height: 120%;
}
.cart-table td,
.cart-table th{
    border: none !important;
    vertical-align: middle;
}
.cart-table .text-right{
    text-align: right !important;
}
.cart-table th{
    font-weight: 700;
    font-size: 0.833rem;
    line-height: 120%;
    text-align: center;
    color: rgba(51, 51, 51, 0.5);
    padding: 0.833rem;
}
.cart-table td:last-of-type,
.cart-table th:last-of-type{
    text-align: right;
}
.cart-table td:first-of-type,
.cart-table th:first-of-type{
    text-align: left;
}
.cart-table td{
    font-weight: 400;
    font-size: 0.9375rem;
    text-align: center;
    padding: 0.833rem;
}
.cart-table td:first-of-type{
    font-weight: 700;
}
.cart-table td .gift-tag{
    padding: 0.208rem 0.729rem;
    font-weight: 400;
    font-size: 0.677rem;
    line-height: 0.833rem;
    color: #FFF;
    background: #F37E26;
    border-radius: 1.5625rem;
    margin-left: 2.083rem;
    display: inline-block;
    width: max-content;
}
.cart-table tr:nth-of-type(even) td{
    background: rgba(240, 247, 255, 0.2) !important;
}
.cart-table tr:nth-of-type(odd) td{
    background: #ECF8FF !important;
}
.cart-table .quantity{
    display: flex;
    border-radius: 1.5625rem;
    border: 1px solid #CECECE;
    overflow: hidden;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}
.cart-table .quantity span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.667rem;
    min-width: 1.667rem;
    cursor: pointer;
}
.cart-table .quantity input{
    width: 2.292rem;
    min-width: 2.292rem;
    border-left: 1px solid #CECECE;
    border-right: 1px solid #CECECE;
    border-top: none !important;
    border-bottom: none !important;
    background: transparent !important;
    padding: 0 !important;
    text-align: center;
    font-weight: 400;
    font-size: 0.9375rem;
}
.cart-table div[class*='remove']{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: auto;
    cursor: pointer;
}
.cart-table div[class*='remove'] svg{
    width: 1.042rem;
    height: 1.042rem;
    opacity: 0.8;
    transition: all 0.4s;
}
.cart-table div[class*='remove']:hover svg{
    transform: scale(1.2);
}
.cart-table .cell-inner select{
    border: none !important;
    background: #148dcd1a;
    padding: 10px;
    font-weight: 400;
    font-size: 0.833rem;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
}
.cart-page-row-2{
    margin-top: 2.604rem;
}
.fixed-buttons{
    position: fixed;
    z-index: 99;
    right: 0.9375rem;
    bottom: 4.167rem;
    border-radius: 50px;
    padding: 0.417rem;
    /*background: linear-gradient(180deg, #148DCD 0%, #063C82 100%);*/
    background: #F2F2F2;
    backdrop-filter: blur(10px);
    gap: 0.26rem;
    display: flex;
    flex-direction: column;
}
.fixed-buttons .item{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #22B1FF;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    transition: all 0.4s;
}
.fixed-buttons .item:hover{
    background: #F37E26;
}
.fixed-buttons .item img{
    width: 1.667rem;
    height: 1.667rem;
    display: block;
    object-fit: contain;
}
.newsletter-form{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #FFFFFF80;
    margin-bottom: 1.042rem;
}
.newsletter-form{
    width: 100%;
}
.newsletter-form > .wpcf7-form-control-wrap{
    flex-grow: 1;
}
.newsletter-form .wpcf7-form-control-wrap .wpcf7-form-control::placeholder{
    color: #FFF;
    opacity: 0.6;
}
.newsletter-form .submit-btn svg{
    width: 1.25rem;
    min-width: 1.25rem;
    height: 1.25rem;
}
.newsletter-form .submit-btn{
    display: flex;
    position: relative;
}
.newsletter-form .wpcf7-spinner{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
}
.newsletter-form .submit-btn input[type='submit']{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 3;
}
.newsletter-form+.wpcf7-form-control-wrap.recaptcha{
    align-items: flex-start !important;
}
.newsletter-form .wpcf7-form-control-wrap .wpcf7-form-control{
    border: none !important;
    height: 3.125rem;
    padding: 0.521rem 0.625rem 0.521rem 0;
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 2.083rem;
    background: transparent !important;
    color: #FFF;
}
.wrap-search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    z-index: 99999;
    transition: all 0.4s
}

.wrap-search-popup .search-form-wrap {
    width: 100%;
    background-color: #333;
    position: relative;
    z-index: 3;
    padding: 32px;
    transform: translateY(-100%);
    transition: all 0.4s
}

.wrap-search-popup .search-form-wrap form {
    display: flex;
    justify-content: center;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
    max-width: 100%
}

.wrap-search-popup .search-form-wrap form input {
    background: #222;
    border: none;
    color: #FFF
}

.wrap-search-popup .search-form-wrap form button {
    background-color: var(--sub-cl);
    border-color: var(--sub-cl);
    color: #FFF
}

.wrap-search-popup .bg-close {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.4s;
    cursor: pointer
}

.wrap-search-popup.show {
    opacity: 1;
    pointer-events: unset;
    visibility: visible
}

.wrap-search-popup.show .bg-close {
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
}

.wrap-search-popup.show .search-form-wrap {
    transform: translateY(0)
}
.custom-header-2{
    background: #FFF;
    backdrop-filter: unset !important;
    border-bottom: 1px solid #00216633;
}
.custom-header.custom-header-2 .header-item.item-cart path,
.custom-header.custom-header-2 .header-item.item-search path{
    stroke: #333;
}
.custom-header.custom-header-2 .elementor-nav-menu > li > a{
    color: #333 !important;
}
.change-pricing-popup{
    background: transparent !important;
    display: none;
}
.change-pricing-popup .fancybox-close-small{
    color: #FFF !important;
    border: none !important;
    padding: 0;
}
.change-pricing-popup .popup-inner{
    width: 57.292rem;
    padding: 1.771rem 0.729rem 1.771rem 1.771rem;
    background: #FFF;
    border-radius: 30px;
    max-width: 100%;
}
.change-pricing-popup .popup-inner .popup-title{
    font-weight: 700;
    font-size: 1.5625rem;
    line-height: 2.083rem;
    color: #002166;
    margin-bottom: 1.354rem;
}
.change-pricing-popup .popup-inner .grid-box{
    grid-gap: 1.25rem;
    padding-right: 1.042rem;
    overflow: auto;
    max-height: 24.479rem;
}
.change-pricing-popup .popup-inner .grid-box::-webkit-scrollbar-track {
    background-color: #CDCDCD;
}
.change-pricing-popup .popup-inner .grid-box::-webkit-scrollbar {
    width: 4px;
    background-color: #CDCDCD;
}
.change-pricing-popup .popup-inner .grid-box::-webkit-scrollbar-thumb {
    background-color: #002166;
}
.change-pricing-popup .popup-inner .add-cart-box.pricing-item{
    padding: 1.25rem;
    transition: all 0.4s;
    border-radius: 15px;
}
.change-pricing-popup .popup-inner .add-cart-box .users-number{
    padding: 0.521rem 0.833rem;
    top: 1.042rem;
}
.change-pricing-popup .popup-inner .add-cart-box .users-number .number{
    font-size: 1.125rem;
}
.change-pricing-popup .popup-inner .add-cart-box .name-group{
    padding-right: 3rem;
    margin-bottom: 0.833rem;
}
.change-pricing-popup .popup-inner .add-cart-box .name-group .icon-wrap img{
    width: 2.1875rem;
    min-width: 2.1875rem;
    height: 2.1875rem;
}
.change-pricing-popup .popup-inner .add-cart-box .name-group .flex-box{
    gap: 0.625rem;
}
.change-pricing-popup .popup-inner .add-cart-box .name-group .name{
    font-size: 1.042rem;
    line-height: 1.2;
}
.change-pricing-popup .popup-inner .add-cart-box .pricing-price{
    margin-bottom: 0;
}
.change-pricing-popup .popup-inner .add-cart-box .pricing-price > span.price{
    font-size: 1.5625rem !important;
}
.home-banner .swiper-pagination{
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.custom-header .elementor-nav-menu > li > ul > li > a{
    font-size: 0.833rem;
    line-height: 1.042rem;
    padding: 0.521rem 1.042rem !important;
}
.cart-page .tabs-container .tab-content{
    display: none;
    animation: fade-up 1.2s;
}
.cart-page .tabs-container .tab-content.active{
    display: block;
}
.cart-page .tabs-title{
    display: flex;
    gap: 0.833rem;
    margin-bottom: 2.1875rem;
}
.cart-page .tabs-title .tab-title{
    font-weight: 700;
    font-size: 0.833rem;
    text-align: center;
    text-transform: uppercase;
    padding: 0.521rem 1.458rem;
    color: var(--color);
    position: relative;
    cursor: pointer;
    transition: all 0.4s;
    width: 100%;
    color: #FFF !important;
}
.cart-page .tabs-title .tab-title:before{
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    position: absolute;
    content: '';
    background: var(--color);
    opacity: 1;
    transition: all 0.4s;
}
.cart-page .tabs-title .tab-title:hover,
.cart-page .tabs-title .tab-title.active{
    color: #FFF;
}
.cart-page .tabs-title .tab-title:hover:before,
.cart-page .tabs-title .tab-title.active:before{
    opacity: 1;
}
.cart-page .tabs-title .tab-title span{
    position: relative;
    z-index: 3;
}
.cart-page .tab-content .grid-box{
    grid-gap: 1.042rem 1.354rem
}
.cart-page .tab-content .grid-box .item{
    border-radius: 20px;
    border: 1px solid #D8F1FF;
    padding: 1.5625rem 1.5625rem 1.25rem;
}
.cart-page .tab-content .grid-box .item .name-group{
    margin-bottom: 0.417rem;
}
.cart-page .tab-content .grid-box .item .name-group .icon-wrap{
    display: flex;
}
.cart-page .tab-content .grid-box .item .name-group .icon-wrap img{
    width: 1.771rem;
    height: 1.771rem;
    min-width: 1.771rem;
    margin-right: 1.042rem;
}
.cart-page .tab-content .grid-box .item .name-group .name{
    font-family: 'Inter';
    font-weight: 800;
    font-size: 1.042rem;
    line-height: 1.302rem;
}
.cart-page .tab-content .grid-box .item .name-group .term{
    font-weight: 400;
    font-size: 0.677rem;
}
.cart-page .tab-content .grid-box .item .pricing-price{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 4px;
}
.cart-page .tab-content .grid-box .item .pricing-price .price{
    font-weight: 600;
    font-size: 1.302rem;
    line-height: 1.5625rem;
    color: #002166;
}
.cart-page .tab-content .grid-box .item .pricing-price .price-unit{
    font-weight: 400;
    font-size: 0.625rem;
    line-height: 0.729rem;
}
.cart-page .tab-content .grid-box .item .item-add-cart{
    padding-top: 0.729rem;
    margin-top: 0.729rem;
    border-top: 1px solid #00000033;
}
.cart-page .tab-content .grid-box .item .item-add-cart .number{
    font-size: 0.9375rem;
}
.cart-page .tab-content .grid-box .item .item-add-cart .number span{
    display: inline-block;
    margin-right: 0.417rem;
}
.cart-page .tab-content .grid-box .item .plus-btn{
    width: 1.458rem;
    height: 1.458rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 0.5px solid #002166;
    border-radius: 50%;
}
.cart-page .tab-content .grid-box .item .plus-btn svg{
    width: 0.625rem;
    height: 0.625rem;
}
.nk-custom-slider-pagination .swiper-pagination{
    margin-top: 1.5rem;
}
.nk-custom-slider-pagination .swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
}
.nk-custom-slider-pagination .swiper-pagination .swiper-pagination-bullet-active{
    background: #F8A020;
}
div:where(.swal2-container) h2:where(.swal2-title){
    font-family: 'Inter';
    font-weight: 600;
}
.box-loading{
    position: relative;
    pointer-events: none;
    min-height: 10.417rem;
}
.box-loading:before{
    height: 3.646rem;
    width: 3.646rem;
    left: calc(50% - 1.823rem);
    top: calc(50% - 1.823rem);
    aspect-ratio: 1;
    position: absolute;
    content: '';
    border-radius: 50%;
    z-index: 50;
    border: 5px solid #DDD;
    border-bottom-color: #002166;
    display: inline-block;
    box-sizing: border-box;
    animation: loadingSpin 0.6s linear infinite;
}
@keyframes loadingSpin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.field-products .click-show-more-product{
    min-width: 10.417rem;
    margin-top: 1.5625rem;
}
.custom-header .header-items .header-item.item-cart{
    position: relative;
}
.custom-header .header-items .header-item.item-cart .cart-count{
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 50%;
    background: red;
    color: #FFF;
    font-size: 0.625rem;
    line-height: 0.78125rem;
    height: 0.78125rem;
    width: auto;
    aspect-ratio: 1;
    text-align: center;
    font-weight: 700;
    transform: translateX(40%) translateY(-40%);
}
#ai-popup{
    display: none;
    padding: 2.604rem;
    border-radius: 2.604rem;
    background: #FFF;
    width: 31.25rem;
    max-width: calc(100vw - 1.042rem);
}
#ai-popup > svg {
    position: absolute;
    bottom: 0;
    right: 0;
}
#ai-popup .popup-inner{
    position: relative;
    z-index: 3;
}
#ai-popup .title{
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    font-size: var(--e-global-typography-primary-font-size);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: unset;
    line-height: var(--e-global-typography-primary-line-height);
    color: var(--e-global-color-primary);
}
#ai-popup .sub-title{
    font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
    font-size: var(--e-global-typography-secondary-font-size);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    line-height: var(--e-global-typography-secondary-line-height);
    color: var(--e-global-color-primary);
    margin-bottom: 1.042rem;
}
#ai-popup .fancybox-button.fancybox-close-small{
    border: none !important;
    right: 10px;
    top: 10px;
    padding: 4px;
    color: #148DCD
}
#ai-popup .content{
    margin-bottom: 1.667rem;
    font-weight: 400;
    font-size: 0.9375rem;
}
.hidden-input{
    display: none;
}
.change-pricing-popup .pricing-item{
    cursor: pointer;
}
.pricing-item .plus-icon{
    display: flex;
    position: absolute;
    right: 1.25rem  /* 24/19.2 */;
    bottom: 1.25rem  /* 24/19.2 */;
}
@media (min-width: 1200px) {
    .swal2-container .swal2-popup .swal2-actions button.swal2-confirm:hover{
        border-color: #002166 !important;
        background: transparent !important;
        color: #002166 !important;
    }
    .swal2-container .swal2-popup .swal2-actions button.swal2-cancel:hover{
        background: #002166 !important;
        color: #FFF !important;
    }
    .hover-zoom-image .elementor-widget-image img,
    .hover-rotate-image .elementor-widget-image img{
        transition: all 0.4s;
    }
    .hover-rotate-image:hover .elementor-widget-image img{
        transform: rotateY(360deg);
    }
    .btn.btn-gradient:hover:before{
        opacity: 1;
    }
    .btn.btn-gray:hover{
        background: #F37E26;
        color: #FFF;
    }
    .btn.btn-gray:hover path{
        stroke: currentColor
    }
    .hover-zoom-image:hover .elementor-widget-image img,
    .product-item:hover .img-wrap img{
        transform: scale(1.1);
    }
    html{
        font-size: 1vw;
    }
    .page-banner .img-wrap > img{
        min-height: 100vh;
    }
}
@media only screen and (min-width: 992px) {
    .custom-header .elementor-nav-menu{
        gap: 0 1.5625rem;
        margin-left: 4.271rem;
        width: 100%;
        justify-content: space-between;
    }
    .custom-header .elementor-nav-menu:after{
        display: none !important;
    }
    .custom-header .elementor-nav-menu > li > a{
        font-weight: 600;
        font-size: 0.833rem;
        text-align: center;
        line-height: 1;
        padding: 0.729rem 0 !important;
        color: #FFF !important;
        position: relative;
    }
    .custom-header .elementor-nav-menu > li > a:after{
        display: none !important;
    }
    .custom-header .elementor-nav-menu > li > a:before{
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #22B1FF !important;
        position: absolute;
        left: 50%;
        top: 15%;
        transition: all 0.4s;
        content: '';
        opacity: 0;
    }
    .custom-header .elementor-nav-menu > li.current-menu-item > a,
    .custom-header .elementor-nav-menu > li:hover > a{
        color: #56c4ff !important
    }
    .custom-header-2 .elementor-nav-menu > li.current-menu-item > a,
    .custom-header-2 .elementor-nav-menu > li:hover > a{
        color: #148DCD !important
    }
    .custom-header .elementor-nav-menu > li.current-menu-item > a:before,
    .custom-header .elementor-nav-menu > li:hover > a:before{
        opacity: 1;
        top: 0;
    }
}
@media only screen and (max-width: 1199px) {
    :root {
        --container-w: 950px
    }

    .load_home_page svg {
        width: 320px;
    }

    .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
        display: flex !important;
    }
    .custom-header .elementor-nav-menu{
        gap: 0.5rem;
        margin-left: 0 !important;
        padding: 0 1rem;
    }
    .custom-header .header-items{
        gap: 0.5rem
    }
    .why-choose-sec .video-wrap{
        width: 38rem;
        height: 38rem;
    }
    .why-choose-sec .middle-content{
        width: 60%;
        top: 45%;
    }
    .nk-custom-slider-arrow .elementor-swiper-button, .nk-swiper-arrow{
        display: none !important;
    }
    .pricing-item.add-cart-box .name-group{
        padding-right: 4rem;
    }
    .pricing-item.add-cart-box .users-number{
        top: 1.25rem;
    }
    .pricing-item{
        padding: 1.5rem 1rem;
    }
    .pricing-1 .title-group > svg{
        display: none !important;
    }
    .pricing-filters .flex-box{
        gap: 1rem
    }
    .pricing-filters .flex-box .filter-item{
        width: calc(25% - 1rem * 3 / 4);
    }
    .pricing-grid{
        grid-gap: 2rem
    }
    .search-bar-widget{
        min-width: unset;
    }
    .process-swiper-wrap .swiper-slide{
        padding: 0 1rem;
    }
    .product-item .buttons-wrap .text{
        font-size: 0.6rem;
    }
    .cart-page .col-8{
        padding-right: 0;
        width: 100%;
    }
    .cart-page .col-4{
        width: 45%;
        margin-left: auto;
        margin-right: auto;
    }
    .cart-table td .gift-tag{
        margin-left: 1rem;
    }
    .flex-box.cart-page-row-1,
    .flex-box.cart-page-row-2{
        flex-wrap: wrap;
    }
    .flex-box.cart-page-row-2 .show-tablet{
        display: block !important;
        width: calc(55% - 2rem);
    }
    .flex-box.cart-page-row-1 .col-4{
        display: none;
    }
    .flex-box.cart-page-row-2{
        gap: 2rem;
    }
    .cart-page{
        padding: 5rem 0;
    }
}
@media only screen and (max-width: 991px) {
    :root{
        --container-w: 720px
    }
    .load_home_page svg {
        width: 320px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
        display: none !important;
    }

    .custom-header .header-items{
        gap: 1rem;
    }
    .custom-header .elementor-nav-menu{
        padding: 0 !important;
    }
    .elementor-nav-menu--dropdown .elementor-item.elementor-item-active{
        background: #148dcd !important;
    }
    .why-choose-sec .video-wrap{
        width: 30rem;
        height: 30rem;
        padding: 1rem;
    }
    .why-choose-sec .items-wrap .item .item-title{
        font-size: 0.833rem;
        max-width: 6rem;
    }
    .why-choose-sec .items-wrap .item:nth-of-type(1) .item-title, .why-choose-sec .items-wrap .item:nth-of-type(2) .item-title{
        right: calc(100% + 0.5rem);
    }
    .why-choose-sec .middle-content .item .title{
        font-size: 1.25rem;
        line-height: 1.4;
    }
    .why-choose-sec .items-wrap .item:nth-of-type(3){
        top: 0;
        right: 16%;
    }
    .why-choose-sec .items-wrap .item:nth-of-type(2){
        left: 16%;
        top: 0;
    }
    .nk-swiper-arrow{
        display: none !important;
    }
    .title{
        font-size: 1.75rem;
    }
    .post_details .content h2{
        font-size: 1.3rem;
    }
    .post_details .content h3{
        font-size: 1.1rem;
    }
    .post_details .content h4{
        font-size: 1rem;
    }
    .post_item_home{
        margin: 0 0.75rem;
    }
    .slider_posts{
        margin: 1rem -0.75rem 0 !important;
    }
    .nk-custom-slider-arrow .swiper-pagination,
    .show-tablet{
        display: flex !important;
    }
    .nk-custom-slider-arrow .swiper-pagination,
    .mobile-dots .swiper-pagination{
        position: relative !important;
        top: unset !important;
        bottom: unset !important;
        left: unset !important;
        right: unset !important;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 1.5rem;
        gap: 1rem;
        transform: unset !important;
    }
    .nk-custom-slider-arrow .swiper-pagination .swiper-pagination-bullet,
    .mobile-dots .swiper-pagination .swiper-pagination-bullet{
        width: 10px !important;
        height: 10px !important;
        background: #002166;
        opacity: 0.4;
        margin: 0 !important;
    }
    .nk-custom-slider-arrow .swiper-pagination .swiper-pagination-bullet-active,
    .mobile-dots .swiper-pagination .swiper-pagination-bullet-active{
        opacity: 1;
    }
    .wrap_post{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 3rem 2rem;
        margin-left: 0;
        margin-right: 0;
    }
    .wrap_post .post_item_home{
        width: 100%;
        margin: 0 !important;
    }
    .menu_news ul{
        flex-wrap: wrap;
    }
    .menu_news ul a{
        font-size: 0.75rem;
        min-width: 6.25rem;
        padding: 0.4rem 0.8rem;
    }
    .page-banner{
        margin-top: 4.25rem;
    }
    .custom-header{
        background: #FFF;
    }
    .elementor-35 .elementor-element.elementor-element-866ba2b{
        filter: unset !important
    }
    .custom-header .header-items .item-search svg{
        width: 1.5rem;
        height: 1.5rem;
    }
    .custom-header .header-items .item-scart svg path,
    .custom-header .header-items .item-search svg path{
        stroke: #333;
    }
    .elementor-35 .elementor-element.elementor-element-043484e div.elementor-menu-toggle svg{
        fill: #333 !important;
    }
    .single-pricing-1 .col-7{
        width: 100%;
    }
    .single-pricing-1 .col-5{
        width: 100%;
    }
    .single-pricing-1 .col-7{
        padding-right: 0;
        padding-bottom: 2rem;
    }
    .single-pricing-1{
        padding-top: 4.375rem;
    }
    .pricing-grid{
        grid-template-columns: 1fr 1fr;
    }
    .pricing-item .pricing-desc{
        display: none !important;
    }
    .pricing-filters .flex-box .filter-item {
        width: calc(50% - 1rem /2);
    }
    .pricing-filters .flex-box .filter-item input{
        width: 4rem;
    }
    .pricing-filters{
        margin-bottom: 4rem;
    }
    .pricing-item{
        border-radius: 20px;
    }
    .customer-tabs .tabs-title{
        grid-template-columns: 1fr 1fr 1fr;
    }
    .customer-tabs .grid-box{
        grid-template-columns: repeat(6, 1fr);
    }
    .customer-tabs .tabs-content{
        padding: 1.5rem;
    }
    .product-selector-widget .grid-box{
        grid-template-columns: 1fr 1fr;
    }
    .product-item .buttons-wrap .text{
        font-size: inherit;
    }
    .process-swiper-wrap .swiper-slide .img-wrap{
        width: 7rem;
    }
    .process-swiper-wrap .swiper-slide .top-item{
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }
    .process-swiper-wrap:before{
        top: 9rem;
    }
    .change-pricing-popup .popup-inner .grid-box{
        grid-template-columns: 1fr 1fr;
    }
    .cart-table td{
        font-size: 0.8rem;
    }
    .cart-table td .gift-tag{
        font-size: 0.6rem;
    }
    .cart-table .quantity input{
        font-size: 0.7rem;
    }
    .cart-page .tab-content .grid-box .item{
        padding: 1.125rem;
    }
    .cart-total-box{
        padding: 1rem 1rem 0;
    }
    .cart-total-table .cart-total-item .meta{
        gap: 1rem;
        font-size: 0.75rem;
    }
    .cart-total{
        padding: 4.5rem 1rem 1rem;
    }
    .cart-total .value{
        font-size: 1.25rem;
    }
    .pricing-filters .flex-box .filter-item label{
        font-size: 0.833rem;
    }
    .cart-page .pricing-filters .flex-box .filter-item{
        padding: 0.6rem 1rem;
    }
}
@media only screen and (max-width: 767px) {
    :root{
        --container-w: 100%;
    }
    .grid-container{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .load_home_page svg {
        width: 240px;
    }
    #search-lightbox{
        margin-left: -20px;
        margin-right: -20px;
        max-width: calc(100%  + 40px);
    }
    #search-lightbox .search-lightbox-title{
        margin-bottom: 20px;
        font-size: 20px;
    }
    #search-lightbox .search-keywords{
        margin-top: 20px;
    }
    #search-lightbox .search-keywords > a{
        font-size: 14px;
    }
    .search-tabs .search-grid{
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem 1rem
    }
    .search-page{
        padding: 6rem 0 3rem;
    }
    .search-page h1{
        font-size: 1.5rem;
        margin-bottom: 2rem;
    }
    .search-tabs .search-tabs-title .search-tab-title{
        font-size: 0.729rem;
        padding: 0.5rem 1rem;
    }
    .custom-header .header-btn{
        display: none !important;
    }
    .custom-header .header-items{
        padding-right: 0.5rem;
    }
    .form-wrap .form-group.group-third{
        width: 100% !important;
    }
    .custom-carousel .elementor-image-box-wrapper{
        display: flex;
        text-align: left !important;
        gap: 10px;
    }
    .why-choose-sec .items-wrap,
    .why-choose-sec .video-wrap{
        display: none !important;
    }
    .why-choose-sec .middle-content{
        position: relative !important;
        width: 100% !important;
        top: unset;
        transform: unset;
        left: unset;
    }
    .why-choose-sec .middle-content .item+.item{
        margin-top: 2.5rem;
    }
    .why-choose-sec .middle-content .item .item-icon{
        display: flex !important;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 12px;
    }
    .why-choose-sec .middle-content .item{
        display: block;
    }
    .why-choose-sec .middle-content .item .title{
        font-size: 1.3rem;
        margin-bottom: 0.5rem;
    }
    .why-choose-sec .middle-content .item .desc{
        margin-bottom: 1.3rem;
    }
    .wrap_content_post{
        flex-direction: column;
    }
    .row{
        padding: 0 1rem;
    }
    .title{
        font-size: 1.5rem;
    }
    .wrap_content_post .wrap_right{
        margin-left: 0;
    }
    .box_share_post{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0;
        box-shadow: unset;
        gap: 0.75rem;
    }
    .box_share_post label{
        position: unset;
        transform: unset;
    }
    .box_share_post > ul{
        display: flex;
        gap: 0.75rem;
    }
    .box_share_post > ul > li{
        display: flex;
        margin: 0 !important;
    }
    .mobile-dots .swiper-pagination{
        gap: 0.5rem
    }
    .post_item_home{
        margin: 0 0.5rem;
    }
    .slider_posts{
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }
    .breadcrumbs{
        padding: 0 1rem;
    }
    .breadcrumbs ol{
        max-width: 100%;
        overflow: auto;
        padding: 8px 0;
    }
    .page-banner .breadcrumbs{
        position: relative;
        left: unset;
        transform: unset;
        bottom: unset;
    }
    .page-banner .breadcrumbs li:before{
        background: #333 !important;
    }
    .page-banner .breadcrumbs li a{
        color: #333 !important;
    }
    .menu_news ul a{
        margin-bottom: 0.5rem;
    }
    section.news_page {
        padding: 2rem 0 4rem;
    }
    .wrap_post{
        gap: 2rem 1rem
    }
    .post_item_home h3{
        font-size: 1rem;
    }
    .post_item_home .content{
        font-size: 0.875rem;
    }
    .page-banner{
        margin-top: 4rem;
    }
    .nk-custom-slider-arrow .swiper-pagination, .mobile-dots .swiper-pagination{
        gap: 0.5rem !important
    }
    .nk-custom-slider-arrow.elementor-widget-n-carousel.elementor-pagination-position-outside:not(:has(>.elementor-widget-container))>.swiper{
        padding-bottom: 0 !important;
    }
    .slider-padding-mobile .swiper{
        padding-right: 5rem;
    }
    .compare-table-wrap .compare-table-cell:first-of-type{
        width: 10em;
        min-width: 10rem;
        font-size: 0.8rem;
        padding-right: 0.6rem;
        padding-left: 0.6rem;
    }
    .compare-table-wrap thead .compare-table-cell .cell-inner{
        width: 5.625rem;
        font-size: 0.85rem;
        height: 2.4rem;
    }
    .single-pricing-1:last-of-type,
    section.single-pricing-3{
        padding-top: 3rem;
        padding-bottom: 4rem;
    }
    .hide-mobile{
        display: none !important;
    }
    .show-mobile{
        display: block !important;
    }
    .mobile-col-12{
        width: 100%;
    }
    section.single-pricing-2 .title-group h2{
        font-size: 1.4rem;
        line-height: 1.3;
    }
    .single-pricing-1 .col-5{
        padding: 1.5rem 1rem;
    }
    .add-cart-box .pricing-price > span.price{
        font-size: 2rem !important;
    }
    .pricing-item .pricing-price .price{
        font-size: 1.75rem !important;
    }
    .single-pricing-1 .grid-container{
        margin-top: 0;
    }
    .single-pricing-1 .col-7{
        padding-bottom: 1rem;
    }
    section.single-pricing-2{
        padding-top: 3rem;
    }
    .pricing-grid{
        grid-template-columns: 1fr;
        grid-gap: 2rem 1rem
    }
    .pricing-filters .flex-box .filter-item{
        width: 100%;
    }
    .video-popup-wrap{
        border-radius: 10px;
    }
    .customer-tabs .tabs-title{
        grid-template-columns: 1fr 1fr;
    }
    .customer-tabs .tabs-title .tab-title{
        font-size: 0.75rem;
    }
    .customer-tabs .tabs-title .tab-title:nth-of-type(odd):last-of-type{
        width: 50%;
        grid-column: 1/3;
        margin-left: auto;
        margin-right: auto;
    }
    .customer-tabs .grid-box{
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-gap: 0.5rem
    }
    .customer-tabs .tabs-content{
        padding: 1rem;
        border-radius: 10px;
    }
    .customer-tabs .grid-box .logo-wrap{
        border-radius: 10px;
    }
    .video-popup-wrap .video-popup-play svg{
        width: 3.5rem;
        height: 3.5rem;
    }
    .product-item .buttons-wrap{
        flex-direction: column;
        gap: 0.5rem
    }
    .product-item .img-wrap{
        border-radius: 10px;
    }
    .product-item{
        border-radius: 10px;
    }
    .btn{
        height: 2.25rem;
    }
    .product-item .cont-wrap{
        padding: 1rem 0.5rem 0.5rem;
    }
    .product-item .cont-wrap .name-group .icon-wrap img{
        width: 2rem;
        height: 2rem;
        min-width: 2rem;
    }
    .product-item .cont-wrap .name-group .flex-box{
        gap: 0.75rem
    }
    .fixed-nav .grid-container > .flex-box{
        flex-wrap: wrap;
        gap: 1rem;
    }
    .fixed-nav .grid-container > .flex-box > a{
        width: calc(50% - 0.5rem);
    }
    .fixed-nav.is-fixed .wrap-nav{
        position: unset !important;
        left: unset !important;
        top: unset !important;
        width: unset !important;
        z-index: unset !important;
        background: unset !important;
        padding: unset !important;
        box-shadow: unset !important;
        animation: unset !important;
    }
    .products-1{
        padding-top: 3rem;
    }
    .products-1 .title-group{
        flex-direction: column;
        margin-bottom: 1.5rem;
        gap: 0.75rem
    }
    .field-item .field-title{
        flex-direction: column;
        gap: 20px
    }
    .field-item .field-image{
        border-radius: 10px;
    }
    .styled-button:before{
        aspect-ratio: 27/22;
        width: 3.5rem;
        height: auto;
        background-size: contain;
    }
    .styled-button .elementor-button{
        font-size: 0.8rem !important;
        line-height: 1rem !important;
        padding: 8px 16px !important;
    }
    .posts-by-term .term-name > h2{
        font-size: 1.75rem;
    }
    .product-item{
        display: flex;
        flex-direction: column;
    }
    .product-item .cont-wrap{
        display: flex;
        flex-direction: column;
        gap: 1rem;
        flex-grow: 1;
    }
    .product-item .buttons-wrap{
        margin-top: auto;
    }
    .product-item .desc{
        margin-top: 0;
    }
    .process-swiper-wrap .swiper-slide .item-title{
        font-size: 1rem;
    }
    .process-swiper-wrap .arrows-wrap{
        display: none !important;
    }
    .product-selector-widget .grid-box{
        grid-gap: 1.25rem 1rem;
    }
    .post-selector-widget .swiper{
        margin: 0 -0.5rem;
    }
    .wrap-search-popup .search-form-wrap{
        padding: 12px;
    }
    .change-pricing-popup{
        padding: 50px 1rem 0 1rem;
    }
    .change-pricing-popup .popup-inner{
        padding: 1.25rem 0.5rem 1.25rem 1.25rem;
    }
    .change-pricing-popup .popup-inner .grid-box{
        grid-template-columns: 1fr;
        max-height: 72vh;
    }
    .fixed-buttons{
        bottom: 5rem;
    }
    .form-wrap .form-group .select-styled, .form-wrap .form-group .form-input{
        font-size: 16px;
    }
    .cart-page .tab-content .grid-box{
        grid-template-columns: 1fr 1fr;
    }
    .cart-page .tabs-title{
        flex-wrap: wrap;
        gap: 0.7rem
    }
    .cart-page .tabs-title .tab-title{
        width: calc(50% - 0.35rem);
    }
    .cart-page .tab-content .grid-box{
        grid-gap: 1rem;
    }
    .cart-page .tab-content .grid-box .item .pricing-price .price{
        font-size: 1.125rem;
    }
    .cart-page .tab-content .grid-box .item{
        padding: 1rem;
    }
    .cart-page .col-4{
        width: 100% !important;
    }
    .cart-table-wrap thead{
        display: none !important;
    }
    .cart-table-wrap tbody tr{
        display: flex;
        flex-direction: column;
    }
    .cart-table-wrap tbody tr{
        background: #ECF8FF !important;
        margin-top: 1.5rem;
        border-radius: 20px;
        overflow: hidden;
    }
    .cart-table-wrap tbody td{
        display: flex;
        font-size:0.9rem;
    }
    .cart-table-wrap tbody td+td{
        border-top: 1px solid #dfdfdf !important;
    }
    .cart-table .quantity input{
        font-size: 0.9rem;
    }
    .cart-table-wrap tbody td:before{
        content: attr(data-title);
        font-size: inherit;
        width: 40%;
        min-width: 40%;
        text-align: left;
        font-weight: 700;
        margin-right: 1rem;
    }
    .cart-page .cart-title{
        font-size: 1.2rem;
        line-height: 1.2;
    }
    .cart-page .pricing-filters .flex-box .filter-item{
        width: 100%;
    }
    .pricing-filters .flex-box{
        gap: 0.5rem;
    }
    .cart-page .pricing-filters{
        margin-bottom: 0;
    }
    .flex-box.cart-page-row-2{
        margin-top: 2rem;
    }
    .why-choose-sec .middle-content .item .button-wrap{
        display: none;
    }
    #ai-popup{
        padding: 2.5rem 1.5rem 1.5rem;
        border-radius: 1.5rem;
    }
    .cart-table .cart-table-row.total-row td{
        border: none !important;
    }
    .cart-table .cart-table-row.total-row td:not(:last-of-type){
        display: none !important;
    }
}