﻿body {
    font: normal normal 300 18px/21px 'gt eesti pro display light';
    box-sizing: border-box;
    line-height: inherit;
    letter-spacing: 0.32px;
}
/** Preloader Styling */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    max-height: 100vh;
    height: 100vh;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(222,236,251,1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeOut 1s ease-out forwards;
    animation-delay: 2s;
}


.spinner {
    width: 50px;
    height: 50px;
    border: 6px solid #44beacd5;
    border-top: 6px solid #ffffff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 20px;
}



/* Hide Content Initially */
#content {
    display: none;
}

/* Animations */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}



@keyframes fadeInText {
    100% {
        opacity: 1;
    }
}

@media (max-width:1400px) and (min-width: 1280px) {
    .container {
        max-width: 95% !important;
    }
}
@media (max-width:1279px) and (min-width: 996px) {
    .container {
        max-width: 100% !important;
    }
}
@media (max-width: 1280px) and (min-width:996px) {
    header .nav-item {
        padding-left: 20px !important;
        font-size: 14px;
    }
    .menu-list .nav-link {
        line-height: 60px !important;
        height: 60px;
    }

}

a, a:hover, a:focus {
 text-decoration:none;
 color:inherit 
}
b {
    font-family: 'gt eesti pro display medium'
}
#technical-support-form, #solution-form {
    scroll-margin-top: 150px
}
#more {
    display: none;
}
input {
    border: 1px solid #8D9BAA26;
}
.btn-close {
 position:absolute;
 top:15px; right:15px; z-index:15
}
.date-form {
    position:relative
}
.date-form input {
    padding-right:30px
}
.date-form .form-icon {
    position: absolute; right:10px; top:15px; color:#768692
}

.form-control::placeholder {
    font-size: 14px !important
}
.form-control::-webkit-input-placeholder { /* Edge */
    font-size: 14px !important
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 14px !important
}

.content-color-h {
    color: #1e2a42 !important;
    font: normal normal normal 18px/18px 'gt eesti pro display regular'
}
header .dropdown:hover .full-size.dropdown-menu {
    display: block;
}
header .dropdown:hover .sm-size.dropdown-menu {
    display: block;
}
h1 {
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 1.2;
}
.menu-list {
    font: normal normal normal 16px/18px 'gt eesti pro display regular';
    letter-spacing: 0.32px;
    color: #FFFFFF ;
}
.lang-btn {
    color: #ffffffcf;
    border: solid 1.5px #ffffffcf;
    height: 35px;
    width: 35px;
    line-height: 37px;
    text-align: center;
    border-radius: 50%;
    transition: 0.40s ease-in-out;
}
    .lang-btn:hover {
        color: #fff;
        border: solid 1.5px #fff;
        height: 35px;
        width: 35px;
        line-height: 37px;
        text-align: center;
        border-radius: 50%;
    }
.lang-btn-mbl {
    color: #ffffffcf;
    border: solid 1.5px #ffffffcf;
    height: 32px;
    width: 32px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    transition: 0.40s ease-in-out;
    font-size:16px;
}
.sticky-header .lang-btn {
    color: #768692;
    border: solid 1.5px #768692;
    height: 35px;
    width: 35px;
    line-height: 37px;
    text-align: center;
    border-radius: 50%;
    transition: 0.40s ease-in-out;
}

    .sticky-header .lang-btn:hover {
        color: #1e2a42;
        border: solid 1.5px #1e2a42;
        height: 35px;
        width: 35px;
        line-height: 37px;
        text-align: center;
        border-radius: 50%;
    }


.sticky-header .lang-btn-mbl {
    color: #1e2a42;
    border: solid 1.5px #1e2a42;
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    transition: 0.40s ease-in-out;
    font-size: 16px;
}
    .menu-list .nav-link {
        letter-spacing: 0.32px;
        color: #ffffffcf;
    }
        .menu-list .nav-link.active {
            letter-spacing: 0.32px;
            color: #FFFFFF;
            font: normal normal normal 16px/18px 'gt eesti pro display medium';
        }
        .menu-list  .nav-link:hover {
            letter-spacing: 0.32px;
            color: #FFFFFF;
        }
    .menu-list  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
        color: #FFFFFF !important;
    }
    .menu-list .full-size.dropdown-menu {
        width: 100%;
        position: fixed !important;
        top: 69px !important;
        left: 0px;
        right: 0px;
        border-radius: 0px !important;
        border: none;
        border-bottom: solid 1px #E3E7EA
    }
.sm-size.dropdown-menu {
    top: 69px !important;
    left: -7.5px !important;
    margin-top: var(--bs-dropdown-spacer);
    right: -40px !important;
    border-radius: 0px;
    position: absolute !important;
    /*  box-shadow: 0px 5px 30px #1e2a424D;*/
    border: none;
    padding: 20px;
    border-bottom: solid 1px #E3E7EA
}
.menu-col-title {
    font: normal normal normal 21px/18px 'gt eesti pro display medium';
    color: #1e2a42; opacity:1;
    padding-left:30px; margin-bottom:20px;
}
.menu-col-list {
    font: normal normal normal 16px/18px 'gt eesti pro display regular';
    color: #768692
}
    .menu-col-list ul {
     list-style-type:none; padding-left:0px;
    }
    .menu-col-list li {
        position: relative;
        margin-top: 15px;
        margin-bottom: 15px;
        background: none;
        transition:0.20s
    }
        .menu-col-list li:hover {
            color:#1e2a42;
            background-image:url('')
        }
        .menu-col-list li img  {
            opacity: 0;
            transition: 0.20s;
            width:6px; vertical-align:middle; margin-left:13px; margin-right:13px
        }
        .menu-col-list li:hover img {
            opacity: 1;
            font-weight: 600;
            vertical-align: middle
        }
.product1-img {
display:none
}

header {
    background: #ffffff0f 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    font-family: 'gt_eesti_pro_displayregular';
    font-size: 18px;
    transition: 0.40s
}

.sticky-header header {
    background: #fff 0% 0% no-repeat padding-box;
    opacity: 1;
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    font-family: 'gt_eesti_pro_displayregular';
    font-size: 18px;
    border-bottom: solid 1px #E3E7EA
}
header .logo1 {
    display: inline-block;
    line-height: 69px;
    padding: 0px;
}


header .logo2 {
    display: none;
    line-height: 69px;
    padding: 0px;
}
.sticky-header header .logo1 {
    display: none
}
.sticky-header header .logo2 {
    display: inline-block
}

.sticky-header  .menu-list {
    font: normal normal normal 16px/18px 'gt eesti pro display regular';
    letter-spacing: 0.32px;
    color: #1e2a42;
}

    .sticky-header .menu-list .nav-link {
        letter-spacing: 0.32px;
        color: #768692;
    }

        .sticky-header .menu-list .nav-link.active {
            letter-spacing: 0.32px;
            color: #1e2a42;
            font: normal normal normal 16px/18px 'gt eesti pro display medium';
        }

        .sticky-header  .menu-list .nav-link:hover {
            letter-spacing: 0.32px;
            color: #1e2a42;
        }

.sticky-header .nav-link.show {
    color: #1e2a42 !important;
}
footer {
    background: #1e2a44;
    color: #f0f3f49c;
    font: normal normal normal 14px/30px 'gt eesti pro display light';
}
footer ul {
    list-style-type:none
}
    footer ul {
        padding-left: 0px;
        list-style-type: none
    }
    footer li{
       transition:0.20s ease-in-out 
    }
    footer li:hover {
        color:#fff
    }
    footer h5 {
        font: normal normal normal 16px/30px 'gt eesti pro display regular';
    }
.modal {
    background: #003367e6 0% 0% no-repeat padding-box;
}
.modal-content {
 border-radius:15px
}
.overlay-gradient {
    /*background: rgb(22, 82, 142);
    background: transparent linear-gradient(117deg, #15205a 0%, #466dbd 100%) 0% 0% no-repeat padding-box;*/
    background: linear-gradient(117deg, transparent 0%, #1e2a42 0%, #388a8c 100%, #46a6bd 100%) 0% 0% no-repeat padding-box; /*
    background: transparent linear-gradient(118deg, #1e2a42 0%, #07BFC3 100%) 0% 0% no-repeat padding-box;*/
    mix-blend-mode: multiply;
    opacity: 1;
}
.bg-lightgray {
    background: #F3F6F9
}
.bg-clr-gradient {
    /* background: rgb(22,82,142);
    background: transparent linear-gradient(117deg, #1e2a42 0%, #07BFC3 100%) 0% 0% no-repeat padding-box;*/
    background: #44beac;
    /*  background: linear-gradient(117deg, transparent 0%, #1e2a42 0%, #1e2a42 20%, #388a8c 100%, #46a6bd 100%) 0% 0% no-repeat padding-box;*/
    background: linear-gradient(117deg, transparent 0%, #1e2a42 0%, #0c3e4a 20%, #46a6bd 100%) 0% 0% no-repeat padding-box
}
.gradient-header-p {
    font: normal normal 300 18px/21px 'gt eesti pro display light';
    font-size: 18px !important;
    line-height:21px !important;
    margin-top:20px
}
.btn-sz-nrm {
    min-width: 175px;
    height: 52px;
    line-height: 52px !important;
    text-align: center;
    padding-right: 25px;
    padding-left: 25px;
}
.brandcrumb-box {
    /* position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;*/
    padding-top: 80px;
    font: normal normal normal 12px/14px 'gt eesti pro display light';
    letter-spacing: 0.24px;
    color: #ffffff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}
    .brandcrumb-box a {
        color: #ffffffb8 !important;
    }
    .brandcrumb-box .active {
        color: #ffffff !important;
    }
.breadcrumb-item + .breadcrumb-item::before {
    color: #ffffffb8 !important;
}

.page-info {
    padding-top: 70px;
    color:#fff;
}
.bg-clr-gradient .page-info h1 {
    font: normal normal normal 48px/55px 'gt eesti pro display regular'; margin-bottom:25px
}
.bg-clr-gradient .page-info p {
  
    font: normal normal 100 24px/28px 'gt eesti pro display light';
}
.button-sz {  height:52px; padding:15px 40px;           
}
.partner-modal .button-sz {
    padding: 15px 25px; 
    width:232px
}
.circle-btn {
    width: 60px;
    height: 60px;
    border: 2px solid #07BFC3;
    border-radius: 36px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    transition: 0.20s ease-in-out;
    text-align: center;
    vertical-align: middle;
    line-height: 60px !important;
    display: inline-block;
    color: #1e2a42;
    font-family: 'gt eesti pro display regular';
    cursor: pointer;
}
 
.circle-btn:hover {
    width: 60px;
    height: 60px;
    border: 2px solid #07BFC3;
    border-radius: 36px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    background:#fff
}
.icon-btn {
 opacity:1;
 transition:0.40s
}
.icon-btn:hover {
    opacity:0.7;
}
.pill-button {
    border: 2px solid #FFFFFF;
    border-radius: 30px;
    color: #fff;
    font: normal normal normal 18px/21px 'gt eesti pro display medium';
    display: inline-block;
    letter-spacing: 0.1px;
    transition: 0.20s ease-in-out;
}
    .pill-button:hover {
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        border: #FFFFFF50 2px solid;
        background: #FFFFFF50 0% 0% no-repeat padding-box;
        box-shadow: 0px 0px 10px #0000001A;
    }
.pill-button-darken {
    border: 2px solid #1e2a42;
    border-radius: 30px;
    color: #1e2a42;
    font: normal normal normal 18px/21px 'gt eesti pro display medium';
    display: inline-block;
    letter-spacing: 0.1px;
    transition: 0.20s ease-in-out;
}

    .pill-button-darken:hover {
       
        border: 2px solid #1e2a4240;
        border-radius: 30px;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
.pill-button-darken-fill {
    border: 2px solid #1e2a42;
    border-radius: 30px;
    background: #1e2a42;
    color: #fff;
    font: normal normal normal 18px/21px 'gt eesti pro display medium';
    display: inline-block;
    letter-spacing: 0.1px;
    transition: 0.20s ease-in-out;
}
    .pill-button-darken-fill:hover {
        border: 2px solid #1e2a4261;
        background: #1e2a42b3;
    }
.btn-icon {
    vertical-align: top;
    height: 16px
}
.nav-tabs {
    background: #f0f4f8;
    color: #1e2a42 !important; border:none !important
}
    .nav-tabs .nav-link {
        color: #1e2a42 !important;
        border-radius: 0px;
        border: none !important
    }
    .nav-tabs .nav-link.active {
       font-weight:800
    }
        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            border: none !important; /*letter-spacing:0.5px*/
        }
        .aspect-ratio-container-16-9 {
            position: relative;
            height: 0;
            padding-top: calc(3 / 4 * 100%);
        }
.aspect-ratio-container-4-2 {
    position: relative;
    height: 0;
    padding-top: calc(2 / 4 * 100%);
}
    .aspect-ratio-container.ratio-16-9 {
        padding-top: calc(9 / 16 * 100%);
    }

.aspect-ratio-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}

img.aspect-ratio-item {
    object-fit: cover;
}
.home-tab .tab-pane {
     min-height:580px
}
.vid-banner {
    height: 100vh;
    overflow: hidden
}
    .vid-banner video {
        object-fit: cover;
        width: 100vw;
        height: 100vh;
        top: 0;
        left: 0;
    }

    .vid-banner .overlay-gradient {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px
    }

.carousel-text-content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 10
}
    .carousel-text-content h1 {
        font: normal normal normal 87px/100px 'gt_eesti_pro_displaymedium'
    }
    .carousel-text-content p {
        font: normal normal normal 18px/21px 'gt eesti pro display regular';
        
        letter-spacing: 0.36px;
    }
    .carousel-text-content .pill-button {
        width: 175px;
        height: 52px;
        line-height: 52px;
    }
.carousel-indicators {
 bottom:30px !important
}
    .carousel-indicators button {
        width: 50px !important;
        height: 50px !important;
        border-radius: 50% !important;
        text-indent: 0px !important;
        box-shadow: 0px 0px 10px #00000029;
        border: 2px solid #FFFFFF !important;
        opacity: 0.5;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        background: 0px !important;
        font: normal normal normal 19px/24px Roboto;
        color: #fff;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    .carousel-indicators button:hover {
        width: 50px !important;
        height: 50px !important;
        border-radius: 50% !important;
        text-indent: 0px !important;
        box-shadow: 0px 0px 10px #00000029;
        border: 2px solid #FFFFFF !important;
        opacity: 1;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        background: #ffffff1d !important;
        font: normal normal normal 19px/24px Roboto;
        color: #fff
    }
    .carousel-indicators button.active {
        border: 2px solid #FFFFFF80 !important;
        opacity: 0.5;
        background: #FFFFFF80 0% 0% no-repeat padding-box !important;
        box-shadow: 0px 0px 10px #0000001A;
        border-radius: 30px;
        opacity: 1;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }
.carousel-brand {
    position:absolute; bottom:30px; right:65px; 
}
    .carousel-brand img {
        height: 75px !important
    }
.carousel-brand-mbl {
    width: 100%;
    position: absolute;
    bottom: 65px; display:none
}
    .carousel-brand-mbl img {
        height: 55px !important
    }
    h1.section-title {
        font: normal normal normal 60px/70px 'gt eesti pro display regular';
        letter-spacing: 0px;
        color: #1e2a42;
    }
.modal-content h1.section-title {
     line-height:normal
}
h2.section-title {
    font: normal normal normal /*36px/41px */ 48px/55px 'gt eesti pro display regular';
    letter-spacing: 0px;
    color: #1e2a42;
}
p.section-desciription {
    font: normal normal 300 18px/21px 'gt eesti pro display light';
    letter-spacing: 0.45px;
    color: #768692;
}
.section-desciription.fs-4 {
    line-height: normal
}
.technical-text-container p.section-desciription {
    font: normal normal 300 20px/22px 'gt eesti pro display light';
    letter-spacing: 0.45px;
    color: #768692;
}
    .technical-text-container p.section-desciription.fs-3 {
        line-height: normal
    }
.home-product-list {
    width: 168px;
    transition:0.40s
}
    .home-product-list:hover .home-product-name {
       color:#768692
    }
    .home-product-list:hover  {
       opacity:0.9
    }
.home-product-img {
    width: 168px; height:168px; position: relative;
    height: 0;
    padding-top: calc(4 / 4 * 100%);
}

.aspect-ratio-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}

img.aspect-ratio-item {
    object-fit: cover;
}
.home-product-name {
    text-align: center;
    font: normal normal normal 18px/21px 'gt eesti pro display regular';
    letter-spacing: 0px;
    color: #1e2a42;
    margin-top: 27px;
    transition: 0.40s
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset,50%);
    width: 47px !important;
    height: 47px !important;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8D9BAA;
    border-radius:0px;
    border: none;
    text-align: center; transition:0.20s
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 0px !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  
    left: 5px !important
}
.swiper-button-next:after:after, .swiper-button-prev:after {
    content: none
}
    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        content: none;
    
    }
    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        content: none;
        right: 0px !important
    }
    .swiper-button-next:hover, .swiper-button-prev:hover {
        opacity: 0.8
    }
    .bg-clr-gradient h1 {
        color: #fff;
        font: normal normal normal 60px/70px 'gt eesti pro display regular';
        display: inline-block;
    }

 .news-text-col-1 {
    width: 35%
}

.news-slide-col {
    width: 65%
}
.news-info {
    width: 260px;
    color: #ffffff;
    display: inline-block;
    
  
}
    .news-info p {
        letter-spacing: 0.40px;
        font: normal normal 300 17px/21px 'gt eesti pro display light';
        opacity:0.6
    }
.news-slider-img {
    background: transparent url(../images/img-sm-life-news.jpg) 0% 0% no-repeat padding-box;
    mix-blend-mode: multiply;
    width: 100%;
    height: 606px;
    position: absolute;
    background-color: #13575e;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: left center
}

.news-height {
 height:606px !important
}

.ops-news {
 background:url()
}
.dflt-news-content {
    mix-blend-mode: color-dodge;
    color: #fff;
    max-width: 450px;
    width: 100%;
}
.dflt-news-date {
    font: normal normal normal 16px/24px 'gt eesti pro display regular';
    letter-spacing: 0.50px;
}
.dflt-news-title {
    font: normal normal normal 42px/48px 'gt eesti pro display regular';
    letter-spacing: 0.84px;
}
.newsSwiper .swiper-pagination {
    bottom: 90px !important;
    left: 100px !important;
    width: auto !important;
    
}
.newsSwiper .swiper-pagination-bullet {
   opacity: 1 !important; margin-right:21px !important
}
.newsSwiper .swiper-pagination-bullet-active {
  opacity: 0.5 !important;
}
.newsSwiper .swiper-pagination-bullet {
 background:#fff !important;
 width:15px; height:15px;
}
.newsSwiper .swiper-slide a .dflt-news-content {
   /*transition: 0.80s*/
}
.newsSwiper .swiper-slide a:hover .dflt-news-content {
    opacity: 1 !important
}
.all-news-btn {
    bottom: 95px !important;
    left: 250px !important;
    position: absolute;
    color: #55BAFF;
    z-index: 1000;
    font: normal normal 300 14px/17px;
    letter-spacing: 1.4px;
    color: #44beac;
    transition: 0.80s ease-in-out linear;
    display: inline-block;
    border-bottom: solid 1px #55BAFF
}
    .all-news-btn:hover {
     opacity:0.8
    }

.dflt-about-p {
    font: normal normal 300 24px/28px 'gt eesti pro display light';
    opacity:0.8
}

.tab-img-labrats {
    max-width: 657px; 
    width:90%
}


.category-title {
    font: normal normal normal 48px/55px 'gt eesti pro display regular';
    letter-spacing: 0.96px;
    color: #1e2a42;
}
.category-desc {
    font: normal normal 18px/21px 'gt eesti pro display light';
    letter-spacing: 0.45px;
    color: #768692;
}
.product-head-tit-dec { 
}
.products-list .accordion-item {
    border: solid #e3e7ea00 1px;
    /*background: #fff;*/ border-radius: 10px; background:none
}
    .products-list .accordion-item .accordion-button {
        border: solid #e3e7ea00 1px;
        border-radius: 10px;
        /*background: #fff;*/ border-radius: 10px;
        background:#fff
    }
    .products-list .accordion-item h2 {
        border: solid #e3e7ea00 1px;
        border-radius: 10px; background:#fff
    }
    .products-list .accordion-item h2:hover {
        border: solid #e3e7ea 1px;
        border-radius: 10px;
        background: #fff
    }
    .products-list .accordion-item:hover .collapsed {
        border: solid #E3E7EA 1px;
        background: #fff;
        border-radius: 10px;
    }
    .products-list .accordion-item:hover .collapsed {
        border: solid #E3E7EA 1px;
        background: #fff; border-radius: 10px;
    }
.products-list .accordion-button:not(.collapsed) {
    background: none !important;
    box-shadow: none !important
}
.products-list .accordion-button:focus {
    box-shadow: none !important;
    border-radius: 10px;
}
.products-list .accordion-button:hover {
    background: #1e2a4214;
    border-radius: 10px;
}
.products-list button.accordion-button {
    font-family: 'gt eesti pro display regular' !important;
    font-size: 36px !important;
    letter-spacing: 0px;
    color: #1e2a42 !important;
}
    .products-list .accordion-button::after {
        display: none
    }
.products-list .accordion-button .accordion-icon  {
    width: 60px; text-align:center
}
.products-list .accordion-button  .accordion-icon img {
    width:21px;
}
.products-list .accordion-button .accordion-icon .icon-close {
    display:none
}
.products-list .accordion-button.collapsed .accordion-icon .icon-close {
    display: inline-block
}
.products-list .accordion-button.collapsed .accordion-icon .icon-open {
    display: none
}
.products-list .accordion-body {
 background:#fff;
 border-radius:10px; 
/* margin-bottom:15px;*/
 margin-top:5px
}

header .nav-item {
    padding-left: 35px;
   /* height: 55px;*/
 /*   padding-top: 11px;*/
}
.menu-list .nav-link {
   line-height:69px; height:69px
}
.products-list-tab .nav-item {
    background: #8D9BAA14 0% 0% no-repeat padding-box;
    border: 1px solid #76869226;
    border-radius: 10px;
    font-family: 'gt eesti pro display regular';
    font-size:18px;
    color: #768692 !important;
    height:52px;
    border-radius:10px
}
.products-list-tab .nav-item .nav-link{
color: #768692 !important;
line-height:52px;
padding-bottom:0px; padding-top:0px
}
    .products-list-tab .nav-item .nav-link.active {
        background: #1e2a42 ;
        border: 1px solid #8D9BAA26;
        color:#fff !important
    }
.products-list-col {
    margin-top:30px; margin-bottom:30px
}

.products-list-img {
    width: 92px;
    height: 92px;
    border: 1px solid #8D9BAA1A;
    overflow: hidden;
    transition: 0.40s;
    justify-content: center !important;

}

.products-list-img img {
   max-width:92px; max-height:92px; display:inline-block; vertical-align:middle
}
.products-list-brand {
    font-size: 13px;
    color: #768692;
}
.products-list-info {
    display: flex;
    flex-wrap: wrap !important;
    width:100%
}
.products-list-products-list-number {
    color: #768692;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
   
    width: 100%; order:2
}
.products-list-products-list-name {
    font-size: 17px;
    color: #1e2a42;
    font-weight: 600;
    letter-spacing: 0.32px;
    order: 1 !important;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}
.products-list-col:hover .products-list-brand, .products-list-col:hover .products-list-products-list-name {
    color: #657587
}

.product-header .products-list-products-list-number {
    color: #0980FD
}
.swiper-content {
    width: calc(100% - 130px);
    overflow:hidden
}
   .product-gallery-lg {
     text-align:center;  margin-bottom:25px; 
}
.product-gallery-lg img {
  max-width:100%; max-height:100%
}
.gallery-lg {width:90%}
.gallery-lg:has(.col-lg-5) {
    padding-right: 100px
}
.product-gallery-sm {
    width: 60px;
    height: 60px;
    border: solid 1px #0000001A;
    overflow: hidden;
    text-align: center;
    line-height: 60px
}
    .product-gallery-sm img {
        max-width: 60px;
        max-height: 60px;
    }
.table-title {
    font: normal normal normal 18px/21px 'gt eesti pro display regular';
    letter-spacing: 0px;
    color: #1e2a42;
}
.table-example {
    color: #768692;
     font-size:18px; line-height:21px
}
    .table-example b {
        font-family: 'gt eesti pro display medium'
    }
.video-btn-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index:1000
}
.watch-video {
    font: normal normal normal 18px/21px 'gt eesti pro display regular';
    letter-spacing: 5.4px;
    color: #FFFFFF;
    text-transform: uppercase; margin-top:30px; text-align:center
}
.waves-block {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1000;
    height: 220px;
    width: 220px;
    margin: auto
}
.video-btn-content {
    position: relative;
    width: 220px;
    height: 220px;
    margin: auto;
}
.play-icon {
    color: #fffe;
    font-size: 32px;
    z-index: 1000;
    position: absolute;
    width: 220px;
    height: 220px;
    line-height: 220px;
    text-align: center;
    padding-left: 5px;
}
.video-btn-content:hover .play-icon { color:#fff;
}
.video-btn-content:focus .play-icon {
    color: #fff
}
.video-btn-content:active .play-icon {
    color: #fff
}
@keyframes waves {
    0% {
        -webkit-transform: scale(0.5, 0.5);
        transform: scale(0.4, 0.4);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    50% {
        opacity: 0.9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    }

    100% {
        -webkit-transform: scale(0.9, 0.9);
        transform: scale(0.9, 0.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }
}


.waves {
    position: absolute;
    width: 220px;
    height: 220px;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
/*global partners*/
.modal-partner-logo {
    text-align: center
}
.modal-partner-logo img {
    width: 100%;
    max-width: 242px
}
.partners-logo-list {
    width: 210px;
    height: 210px;
    display: inline-block;
    overflow: hidden;
    display: inline-block;
    align-items: center !important;
    cursor:pointer; text-align:center
}
.partners-logo-list img { 
    max-width:100%;
    max-height:100%;
     margin:auto
}

.industry-list {
 width:167px; margin:auto; margin-bottom:25px
}
.industry-list-img {
    width: 167px;
    position: relative;
    height: 0;
    padding-top: calc(4 / 4 * 100%);
}
.industry-list-name {
    font-family: 'gt eesti pro display regular';
    font-size: 18px;
    line-height: 21px;
    color: #1e2a42;
    text-align: center;
    margin-top: 27px;
    height: 65px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.industries-info-img {
    max-width: 90%;
    margin: auto;
    position: relative;
    height: 0;
    padding-top: calc(2 / 4 * 100%);
}

.check-list-lg {
    font: normal normal normal 36px/41px 'gt eesti pro display regular';
    color:#1e2a42;
    list-style-image: url('../images/icon-check.svg');
}
    .check-list-lg li {
        padding-left: 15px;
        padding-bottom: 10px;
        padding-top: 10px
    }
.technical-info .tab-img-labrats {
    max-width:440px
}

/*Form*/
.form-labnetwork .form-label {
    font-size: 16px;
    color: #1e2a42;
    font-family: 'gt eesti pro display regular';
}
.form-labnetwork .form-select-lg {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    padding-left: 1rem;
    font-size: 16px;
}
.form-labnetwork .form-select-lg {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
    padding-left: 1rem;
    font-size: 16px;
}
.form-labnetwork .form-select-lg option {
   line-height:30px
}
.form-labnetwork .mb-3 {
 margin-bottom:40px !important
}
.rdSlide .swiper-slide {
    width: 55%
}
.rd-studies-list {
    width: 100%; cursor:pointer
}
.rd-studies-list-info {
    font: normal normal normal 21px/24px 'gt eesti pro display regular';
    color: #768692;
    padding-top:10px
}
.rd-studies-list-img {
    width:100%
}
    .rd-studies-list-img .aspect-ratio-container-4-2 {
        padding-top: calc(2 / 4 * 105%);
    }
.about-lg-text {
    font: normal normal 300 24px/21px 'gt eesti pro display light';
    letter-spacing: 0.6px;
    color: #8D9BAA;
}
.certificate-list {
     margin-bottom:25px;
}
.certificate-img {
    width: 109px;
    height: 82px;
    background: #fff;
    text-align: center;
    line-height: 82px;
    min-width:70px
}
    .certificate-img a {
        width: 109px;
        height: 82px;
    }
    .certificate-img img {
        max-width: 100%;
        max-height: 82px;
    }
.certificate-name {
    color: #1e2a42;
    font-family: 'gt eesti pro display regular';
    font-size: 24px;
    line-height: 24px;
    margin-left: 25px;
}
.news-list {
 margin-bottom:40px
}
.news-date {
    font-family: 'gt eesti pro display regular';
    font-size: 14px;
    color: #768692;
    margin-bottom: 15px
}
.news-list-title {
    font-family: 'gt eesti pro display regular';
    font-size: 21px;
    line-height: 24px;
    color: #768692;
}
.news-img {
    width:40%;
     min-width:260px
}
.news-img img {
    width: 100%
}
.news-list-info {
 max-width:260px;
    padding-top:5px; padding-bottom:5px;
}
.contact-icon {
    width:50px;
    text-align:center;
}
.contact-info {
    color: #768692;
    font-size: 21px;
}

.brochure-list ul {
    list-style-type:none; padding-left:0px;
}
.brochure-list li {
    padding:7px 0px
}
.brochure-list li a {
    color:#55BAFF; text-decoration:underline; font-weight:600; transition:0.20s
}
    .brochure-list li a:hover, .brochure-list li a:active {
        color: #3d94ce;
    }

.lab-rats-technical {
  min-height:50vh
}
.technical-section-p {
    font: normal normal 300 32px/37px 'gt eesti pro display light' !important;
    letter-spacing: 0.8px !important;
    
}
@media screen and (min-width:1560px) {
    .carousel-text-content h1 {
        font: normal normal normal 115px/132px 'gt_eesti_pro_displaymedium';
    }
}
@media screen and (max-width:1280px) {
    .vid-banner {
            position: relative;
            top: 0px;
            left: 0px;
            right: 0px;
            height: 100vh;
            overflow: hidden
        }

            .vid-banner .overlay-gradient {
                position: absolute;
                top: 0px;
                left: 0px;
                right: 0px;
                bottom: 0px
            }

        .carousel-text-content {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
            text-align: center;
            color: #fff;
            z-index: 10
        }

            .carousel-text-content h1 {
                font: normal normal normal 70px/80px 'gt_eesti_pro_displaymedium' 
            }

            .carousel-text-content p {
                font-family: 'gt_eesti_pro_textregular';
                font-size: 18px/21px
            }

        .pill-button {
            width: 175px;
            height: 52px;
            line-height: 52px;
        }
    .carousel-brand img {
        height: 65px !important
    }

    }
@media screen and (max-width:992px) {

    .carousel-brand img {
        height: 55px !important
    }
    .offcanvas-top {
    background:#1e2a42
     }
  .offcanvas-backdrop {
        background:#fff
    }
    .offcanvas-backdrop.show {
       opacity:1
    }
    .mobil-menu {
        font: normal normal normal 18px/44px 'gt eesti pro display regular';
    }

        .mobil-menu .accordion-item {
            border-radius: 0px;
            border: solid 1px #083F77;
            margin: 0px;
            border-left: 0px !important;
            border-right: 0px !important;
            border-bottom: 0px;
            background: #1e2a42
        }
      


    .mobil-menu .accordion {
        border-radius: 0px
    }

        .mobil-menu .accordion-item:first-of-type, .mobil-menu .accordion-item:last-of-type .accordion-collapse {
            border-radius: 0px
        }

            .mobil-menu .accordion-item:first-of-type .accordion-button, .mobil-menu .accordion-item:last-of-type .accordion-button.collapsed {
                border-radius: 0px
            }

        .mobil-menu .accordion-button {
            padding-top: 2px;
            padding-bottom: 0
        }

    .accordion#accordionMblMenu {
        border-radius: 0px
    }

        .accordion#accordionMblMenu .accordion-button {
            background: #1e2a42;
            color: #fff;
            min-height: 46px;
            font: normal normal normal 18px/44px 'gt eesti pro display regular';
        }

            .accordion#accordionMblMenu .accordion-button::after {
                color: #fff
            }

    #accordionMblMenu .accordion-button .accordion-icon .icon-close {
        display: none
    }

    #accordionMblMenu .accordion-button.collapsed .accordion-icon .icon-close {
        display: inline-block
    }

    #accordionMblMenu .accordion-button.collapsed .accordion-icon .icon-open {
        display: none
    }


    .mobil-menu .accordion-button .accordion-icon {
        width: 60px;
        text-align: center
    }

        .mobil-menu .accordion-button .accordion-icon img {
            width: 21px;
        }

        .mobil-menu .accordion-button .accordion-icon .icon-close {
            display: none
        }

    .mobil-menu .accordion-button.collapsed .accordion-icon .icon-close {
        display: inline-block
    }

    .mobil-menu .accordion-button.collapsed .accordion-icon .icon-open {
        display: none
    }

    .mobil-menu .accordion-button:not(.collapsed)::after, .mobil-menu .accordion-button::after {
        display: none
    }

    .mobil-menu .accordion-button:not(.collapsed) {
        box-shadow: none
    }

    .mobil-menu .accordion-button:focus {
        box-shadow: none
    }

    .accordion#accordionAltMblMenu .accordion-button {
        background: #fff;
        color: #1e2a42;
        min-height: 41px
    }

    .mobil-menu .accordionAltMblMenu .accordion-item {
        border: none !important;
        border-bottom: solid 1px #E3E7Ea !important;
        background: #fff
    }
    .mobil-menu .accordionMblMenu .accordion-item {
        border-radius: 0px;
        border-left: 0px;
        border-right: 0px;
    
        margin: 0px;
    }
    .mobil-menu ul {
        list-style-type: none;
        font: normal normal normal 18px/44px 'gt eesti pro display regular';
        color: #768692
    }

    .mobil-menu a:hover {
        color: #1e2a42
    }

    .mobil-menu-header {
        background: #1e2a42;
        color: #fff;
        padding: 10px 20px 5px 20px;
        font-size: 16px
    }

    .mobil-menu-container {
        max-height: calc(100vh - 59px);
        overflow: auto
    }

    .mobil-menu .accordion-body {
        border: 1px solid #E3E7EA;
    }

    .menu-btn {
        border: none
    }

    .menu-btn {
        color: #fff;
        font-size: 30px
    }

    .sticky-header .menu-btn {
        color: #1e2a42;
        font-size: 30px
    }
}
@media (max-width:768px) {
    .carousel-brand-mbl {
        display: block
    }

    .bg-lightgray.pt-5.pb-5 .button-sz {
        width: 250px;
    }

    .mbl-menu-list {
        list-style-type: none;
        padding-left: 10px
    }

        .mbl-menu-list li {
            font: normal normal normal 18px/20px'gt eesti pro display medium';
            letter-spacing: 0.32px;
            color: #768692;
            opacity: 1;
            padding-top: 15px;
            padding-bottom: 15px;
            margin-top: 10px;
            margin-bottom: 10px;
            position: relative
        }

            .mbl-menu-list li img {
                position: absolute;
                top: 17px;
                right: 15px;
                width: 8px;
            }

    .altMenu {
        position: absolute;
        top: 0px;
        right: 0px;
        left: 0px;
        bottom: 0px;
        background: #fff;
        display: none
    }

        .altMenu .offcanvas-body {
            overflow: auto;
            height: calc(100vh - 82px)
        }

        .altMenu h2 {
            font-family: 'gt eesti pro display medium';
            font-size: 22px;
            color: #1e2a42
        }

        .altMenu .menu-list-item {
            padding-top: 5px;
            padding-bottom: 5px;
        }

    .list-icon-start {
        transform: rotate(180deg);
        width: 10px;
        vertical-align: text-top;
        margin-top: 1px;
        margin-right: 10px;
    }

    .vid-banner {
        height: 100vh
    }

    .carousel-text-content {
        width: 70%
    }

        .carousel-text-content h1 {
            font: normal normal normal 46px/48px 'gt_eesti_pro_displaymedium'
        }

    .carousel-indicators button.indicators-btn {
        width: 15px !important;
        height: 15px !important;
        padding: 0px;
        opacity: 1;
        background: #fff !important;
    }

        .carousel-indicators button.indicators-btn.active {
            width: 15px !important;
            height: 15px !important;
            padding: 0px;
            opacity: 0.5
        }

        .carousel-indicators button.indicators-btn span {
            display: none
        }

    .carousel-brand {
        display: none
    }

    .carousel-brand-mbl {
        text-align: center;
        display: block
    }

    .carousel-indicators {
        bottom: 20px !important;
    }

    h1.section-title {
        font-size: 37px;
        line-height: 37px
    }

    .bg-clr-gradient h1 {
        font-size: 37px;
        line-height: 37px
    }
    /* product */
    .pd-brand-col {
        text-align: center !important;
    }

        .pd-brand-col img {
            text-align: center !important;
            width: auto !important;
            max-width: 100%;
            max-height: 62px
        }

    .pd-brand img {
        max-width: 100%
    }

    .products-list button.accordion-button {
        font-size: 22px !important;
    }

    .products-list .accordion-button {
        padding-left: 10px;
        padding-right: 10px
    }

    .products-list.products-list .accordion-button .accordion-icon {
        width: 40px !important;
        padding-right: 0px;
    }

    .products-list .accordion-body {
        padding: 10px;
    }

    .products-list-tab .nav-item {
        height: 35px
    }

        .products-list-tab .nav-item .nav-link {
            padding-left: 10px;
            padding-right: 10px;
            font-size: 14px;
            line-height: 35px
        }

            .products-list-tab .nav-item .nav-link.active {
                border: none
            }

    .products-list-img {
        width: 100%;
        height: 150px;
        margin-bottom: 15px
    }

        .products-list-img img {
            max-width: 100px;
            max-height: 100px;
        }

    .products-list-products-list-number {
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .products-list-products-list-name {
        color: #768692;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.32px;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .products-list-col {
        margin-top: 15px;
        margin-bottom: 30px;
    }
    /*   .products-list-info {
        border-bottom: solid 2px #E3E7EA;
        padding-bottom: 15px; height:141px
    }*/
    .news-text-col-1 {
        width: 100%;
        padding-bottom: 15px !important
    }

    .news-slide-col {
        width: 100%
    }

    .news-info {
        width: 90%
    }

    .news-text-col-1 .news-info p, .news-text-col-1 .news-info img {
        display: none
    }

    .dflt-news-date {
        text-align: center;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .dflt-news-title {
        text-align: center;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .newsSwiper .swiper-pagination {
        bottom: 30px !important;
        left: 0px !important;
        width: 100% !important;
        text-align: center;
    }

    .news-height {
        height: 545px !important;
    }

    .news-slider-img {
        height: 545px
    }

    .news-text-col-2 .all-news-btn {
        position: static;
        color: #fff;
        border-bottom-color: #fff
    }

    .partners-logo-list {
        justify-items: center;
        width: 40%;
        height: auto;
    }

        .partners-logo-list img {
            max-width: 100%;
            max-height: 100%;
            margin: auto
        }

    #contact-tab {
        height: 92.8px
    }

    .swiper-button-next, .swiper-button-prev {
        width: 32px !important;
        height: 32px !important;
    }

        .swiper-button-next img, .swiper-button-prev img {
            width: 32px;
            height: 32px
        }

    .rdSlide {
        width: calc(100% - 65px);
        overflow: hidden;
    }

        .rdSlide .swiper-slide {
            width: 100%
        }

    .home-product-list {
        width: 100%;
    }

    .home-product-img {
        width: 100%
    }

    .swiper-content {
        width: calc(100% - 64px);
        overflow: hidden;
    }

    .swiper-button-prev, .swiper-rtl .swiper-button-next {
        left: 0px !important;
    }

    .certificate-img {
        width: 70px;
        min-width: 70px
    }

        .certificate-img a {
            width: 70px;
            height: 82px;
        }

        .certificate-img img {
            max-width: 100%;
            max-height: 82px;
        }

    .check-list-lg {
        font: normal normal normal 28px/36px 'gt eesti pro display regular';
        color: #1e2a42;
        list-style-image: url('../images/icon-check.svg');
    }

    .industries-info-img {
        max-width: 100%;
    }

    .news-list {
        text-align: center
    }

        .news-list .news-img, .news-list-info, .news-list .news-list-info div {
            margin-left: auto;
            margin-right: auto;
            max-width: 260px
        }

    .social-btn-container .icon-btn {
        width: 32px
    }

    .certificate-name {
        font-size: 20px
    }


    .video-btn-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 1000
    }

    .watch-video {
        font: normal normal normal 18px/21px 'gt eesti pro display regular';
        letter-spacing: 5.4px;
        color: #FFFFFF;
        text-transform: uppercase;
        margin-top: 5px;
        text-align: center
    }

    .waves-block {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        z-index: 1000;
        height: 100px;
        width: 100px;
        margin: auto
    }

    .video-btn-content {
        position: relative;
        width: 100px;
        height: 100px;
        margin: auto;
    }

    .play-icon {
        color: #fffe;
        font-size: 32px;
        z-index: 1000;
        position: absolute;
        width: 100px;
        height: 100px;
        line-height: 100px;
        text-align: center;
        padding-left: 5px;
    }

        .play-icon img {
            width: 25px
        }

    .video-btn-content:hover .play-icon {
        color: #fff;
    }

    .video-btn-content:focus .play-icon {
        color: #fff
    }

    .video-btn-content:active .play-icon {
        color: #fff
    }

    @keyframes waves {
        0% {
            -webkit-transform: scale(0.5, 0.5);
            transform: scale(0.4, 0.4);
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        }

        50% {
            opacity: 0.9;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        }

        100% {
            -webkit-transform: scale(0.9, 0.9);
            transform: scale(0.9, 0.9);
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        }
    }


    .waves {
        position: absolute;
        width: 100px;
        height: 100px;
        background: rgba(255, 255, 255, 0.3);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        border-radius: 100%;
        z-index: -1;
        -webkit-animation: waves 3s ease-in-out infinite;
        animation: waves 3s ease-in-out infinite;
    }

    .wave-1 {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }

    .wave-2 {
        -webkit-animation-delay: 1s;
        animation-delay: 1s;
    }

    .wave-3 {
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
    }
    /*global partners*/
    .modal-partner-logo {
        text-align: center;
        margin-bottom: 60px
    }

        .modal-partner-logo img {
            width: 100%;
            max-width: 200px
        }

    /* product */
    .pd-brand-col {
        text-align: center;
        margin-top: 15px;
        margin-bottom: 0px !important
    }

        .pd-brand-col img {
            text-align: center !important;
            width: auto !important;
            max-width: 100%;
            max-height: 45px
        }

    .order-lg-1 .category-title {
        font-size: 40px;
        line-height: 40px;
        margin-top: 10px;
        text-align: center
    }

    .circle-btn {
        width: 50px;
        height: 50px;
        border: 2px solid #07BFC3;
        border-radius: 36px;
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        transition: 0.20s ease-in-out;
        text-align: center;
        vertical-align: middle;
        line-height: 50px !important;
        display: inline-block;
        color: #1e2a42;
        font-family: 'gt eesti pro display regular';
        cursor: pointer;
    }

        .circle-btn:hover {
            width: 50px;
            height: 50px;
            border: 2px solid #07BFC3;
            border-radius: 36px;
            backdrop-filter: blur(5px);
            -webkit-backdrop-filter: blur(5px);
            background: #fff
        }

    .product-header {
        text-align: center
    }

        .product-header .category-title {
            font: normal normal normal 44px/55px 'gt eesti pro display regular';
        }
        .product-header .pd-brand  {
            margin-top: 10px
        }
            .product-header .pd-brand .pd-brand img {
                max-height: 45px !important;
                max-width: 100%;  width:auto !important
            }
}
