<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position:relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index:1
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility:hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height:0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform:translateZ(0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform:translateZ(0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout:none
}

.owl-carousel .owl-item img {
    display: block;
    width:100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display:none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display:block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select:none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font:inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display:block
}

.owl-carousel.owl-hidden {
    opacity:0
}

.owl-carousel.owl-refresh .owl-item {
    visibility:hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select:none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor:grab
}

.owl-carousel.owl-rtl {
    direction:rtl
}

.owl-carousel.owl-rtl .owl-item {
    float:right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode:both
}

.owl-carousel .owl-animated-in {
    z-index:0
}

.owl-carousel .owl-animated-out {
    z-index:1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name:fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity:1
    }

    to {
        opacity:0
    }
}

@keyframes fadeOut {
    0% {
        opacity:1
    }

    to {
        opacity:0
    }
}

.owl-height {
    transition:height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height:0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style:preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background:#000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.7f01b07148f205f6e825.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition:transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform:scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display:none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    transition:opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width:100%
}

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color:transparent
}

.owl-theme .owl-nav {
    margin-top:10px
}

.owl-theme .owl-nav [class * =owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    border-radius:3px
}

.owl-theme .owl-nav [class * =owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration:none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor:default
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top:10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom:1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius:30px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
    transition-duration: 50ms
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
    transition-delay: 50ms
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
    transition-duration: .1s
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
    transition-delay: .1s
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
    transition-duration: .15s
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
    transition-delay: .15s
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
    transition-duration: .2s
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
    transition-delay: .2s
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
    transition-duration: .25s
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
    transition-delay: .25s
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
    transition-duration: .3s
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
    transition-delay: .3s
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
    transition-duration: .35s
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
    transition-delay: .35s
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
    transition-duration: .4s
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
    transition-delay: .4s
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
    transition-duration: .45s
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
    transition-delay: .45s
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
    transition-duration: .5s
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
    transition-delay: .5s
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
    transition-duration: .55s
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
    transition-delay: .55s
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
    transition-duration: .6s
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
    transition-delay: .6s
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
    transition-duration: .65s
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
    transition-delay: .65s
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
    transition-duration: .7s
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
    transition-delay: .7s
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
    transition-duration: .75s
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
    transition-delay: .75s
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
    transition-duration: .8s
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
    transition-delay: .8s
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
    transition-duration: .85s
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
    transition-delay: .85s
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
    transition-duration: .9s
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
    transition-delay: .9s
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
    transition-duration: .95s
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
    transition-delay: .95s
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
    transition-delay: 1s
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
    transition-duration: 1.05s
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
    transition-delay: 1.05s
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
    transition-duration: 1.1s
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
    transition-delay: 1.1s
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
    transition-duration: 1.15s
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
    transition-delay: 1.15s
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
    transition-duration: 1.2s
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
    transition-delay: 1.2s
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
    transition-duration: 1.25s
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
    transition-delay: 1.25s
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
    transition-duration: 1.3s
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
    transition-delay: 1.3s
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
    transition-duration: 1.35s
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
    transition-delay: 1.35s
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
    transition-duration: 1.4s
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
    transition-delay: 1.4s
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
    transition-duration: 1.45s
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
    transition-delay: 1.45s
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
    transition-duration: 1.5s
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
    transition-delay: 1.5s
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
    transition-duration: 1.55s
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
    transition-delay: 1.55s
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
    transition-duration: 1.6s
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
    transition-delay: 1.6s
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
    transition-duration: 1.65s
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
    transition-delay: 1.65s
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
    transition-duration: 1.7s
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
    transition-delay: 1.7s
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
    transition-duration: 1.75s
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
    transition-delay: 1.75s
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
    transition-duration: 1.8s
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
    transition-delay: 1.8s
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
    transition-duration: 1.85s
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
    transition-delay: 1.85s
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
    transition-duration: 1.9s
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
    transition-delay: 1.9s
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
    transition-duration: 1.95s
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
    transition-delay: 1.95s
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
    transition-duration: 2s
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
    transition-delay: 2s
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
    transition-duration: 2.05s
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
    transition-delay: 2.05s
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
    transition-duration: 2.1s
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
    transition-delay: 2.1s
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
    transition-duration: 2.15s
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
    transition-delay: 2.15s
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
    transition-duration: 2.2s
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
    transition-delay: 2.2s
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
    transition-duration: 2.25s
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
    transition-delay: 2.25s
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
    transition-duration: 2.3s
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
    transition-delay: 2.3s
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
    transition-duration: 2.35s
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
    transition-delay: 2.35s
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
    transition-duration: 2.4s
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
    transition-delay: 2.4s
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
    transition-duration: 2.45s
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
    transition-delay: 2.45s
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
    transition-duration: 2.5s
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
    transition-delay: 2.5s
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
    transition-duration: 2.55s
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
    transition-delay: 2.55s
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
    transition-duration: 2.6s
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
    transition-delay: 2.6s
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
    transition-duration: 2.65s
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
    transition-delay: 2.65s
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
    transition-duration: 2.7s
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
    transition-delay: 2.7s
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
    transition-duration: 2.75s
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
    transition-delay: 2.75s
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
    transition-duration: 2.8s
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
    transition-delay: 2.8s
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
    transition-duration: 2.85s
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
    transition-delay: 2.85s
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
    transition-duration: 2.9s
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
    transition-delay: 2.9s
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
    transition-duration: 2.95s
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
    transition-delay: 2.95s
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
    transition-duration: 3s
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
    transition-delay: 0
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
    transition-delay:3s
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
    transition-timing-function:cubic-bezier(.25, .25, .75, .75)
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
    transition-timing-function:ease
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
    transition-timing-function:ease-in
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
    transition-timing-function:ease-out
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
    transition-timing-function:ease-in-out
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
    transition-timing-function:cubic-bezier(.6, -.28, .735, .045)
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
    transition-timing-function:cubic-bezier(.175, .885, .32, 1.275)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
    transition-timing-function:cubic-bezier(.68, -.55, .265, 1.55)
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
    transition-timing-function:cubic-bezier(.47, 0, .745, .715)
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
    transition-timing-function:cubic-bezier(.39, .575, .565, 1)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
    transition-timing-function:cubic-bezier(.445, .05, .55, .95)
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
    transition-timing-function:cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
    transition-timing-function:cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
    transition-timing-function:cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
    transition-timing-function:cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
    transition-timing-function:cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
    transition-timing-function:cubic-bezier(.455, .03, .515, .955)
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
    transition-timing-function:cubic-bezier(.55, .085, .68, .53)
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
    transition-timing-function:cubic-bezier(.25, .46, .45, .94)
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
    transition-timing-function:cubic-bezier(.455, .03, .515, .955)
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property:opacity, transform
}

[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform:translateZ(0)
}

[data-aos=fade-up] {
    transform:translate3d(0, 100px, 0)
}

[data-aos=fade-down] {
    transform:translate3d(0, -100px, 0)
}

[data-aos=fade-right] {
    transform:translate3d(-100px, 0, 0)
}

[data-aos=fade-left] {
    transform:translate3d(100px, 0, 0)
}

[data-aos=fade-up-right] {
    transform:translate3d(-100px, 100px, 0)
}

[data-aos=fade-up-left] {
    transform:translate3d(100px, 100px, 0)
}

[data-aos=fade-down-right] {
    transform:translate3d(-100px, -100px, 0)
}

[data-aos=fade-down-left] {
    transform:translate3d(100px, -100px, 0)
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property:opacity, transform
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    transform:translateZ(0) scale(1)
}

[data-aos=zoom-in] {
    transform:scale(.6)
}

[data-aos=zoom-in-up] {
    transform:translate3d(0, 100px, 0) scale(.6)
}

[data-aos=zoom-in-down] {
    transform:translate3d(0, -100px, 0) scale(.6)
}

[data-aos=zoom-in-right] {
    transform:translate3d(-100px, 0, 0) scale(.6)
}

[data-aos=zoom-in-left] {
    transform:translate3d(100px, 0, 0) scale(.6)
}

[data-aos=zoom-out] {
    transform:scale(1.2)
}

[data-aos=zoom-out-up] {
    transform:translate3d(0, 100px, 0) scale(1.2)
}

[data-aos=zoom-out-down] {
    transform:translate3d(0, -100px, 0) scale(1.2)
}

[data-aos=zoom-out-right] {
    transform:translate3d(-100px, 0, 0) scale(1.2)
}

[data-aos=zoom-out-left] {
    transform:translate3d(100px, 0, 0) scale(1.2)
}

[data-aos^=slide][data-aos^=slide] {
    transition-property:transform
}

[data-aos^=slide][data-aos^=slide].aos-animate {
    transform:translateZ(0)
}

[data-aos=slide-up] {
    transform:translate3d(0, 100%, 0)
}

[data-aos=slide-down] {
    transform:translate3d(0, -100%, 0)
}

[data-aos=slide-right] {
    transform:translate3d(-100%, 0, 0)
}

[data-aos=slide-left] {
    transform:translate3d(100%, 0, 0)
}

[data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property:transform
}

[data-aos=flip-left] {
    transform:perspective(2500px) rotateY(-100deg)
}

[data-aos=flip-left].aos-animate {
    transform:perspective(2500px) rotateY(0)
}

[data-aos=flip-right] {
    transform:perspective(2500px) rotateY(100deg)
}

[data-aos=flip-right].aos-animate {
    transform:perspective(2500px) rotateY(0)
}

[data-aos=flip-up] {
    transform:perspective(2500px) rotateX(-100deg)
}

[data-aos=flip-up].aos-animate {
    transform:perspective(2500px) rotateX(0)
}

[data-aos=flip-down] {
    transform:perspective(2500px) rotateX(100deg)
}

[data-aos=flip-down].aos-animate {
    transform:perspective(2500px) rotateX(0)
}

.slick-slider {
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color:transparent
}

.slick-list, .slick-slider {
    position: relative;
    display:block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding:0
}

.slick-list:focus {
    outline:none
}

.slick-list.dragging {
    cursor: pointer;
    cursor:hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    transform:translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right:auto
}

.slick-track:after, .slick-track:before {
    content: "";
    display:table
}

.slick-track:after {
    clear:both
}

.slick-loading .slick-track {
    visibility:hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display:none
}

[dir=rtl] .slick-slide {
    float:right
}

.slick-slide img {
    display:block
}

.slick-slide.slick-loading img {
    display:none
}

.slick-slide.dragging img {
    pointer-events:none
}

.slick-initialized .slick-slide {
    display:block
}

.slick-loading .slick-slide {
    visibility:hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border:1px solid transparent
}

.slick-arrow.slick-hidden {
    display:none
}

.slick-loading .slick-list {
    background:#fff url(ajax-loader.fb6f3c230cb846e25247.gif) 50% no-repeat
}

@font-face {
    font-family: slick;
    src: url(slick.a4e97f5a2a64f0ab1323.eot);
    src: url(slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"), url(slick.295183786cd8a1389865.woff) format("woff"), url(slick.c94f7671dcc99dce43e2.ttf) format("truetype"), url(slick.2630a3e3eab21c607e21.svg#slick) format("svg");
    font-weight: 400;
    font-style:normal
}

.slick-next, .slick-prev {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    border:none
}

.slick-next, .slick-next:focus, .slick-next:hover, .slick-prev, .slick-prev:focus, .slick-prev:hover {
    background: transparent;
    color: transparent;
    outline:none
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity:1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity:.25
}

.slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale
}

.slick-prev {
    left:-25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right:-25px
}

.slick-prev:before {
    content: "â†"
}

[dir=rtl] .slick-prev:before {
    content: "â†’"
}

.slick-next {
    right:-25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right:auto
}

.slick-next:before {
    content: "â†’"
}

[dir=rtl] .slick-next:before {
    content: "â†"
}

.slick-dotted.slick-slider {
    margin-bottom:30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width:100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding:0
}

.slick-dots li, .slick-dots li button {
    height: 20px;
    width: 20px;
    cursor:pointer
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding:5px
}

.slick-dots li button:focus, .slick-dots li button:hover {
    outline:none
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
    opacity:1
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "â€¢";
    width: 20px;
    height: 20px;
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity:.75
}

@font-face {
    font-family: 'Merriweather', serif;
    src: url(/assets/fonts/CerebriSans-Bold/font.woff) format("woff")
}

@font-face {
    font-family: CerebriSans-Book;
    src: url(/assets/fonts/CerebriSans-Book/font.woff) format("opentype")
}

@font-face {
    font-family: 'Merriweather', serif;
    src: url(/assets/fonts/CerebriSans-Regular/font.woff) format("opentype")
}

@font-face {
    font-family: CerebriSans-Light;
    src: url(/assets/fonts/CerebriSans-Light/font.woff) format("opentype")
}

body {
    /*color: #23455f !important;*/
    position: relative;
    font-variant-ligatures:no-common-ligatures;
	font-family:"Poppins" Sans-serif !important;
}

.unbold-title {
    font-family: 'Merriweather', serif;
}

.unbold-title {
    font-size: 30px;
    line-height:1.2;
}

.bold-title {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -.9px;
}

.parasize {
    font-size: 1em;
    line-height:24px
}

.disclaimer {
    font-size: 10px;
    font-family: Segoe UI;
    font-style:italic
}

.separator {
    margin:1em 0
}

.title-bold-h4 {
    font-size: 24px;
    font-family: inherit;
    line-height:36px
}

.btn.focus, .btn:focus {
    box-shadow:none
}


.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show &gt; .btn-primary.dropdown-toggle {
    background-color: #23455f;
    border-color:#23455f
}

.Nutriventia-mainwrapper {
    max-width: 1440px;
    margin: auto;
    padding-top: 4.9em;
    overflow-x:unset
}

.maxrestrict-1150 {
    margin: auto;
    max-width:1150px
}

.maxrestrict-1050 {
    margin: auto;
    max-width:1050px
}

.maxrestrict-950 {
    max-width: 950px;
    margin:auto
}

.maxrestrict-700 {
    max-width: 700px;
    margin:auto
}

.maxrestrict-720 {
    max-width: 720px;
    margin:auto
}

.maxrestrict-650 {
    max-width: 650px;
    margin:auto
}

.maxrestrict-820 {
    max-width: 100%;
    margin:auto
}

.link-green {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Merriweather', serif;
    display: inline-flex;
    align-items:center
}

.link-green, .link-green:hover {
    color: #23455f;
    text-decoration:none
}

.link-green-btn {
    border-radius: 30px;
    padding: .8em .5em;
    border: 0;
    max-width: 100%;
    width: 180px;
    margin: auto;
    font-family: 'Merriweather', serif;
}

.link-green-btn, .link-green-btn:hover {
    background: #23455f;
    color:#fff
}

.link-purple-btn {
    border-radius: 30px;
    padding: .8em .5em;
    border: 0;
    font-weight: 400;
    max-width: 100%;
    width: 180px;
    margin: auto;
    font-family: 'Merriweather', serif;
}

.link-purple-btn, .link-purple-btn:hover {
    background: #36095e;
    color:#fff
}

.link-whitebg-button {
    border: 1px solid #23455f;
    border-radius: 30px;
    padding: 12px 46px;
    background: #fff;
    color: #23455f;
    font-size: 18px;
    line-height: 24px;
}

.link-whitebg-button:hover {
    color:#23455f
}

.borderlink-green-btn {
    font-family: 'Merriweather', serif;
    padding: 13px 36px;
    background: transparent;
    border: 2px solid #23455f;
    color: #23455f;
    margin: auto;
    border-radius: 30px;
    box-shadow: 1px 1px 0 0, 2px 2px 0 0, 3px 3px 0 0, 4px 4px 0 0, 5px 5px 0 0;
    position: relative;
    font-size:18px
}

.borderlink-green-btn:hover {
    box-shadow: 0 0 0 0;
    color: #23455f;
    top: 3px;
    left:3px
}

@-webkit-keyframes bounce {
    0%, to {
        transform:translateX(0)
    }

    50% {
        transform:translateX(5px)
    }
}

@keyframes bounce {
    0%, to {
        transform:translateX(0)
    }

    50% {
        transform:translateX(5px)
    }
}

.product-individual-list-wraped .link-green:hover:after, .technologysection-wraped .link-green:hover:after {
    -webkit-animation: bounce 2s infinite;
    animation:bounce 2s infinite
}

.product-individual-list-wraped .link-green:after, .technologysection-wraped .link-green:after {
    content: "";
    width: 12px;
    height: 12px;
    position: relative;
    float: right;
    margin-left: 8px;
    background-image: url(learn-more-arrow.0162510a1cbc3c7c8b98.png);
    background-size: contain;
    background-position: 50%;
    margin-top:3px
}

html {
    overflow-x:hidden
}
a{
	color:#23455f;
}
header {
    background-color:transparent
}

header &gt; .navbar {
    background-color: #fff;
    padding:1.3rem .8rem
}

header .contact-btn-link a {
    color: #23455f;
    border: 1.5px solid;
    border-radius: 30px;
    padding:.4em 2em
}

header .logo a {
    display:inline-block
}

header .logo a img {
    max-width: 150px;
    width:100%
}

header .navbar-light .navbar-nav .nav-link {
    color: #000;
    letter-spacing: 1.7px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 400;
    margin:0 .6em
}

header .navbar-expand-lg .navbar-collapse {
    justify-content:flex-end
}

header .navbar-expand-lg .navbar-nav {
    margin-right:2em
}

footer {
    background: #333;
    color:#fff
}

footer img {
    width: 100%;
    max-width:170px
}

footer .footer-bottom .right-block img {
    max-width: 100px;
    width:100%
}

footer .links-wrapper .link a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    letter-spacing: .4px;
    line-height:28px
}

footer .links-wrapped &gt; ul {
    list-style-type:none
}

footer .links-wrapper .linkheading {
    font-size: 16px;
    margin-bottom: 10px;
    font-family: 'Merriweather', serif;
    line-height: 20px;
    letter-spacing:.3px
}

footer .footer-top {
    padding: 61px 0;
    border-bottom:1px solid
}

footer .links-wrapper ul {
    list-style-type:none
}

footer .footer-bottom .links-wrapper ul li:nth-child(2) {
    margin:0 3em
}

footer .footer-bottom .links-wrapper ul li {
    display:inline-block
}

footer .footer-bottom .links-wrapper ul {
    padding-left:0
}

footer .footer-bottom {
    padding:32px 0 44px
}

footer .footer-top-leftblock .title {
    padding-top: 56px;
    letter-spacing:.5px
}

footer .copyright-text {
    font-size: 12px;
    margin-top: 7px;
    line-height: 24px;
    letter-spacing:.3px
}

footer .footer-top .footer-top-rightblock .links-wrapper:last-child {
    padding-top:0
}

footer .footer-top .footer-top-rightblock .links-wrapper:last-child .two &gt; ul {
    margin-bottom:0
}

footer .footer-bottom .left-block {
    padding-left:0
}

footer .footer-bottom .right-block {
    padding-right: 0;
    text-align:right
}

footer .footer-top .footer-top-rightblock .links-wrapper:last-child .three &gt; ul:last-child {
    margin-bottom: 0;
    padding-top:.5em
}

footer .footer-top .footer-top-rightblock .links-wrapper:last-child .four &gt; ul:last-child li a {
    padding: .3em .3em .1em;
    display:inline-block
}

footer .footer-top .footer-top-rightblock .links-wrapper:last-child .four &gt; ul:last-child li a i {
    font-size: 1.1em;
    color:#000
}

footer .footer-top .footer-top-rightblock .links-wrapper:last-child .four &gt; ul:last-child {
    display: flex !important;
    min-height: auto;
    margin-bottom: 0;
    align-items: flex-end;
    position: absolute;
    bottom:10px
}

footer .footer-top .footer-top-rightblock .links-wrapper:last-child .four &gt; ul:last-child li:nth-child(2) {
    margin:0 10px
}

footer .footer-top .footer-top-rightblock {
    padding-right:0
}

footer .links-wrapped.four .linkheading {
    margin-bottom:15px
}

footer .links-wrapped.four .linkheading + .link {
    margin-bottom:12px
}

footer .links-wrapped.four .linkheading ~ .link a {
    font-weight:700
}

footer .footer-bottom .links-wrapper ul li a {
    font-size: 14px;
    line-height:24px
}

footer .footer-top .footer-top-rightblock .links-wrapper .links-wrapped.one .linkheading ~ .link a, footer .footer-top .footer-top-rightblock .links-wrapper .links-wrapped.two .linkheading ~ .link a {
    font-size:14px
}

footer .footer-about-link {
    font-family: 'Merriweather', serif;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    letter-spacing:.3px
}

footer .social_linkdsk a img {
    max-width:30px
}

.products-valuesectionmobile .owl-theme .owl-nav, .productssec-carausalwrapper .owl-theme .owl-nav {
    display:none
}

@media only screen and (max-width: 767px) {
    footer img {
        max-width:150px
    }

    footer .footer-top {
        padding:40px 24px 0
    }

    footer .links-wrapper ul {
        padding-left:0
    }

    footer .footer-top-leftblock .title {
        font-size: 10px;
        border-bottom: 1px solid #fff;
        padding-bottom: 24px;
        margin-bottom: 24px;
        letter-spacing: .3px;
        padding-top:18px
    }

    footer .links-wrapper .linkheading {
        font-size:14px
    }

    footer .footer-top .footer-top-rightblock .links-wrapper:last-child .two &gt; ul {
        padding-left: 0;
        margin-bottom: 40px !important;
        padding-top:15px
    }

    footer .links-wrapper ul {
        margin-bottom:24px !important
    }

    footer .footer-top .footer-top-rightblock .links-wrapper:last-child .four &gt; ul:last-child {
        min-height: auto;
        padding-bottom: 0;
        margin-bottom: 32px !important;
        display:none !important
    }

    footer .footer-bottom {
        padding:0 24px 40px
    }

    footer .footer-bottom .left-block {
        padding-right: 0;
        border-top: 1px solid;
        padding-top: 30px;
        padding-bottom:10px
    }

    footer .footer-bottom .left-block &gt; ul {
        display: flex;
        justify-content:flex-start
    }

    footer .footer-bottom .links-wrapper ul li:nth-child(2) {
        margin-left:60px
    }

    footer .footer-bottom .right-block {
        text-align: left;
        padding-left:0
    }

    footer .footer-bottom .left-block &gt; ul {
        margin-bottom:1.2em !important
    }

    footer .footer-top {
        border-bottom:0
    }

    header .logo a img {
        max-width:110px
    }

    .productssec-carausalwrapper .owl-carousel .owl-item img {
        max-width: 100%;
        width: auto;
        max-height:140px
    }

    footer .footer-top .footer-top-leftblock, footer .footer-top .footer-top-rightblock {
        padding-left: 0;
        padding-right:0
    }

    footer .links-wrapper .linkheading {
        margin-bottom:8px
    }

    footer .links-wrapper .link a {
        font-size: 14px;
        line-height: 24px;
        letter-spacing:.35px
    }

    footer .copyright-text {
        margin-top:8px
    }

    .productssec-carausalwrapper .owl-carousel .owl-stage-outer {
        padding:.2em
    }

    footer .links-wrapped.one {
        display:flex
    }

    footer .mobile-aboutus-footer-wraper .mobile-social-wraper &gt; ul {
        display:flex !important
    }

    footer .links-wrapped.one &gt; ul {
        flex:1
    }

    footer .mobile-aboutus-footer-wraper .mobile-social-wraper &gt; ul li a {
        padding:.3em .3em .1em
    }

    footer .mobile-aboutus-footer-wraper .mobile-social-wraper &gt; ul li a i {
        font-size: 1.1em;
        color:#000
    }

    footer .links-wrapped.one .mobile-aboutus-footer-wraper .linkheading, footer .links-wrapped.one .mobile-aboutus-footer-wraper .linkheading + .link {
        margin-bottom:10px
    }

    footer .links-wrapped.one .mobile-aboutus-footer-wraper .linkheading ~ .link a {
        font-weight:700
    }

    footer .mobile-aboutus-footer-wraper .mobile-social-wraper &gt; ul li:nth-child(2) {
        margin:0 10px
    }

    footer .links-wrapped.one &gt; ul {
        margin-bottom: 0;
        margin-bottom:-42px !important
    }

    footer .mobile-aboutus-footer-wraper .mobile-social-wraper &gt; ul {
        margin-bottom: 0 !important;
        margin-top:20px
    }

    footer ul.mobile-aboutus-footer-wraper {
        padding-left:40px
    }

    footer .social_linkmb a img {
        max-width:25px
    }
}

@media only screen and (min-width: 1200px) {
    .maxrestrict-1084 {
        margin: auto;
        max-width:1084px
    }

    .business-sec-home-wraper, .descliamer-wraper .title-desc-sec {
        padding-left: 0;
        padding-right:0
    }

    footer .footer-top .footer-top-leftblock {
        padding-left:0
    }

    header &gt; .navbar {
        max-width: 100%;
        margin: auto;
        padding:1.3em 100px
    }

    .CaffXtend-mainwraper .product-sec-2-wrapper .chooseproduct-sec-wraped .left-block .parasize {
        max-width:540px
    }

    div.productlist-mainwraper .product-listing-scroll-spywraper .product-individual-list-wraped-inner #tumxtrasection, div.productlist-mainwraper .product-listing-scroll-spywraper .product-individual-list-wraped-inner .product-individual-list {
        padding-top:170px
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner {
        padding:160px 155px
    }

    .footer-wrapper {
        padding:0 100px
    }

    footer .footer-bottom, footer .footer-top {
        max-width:100%
    }
}

@media only screen and (min-width: 1440px) {
    .maxrestrict-1440 {
        margin: auto !important;
        max-width:1440px !important
    }

    header &gt; .navbar {
        padding: 22px 100px;
        margin:auto
    }

    header .navbar-light .navbar-nav .nav-link {
        margin: 0 .6em;
        padding: 0 15px;
        line-height:15px
    }

    header .contact-btn-link a {
        padding: 8px 34px;
        font-size: 16px;
        line-height:24px
    }

    .footer-wrapper {
        padding:0 100px
    }

    .products-valuesection {
        padding:110px 0 90px
    }

    .maxrestrict-1140 {
        margin: auto;
        max-width:1140px
    }
}

@media only screen and (min-width: 768px) and(max-width: 991px) {
    header .logo a img {
        max-width:110px
    }

    footer .footer-top .footer-top-rightblock {
        padding-right:15px
    }

    footer .footer-bottom {
        padding:30px 24px
    }

    footer .footer-top {
        padding:61px 24px
    }

    footer .footer-top .footer-top-rightblock .links-wrapper:first-child .three &gt; ul, footer .footer-top .footer-top-rightblock .links-wrapper:last-child .four &gt; ul, footer .links-wrapper ul {
        padding-left:0
    }

    .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .title-bold-h4 {
        text-align:center
    }
}

@media only screen and (min-width: 992px) and(max-width: 1199px) {
    footer .footer-bottom {
        padding:35px 0 40px
    }

    footer .footer-top {
        padding:61px 15px
    }

    footer .footer-top .footer-top-rightblock .links-wrapper:first-child .three &gt; ul, footer .footer-top .footer-top-rightblock .links-wrapper:last-child .four &gt; ul, footer .links-wrapper ul {
        padding-left:0
    }
}

@media only screen and (min-width: 1200px) and(max-width: 1400px) {
    div#carouselhomepage-bannersec .carousel-caption.firsrlslidertext-wrper &gt; img {
        max-width:250px
    }

    div#carouselhomepage-bannersec .carousel-caption.firsrlslidertext-wrper {
        max-width:41%
    }

    div#carouselhomepage-bannersec .carousel-caption.firsrlslidertext-wrper .parasize {
        padding:10px 0
    }
}

.bold-title, .unbold-title {
    line-height: 40px;
    letter-spacing:normal
}

.product-page-mainwrapper .request-samplesec-home .title-desc-sec .bold-title {
    color: #fff;
    line-height:36px
}

.benifits-advanncerwapper .title-descptwraper .parasize .top-text {
    font-size: 10px;
    top: -.8em;
    letter-spacing:.5px
}

.CaffXtend-mainwraper .product-sec-2-wrapper .chooseproduct-sec-wraped .left-block .parasize.one {
    padding-bottom:20px
}

.CaffXtend-mainwraper .product-sec-5-wrapper .technologyandformulationwraped .card-wrapper .card-wrapped &gt; ol {
    padding-left: 1em;
    list-style-position:outside
}

.CaffXtend-mainwraper .product-sec-5-wrapper .technologyandformulationwraped .card-wrapped.two .title-bold-h4 {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 23px;
    text-transform: uppercase;
    padding-top: 14px;
    margin-bottom:12px
}

.CaffXtend-mainwraper .product-sec-5-wrapper .technologyandformulationwraped .card-wrapper.right-block {
    align-self: center;
    text-align:center
}

.CaffXtend-mainwraper .product-sec-5-wrapper .technologyandformulationwraped .left-block .card-wrapped ul {
    padding-left:1em
}

.CaffXtend-mainwraper .product-sec-6-wrapper .practical-applicationwapped .card-wrapper:last-child .card-wrapped .title-bold-h5 {
    padding-left:6px
}

.CaffXtend-mainwraper .product-sec-2-wrapper {
    background: #3a2416;
    color:#fff
}

.CaffXtend-mainwraper .product-sec-5-wrapper .title-desc-sec {
    padding-bottom:35px
}

.CaffXtend-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper &gt; .image-wrapped {
    padding-top: 75px;
    padding-bottom:15px
}

.unstain-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper &gt; .image-wrapped img {
    max-width:250px
}

.unstain-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper &gt; .image-wrapped {
    padding-top: 70px;
    padding-bottom:35px
}

.unstain-mainwraper .product-sec-2-wrapper .chooseproduct-sec-wraper .left-section-wraper .parasize.one {
    padding-bottom:20px
}

.unstain-mainwraper .product-sec-2-wrapper {
    background:#fddbbe
}

.unstain-mainwraper .product-sec-5-wrapper .technologyandformulationwraped .left-block .parasize {
    padding:2px 0 26px
}

.unstain-mainwraper .product-sec-5-wrapper .technologyandformulationwraped .right-block {
    align-self: center;
    text-align:center
}

.unstain-mainwraper .product-sec-5-wrapper .technologyandformulationwraped .card-wrapped.two .title-bold-h4 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 23px;
    letter-spacing:2px
}

.unstain-mainwraper .product-sec-5-wrapper .technologyandformulationwraped .left-block .card-wrapped ul {
    padding-left:1.1em
}

.unstain-mainwraper .product-sec-5-wrapper .technologyandformulationwraped .card-wrapped.two .title-bold-h4 .top-text {
    letter-spacing: 0;
    font-size: 10px;
    top:-.6em
}

.product-sec-5-wrapper .technologyandformulationwraped .left-block .card-wrapped ul li .top-text {
    font-size:10px
}

.unstain-mainwraper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .product-image-wraper &gt; img {
    max-width:270px
}

.bsrx-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper .image-wrapped img {
    max-width:235px
}

.bsrx-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper &gt; .image-wrapped {
    padding-top: 70px;
    padding-bottom:25px
}

.bsrx-mainwraper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .product-image-wraper &gt; img {
    max-width:210px
}

.bsrx-mainwraper .product-sec-2-wrapper .chooseproduct-sec-wraper .left-section-wraper .parasize.one {
    padding-bottom:20px
}

.bsrx-mainwraper .product-sec-2-wrapper {
    background:#eee5f1
}

.cfence-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper .image-wrapped img {
    max-width:235px
}

.cfence-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper &gt; .image-wrapped {
    padding-top: 70px;
    padding-bottom:25px
}

.cfence-mainwraper .product-sec-2-wrapper .chooseproduct-sec-wraper .left-section-wraper .parasize.one {
    padding-bottom:20px
}

.cfence-mainwraper .product-sec-2-wrapper {
    background:#ffe3de
}

.keto-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper .image-wrapped img {
    max-width:400px
}

.keto-mainwraper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .product-image-wraper &gt; img {
    max-width:300px
}

.keto-mainwraper .product-sec-2-wrapper .chooseproduct-sec-wraper .left-section-wraper .parasize.one {
    padding-bottom:20px
}

.keto-mainwraper .product-sec-2-wrapper {
    background: #572e8e;
    color:#fff
}

.keto-mainwraper .product-sec-5-wrapper .technologyandformulationwraped .left-block .parasize.three {
    margin-bottom:24px
}

.keto-mainwraper .product-sec-5-wrapper .technologyandformulationwraped .right-block {
    align-self: center;
    text-align:center
}

.keto-mainwraper .product-sec-5-wrapper .technologyandformulationwraped .left-block .card-wrapped .title-bold-h4 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 23px;
    letter-spacing:2px
}

.breadcrumb .top-text.tm {
    font-size:8px
}

@media only screen and (max-width: 768px) {
    .breadcrumb .top-text {
        font-size: 10px;
        letter-spacing:.5px
    }
}

@media only screen and (min-width: 992px) {
    .breadcrumb .top-text {
        font-size: 10px;
        top: .6em;
        letter-spacing:.5px
    }
}

@media only screen and (min-width: 768px) {
    .breadcrumb .top-text {
        font-size: 10px;
        letter-spacing:.5px
    }
}

.product-page-mainwrapper .licencertificatesec {
    padding: 0 150px 100px;
    flex-direction:column
}

.product-page-mainwrapper .licencertificatesec .licencertificatesec-wraped .title-desc-sec {
    padding-bottom:40px
}

.product-page-mainwrapper .licencertificatesec .licencertificatesec-wraped .image-wraper &gt; img {
    max-width:235px
}

.product-sec-6-wrapper .practical-applicationwapped .card-wrapped {
    max-width: 150px;
    text-align:center
}

.product-page-mainwrapper .request-samplesec-home {
    background: #23455f;
    color: #fff;
    padding:75px 100px
}

.product-page-mainwrapper .request-samplesec-home .parasize {
    padding:20px 0 40px
}

.product-page-mainwrapper .product-sec-1-wrapper .right-block .product-image-wraper img {
    max-width: 100%;
    width: 100%;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius:100px
}

.product-page-mainwrapper .product-sec-1-wrapper .left-block .title-image-wraper img {
    max-width:100%
}

.product-page-mainwrapper .product-sec-1-wrapper .breadcrumb-wraper .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 50px;
    padding-left:0
}

.product-page-mainwrapper .product-sec-1-wrapper .breadcrumb-wraper .breadcrumb li a {
    line-height: 24px;
    color:#bababa
}

.product-page-mainwrapper .product-sec-1-wrapper {
    padding-top: 30px;
    padding-bottom:80px;
}

.product-page-mainwrapper .product-sec-1-wrapper .breadcrumb-item.active {
    color:#000
}

.product-sec-1-wrapper .left-block .title-image-wraper .image-wrapped img {
    max-width: 350px;
    width:100%
}

.product-sec-1-wrapper .left-block .prod-subtitle-unbold {
    font-size: 54px;
    line-height: 30px;
    line-height:80px;
}

.product-sec-1-wrapper .left-block .prod-subtitle-bold {
    font-size: 60px;
    line-height: 60px;
    font-family: 'Merriweather', serif;
}

.product-sec-1-wrapper .left-block .title-image-wraper &gt; .image-wrapped {
    padding-top: 80px;
    padding-bottom:35px
}

.product-page-mainwrapper .product-sec-1-wrapper .left-block {
    padding-left:0
}
/*
.product-sec-1-wrapper .left-block .title-image-wraper {
    padding-left:50px
}

.product-page-mainwrapper .product-sec-1-wrapper .right-block .product-image-wraper {
    padding-right:50px
}*/

.product-sec-9-wrapper {
    padding:50px 150px
}

.product-sec-9-wrapper .para-wrapped .parasize {
    font-size: 12px;
    line-height: 18px;
    padding-bottom:20px
}

.product-sec-9-wrapper .para-wrapped .parasize:last-child {
    padding-bottom:0
}

.product-sec-3-wrapper {
    padding:30px 0px 0px;
}

.product-sec-3-wrapper .benifits-advanncerwapped .card-wrapped {
    display:flex
}

.product-sec-3-wrapper .benifits-advanncerwapped .card-wrapped .image-wraper {
    padding-right:15px
}

.product-sec-3-wrapper .benifits-advanncerwapped .card-wrapped .image-wraper &gt; img {
    max-width:65px;
	padding:0;
}

.product-sec-3-wrapper .title-desc-sec {
    padding-bottom:60px
}

.benifits-advanncerwapper .title-descptwraper .parasize {
    max-width: 305px;
    margin-bottom:0
}

.product-sec-3-wrapper .title-descptwraper .title-bold-h4 {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 24px;
	font-weight:normal;
    letter-spacing: 0px;
}

.benifits-advanncerwapper .separator {
    margin:24px 0
}

.product-sec-6-wrapper {
    padding:50px 0px;
}
/*
.product-sec-6-wrapper &gt; .title-desc-sec {
    padding-bottom:40px
}*/

.product-sec-6-wrapper .practical-applicationwapped .card-wrapped .image-wraper &gt; img {
    max-width:65px
}

.product-sec-6-wrapper .practical-applicationwapped .card-wrapped .title-bold-h5 {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 16px;
    line-height:24px
}

.product-sec-5-wrapper {
    padding:0 150px
}

.product-sec-5-wrapper .technologyandformulationwraped .card-wrapper .image-wraper &gt; img {
    max-width:450px
}

.product-sec-5-wrapper .technologyandformulationwraped .left-block .card-wrapped ul li {
    font-size: 16px;
    line-height:28px
}

.product-sec-5-wrapper .technologyandformulationwraped .left-block .card-wrapped ul {
    padding-left:1.8em
}

.product-sec-5-wrapper .title-desc-sec {
    padding-bottom:20px
}

.product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .product-image-wraper &gt; img {
    max-width:300px
}

.product-sec-2-wrapper {
    background: #ffe0bf;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius:100px
}

.product-sec-2-wrapper .chooseproduct-sec-wraper {
    padding:100px 150px
}

.product-sec-2-wrapper .chooseproduct-sec-wraped .left-block .left-section-wraper .section-1-wraped .title-bold-h4 {
    line-height: 23px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom:20px
}

.product-sec-2-wrapper .chooseproduct-sec-wraped .left-block .left-section-wraper .section-1-wraped {
    padding-bottom:45px
}

.product-sec-2-wrapper .chooseproduct-sec-wraped .left-block .left-section-wraper .section-2-wraped .parasize {
    padding-bottom: 20px;
    margin-bottom: 0;
    padding-left: 0;
    list-style-position:inside
}

.product-sec-2-wrapper .chooseproduct-sec-wraped .left-block .left-section-wraper .section-2-wraped .bold-title {
    padding-bottom:20px
}

.product-sec-2-wrapper .chooseproduct-sec-wraped .left-block .left-section-wraper .title-bold-h4 {
    font-size: 18px;
    line-height:24px
}

.product-sec-2-wrapper .chooseproduct-sec-wraped .left-block .left-section-wraper .section-2-wraped .title-bold-h4 span {
    font-family: 'Merriweather', serif;
    text-align:center
}

.product-sec-2-wrapper .chooseproduct-sec-wraped .left-block .left-section-wraper .section-2-wraped .title-bold-h4 {
    display: flex;
    margin-top: 10px;
    margin-bottom:0
}

.product-sec-2-wrapper .chooseproduct-sec-wraped .left-block .left-section-wraper .section-2-wraped .title-bold-h4 span .small-size {
    font-size: 12px;
    line-height: 15px;
    font-family: 'Merriweather', serif;
}

.product-sec-2-wrapper .chooseproduct-sec-wraped .left-block .left-section-wraper .section-2-wraped .title-bold-h4 .equallizer {
    margin:0 5px
}

.product-sec-2-wrapper .chooseproduct-sec-wraped .right-block {
    text-align: center;
    align-self:center
}

.product-sec-2-wrapper .chooseproduct-sec-wraped .left-block .left-section-wraper .section-2-wraped .bold-title .top-text {
    font-size: 14px;
    top:-1.2em
}

.product-sec-2-wrapper .chooseproduct-sec-wraped .left-block .left-section-wraper .section-2-wraped .title-bold-h4 .top-text {
    font-size: 10px;
    top: -.8em;
    letter-spacing:-3.5px
}

.product-sec-2-wrapper .chooseproduct-sec-wraped .left-block .left-section-wraper .section-2-wraped .parasize .top-text {
    font-size: 10px;
    top: -.8em;
    letter-spacing:.5px
}

.product-page-mainwrapper .technologysection-wraped .vertical-tabs {
    font-size: 15px;
    color: #23455f;
    padding:0 10px
}

.technologysection-wraped .vertical-tabs .nav-tabs .nav-link {
    border-radius: 0;
    text-align: left;
    height: auto;
    width: auto;
    background-color: transparent;
    color: lightgrey;
    border: 0;
    font-size: 18px;
    line-height: 24px;
    padding-left: 20px;
    padding-bottom: 0;
    margin-bottom: 48px;
    display: flex;
    align-items:center
}

.technologysection-wraped .vertical-tabs .nav-tabs .nav-link.active {
    color:#23455f
}

.technologysection-wraped .vertical-tabs .tab-content &gt; .active {
    background: #fff;
    display:block
}

.technologysection-wraped .vertical-tabs .nav.nav-tabs {
    border-bottom: 0;
    border-right: none;
    display: block;
    float: left;
    padding-right:15px
}

.product-page-mainwrapper .technologysection-wraped .vertical-tabs .sv-tab-panel {
    background: transparent;
    height: auto;
    padding-top:0
}

.technologysection-wraped .vertical-tabs .nav-tabs li:last-child .nav-link {
    margin-bottom:0
}

.technologysection-wraped .vertical-tabs .sv-tab-panel .card {
    border:0
}

.technologysection-wraped .vertical-tabs .sv-tab-panel .card &gt; img {
    max-width: 70px;
    margin-bottom:22px
}

.technologysection-wraped .vertical-tabs .sv-tab-panel .card .card-body {
    margin-top: 0;
    padding:0
}

.title-desc-sec .parasize {
    padding:2em 0 3em
}

.technologysection-wraped .vertical-tabs .sv-tab-panel .card .card-body .link-green i {
    margin-left: .3em;
    font-weight:700
}

.technologysection-wraped .vertical-tabs .nav-tabs .nav-link .number {
    font-size: 16px;
    display: inline-block;
    vertical-align:middle
}

.technologysection-wraped .vertical-tabs .nav-tabs .nav-link .separator {
    width: 50px;
    height: 1px;
    background: #333;
    display: inline-block;
    vertical-align: middle;
    margin:0 .5em
}

.technologysection-wraped .vertical-tabs .nav-tabs .nav-link.active .separator {
    background-color:#333
}

.technologysection-wraped .vertical-tabs .nav-tabs .nav-link .separatorNot {
    background-color:#fff
}

.technologysection-wraped .vertical-tabs .nav-tabs .nav-link .separator {
    background-color:rgba(51, 51, 51, .3)
}

.product-page-mainwrapper .technologysection-wraped {
    padding:0 150px 80px
}

.product-page-mainwrapper .technologysection-wraped .title-desc-sec {
    padding-bottom:40px
}

.technologysection-wraped .vertical-tabs .nav-tabs .nav-link .text {
    font-family: 'Merriweather', serif;
}

.technologysection-wraped .nav-tabs a .text:hover {
    color:#23455f
}

.productlist-mainwraper .product-listing-scroll-spywraper .product-individual-list-wraped-inner .product-individual-list .card-wrapped p .top-text.tm {
    font-size: 8px;
    top:-1.2em
}

.technologysection-wraped .tab-pane.active {
    -webkit-animation: slide-down 1s ease-out;
    animation:slide-down 1s ease-out
}

.marginClass {
    margin-left:90px
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        transform:translateY(30%)
    }

    to {
        opacity: 1;
        transform:translateY(0)
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform:translateY(30%)
    }

    to {
        opacity: 1;
        transform:translateY(0)
    }
}

.product-page-mainwrapper #accordionproducttecnology .card-header .title {
    font-size: 18px;
    line-height: 18px;
    color:#000
}

.product-page-mainwrapper #accordionproducttecnology .card-header .accicon {
    float: right;
    font-size: 1.5em;
    width:1.2em
}

.product-page-mainwrapper #accordionproducttecnology .card-header {
    cursor: pointer;
    border-bottom: none;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-page-mainwrapper #accordionproducttecnology .card {
    border: 0;
    border-bottom:1px solid hsla(0, 0%, 59.2%, .2)
}

.product-page-mainwrapper #accordionproducttecnology .card-body {
    border-top: 0;
    padding-top: 0;
    padding-left:55px
}

.product-page-mainwrapper #accordionproducttecnology .card-header:not(.collapsed) .rotate-icon {
    transform:rotate(90deg)
}

.product-page-mainwrapper #accordionproducttecnology .card:last-child &gt; .card-header {
    padding-bottom:5px
}

.product-page-mainwrapper #accordionproducttecnology .card-body a i {
    margin-left:.5em
}

.product-page-mainwrapper #accordionproducttecnology .card:last-child {
    border-bottom:0
}

.product-page-mainwrapper #accordionproducttecnology .accodiantitle-imgwraper &gt; img {
    max-width: 40px;
    margin-right:15px
}

.product-page-mainwrapper #accordionproducttecnology .card-header .title &gt; span {
    display: inline-block;
    vertical-align:middle
}

@media only screen and (max-width: 991px) {
    .product-page-mainwrapper div.product-sec-1-wrapper .product-image-wraper img {
        border-bottom-left-radius: 25px !important;
        border-bottom-right-radius:25px !important
    }

    .product-page-mainwrapper .product-sec-1-wrapper .left-block .title-image-wraper img {
        max-width: 240px;
        width:100%
    }

    .product-page-mainwrapper .product-sec-1-wrapper .left-block .prod-subtitle-unbold {
        font-size: 40px;
        line-height:normal;
    }

    .product-page-mainwrapper .product-sec-1-wrapper .left-block .prod-subtitle-bold {
        font-size: 30px;
        line-height:30px
    }

    .product-page-mainwrapper .product-sec-1-wrapper .left-block .title-image-wraper &gt; .image-wrapped {
        padding-top: 45px;
        padding-bottom:16px
    }

    .product-page-mainwrapper .product-sec-1-wrapper .left-block .title-image-wraper {
        padding-left: 9px;
        padding-bottom:50px
    }

    .product-page-mainwrapper .product-sec-2-wrapper .chooseproduct-sec-wraper {
        padding:45px 24px 40px
    }

    .product-page-mainwrapper .product-sec-2-wrapper .chooseproduct-sec-wraped .left-block .left-section-wraper .section-1-wraped .title-bold-h4 {
        line-height: 20px;
        font-size:14px
    }

    .product-page-mainwrapper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .product-image-wraper &gt; img {
        max-width:170px
    }

    .product-page-mainwrapper .product-sec-2-wrapper .chooseproduct-sec-wraped .left-block .left-section-wraper .section-1-wraped {
        padding-bottom:0
    }

    .product-page-mainwrapper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .product-image-wraper {
        padding: 40px 0 22px;
        text-align:left
    }

    .product-page-mainwrapper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .bold-title {
        margin-bottom:24px
    }

    .product-page-mainwrapper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .parasize {
        margin-bottom: 21px;
        padding-left: 0;
        list-style-position:inside
    }

    .product-page-mainwrapper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .parasize.two {
        margin-bottom:0
    }

    .product-page-mainwrapper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block {
        text-align:left
    }

    .product-page-mainwrapper .product-sec-3-wrapper {
        padding:48px 15px 0
    }

    .product-page-mainwrapper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .title-bold-h4 {
        font-size: 13px;
        line-height: 21px;
        display: flex;
        justify-content:flex-start
    }

    .product-page-mainwrapper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .title-bold-h4 .equallizer {
        margin:0 3px
    }

    .product-page-mainwrapper .product-sec-1-wrapper .breadcrumb-wraper .breadcrumb {
        padding:16px 0
    }

    .product-page-mainwrapper .product-sec-1-wrapper .breadcrumb-wraper .breadcrumb li {
        line-height: 14px;
        font-size: 14px;
        align-items:center
    }

    .product-page-mainwrapper .product-sec-1-wrapper .breadcrumb-item.active {
        line-height: 10px;
        font-size:10px
    }

    .product-page-mainwrapper .request-samplesec-home .title-desc-sec .bold-title {
        font-size: 24px;
        line-height: 36px;
        letter-spacing:-.6px
    }

    .technologysection-wraped .marginClass, .technologysection-wrapermain .marginClass {
        margin-left:83px
    }
}

@media only screen and (max-width: 767px) {
    .product-page-mainwrapper.bsrx-mainwraper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .product-image-wraper &gt; img {
        max-width:80px
    }

    .CaffXtend-mainwraper .product-sec-5-wrapper .title-desc-sec {
        padding-bottom:20px
    }

    .CaffXtend-mainwraper .product-sec-5-wrapper .technologyandformulationwraped .card-wrapped.two .title-bold-h4 {
        font-size: 14px;
        line-height:21px
    }

    .unbold-title {
        font-size: 30px;
        line-height:28px
    }

    .bold-title {
        font-size: 24px;
        line-height:28px
    }

    .parasize {
        font-size: 14px;
        line-height:21px
    }

    .product-page-mainwrapper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .title-bold-h4 .left-content, .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .title-bold-h4 .right-content {
        text-align: center;
        font-family: 'Merriweather', serif;
    }

    .product-page-mainwrapper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .title-bold-h4 {
        font-size: 13px;
        line-height: 21px;
        display: flex;
        justify-content: flex-start;
        letter-spacing:-.2px
    }

    .product-page-mainwrapper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .title-bold-h4 span .small-size {
        font-size: 12px;
        line-height:15px
    }

    .product-page-mainwrapper .product-sec-2-wrapper {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 30px;
        border-top-right-radius:30px
    }

    .product-page-mainwrapper .product-sec-3-wrapper .benifits-advanncerwapped .card-wrapped .image-wraper &gt; img {
        max-width:40px
    }

    .product-page-mainwrapper .product-sec-3-wrapper .title-descptwraper .title-bold-h4 {
        line-height: 18px;
        text-transform: uppercase;
        margin-bottom: 8px;
        font-size:14px
    }

    .product-page-mainwrapper .product-sec-3-wrapper .title-desc-sec {
        padding-bottom: 40px;
        padding-left:9px
    }

    .product-page-mainwrapper .product-sec-3-wrapper .benifits-advanncerwapped .card-wrapped .image-wraper {
        padding-right:15px
    }

    .product-page-mainwrapper .product-sec-3-wrapper .benifits-advanncerwapped .card-wrapper {
        padding-bottom:30px
    }

    .product-page-mainwrapper .product-sec-3-wrapper .benifits-advanncerwapped .separator {
        display:none
    }

    .product-page-mainwrapper .product-sec-3-wrapper .benifits-advanncerwapped .card-wrapper:last-child {
        padding-bottom:0
    }

    .product-page-mainwrapper .product-sec-5-wrapper {
        padding:0 9px
    }

    .product-page-mainwrapper .product-sec-5-wrapper .technologyandformulationwraped .card-wrapper .image-wraper &gt; img {
        max-width:100%
    }

    .product-page-mainwrapper .product-sec-5-wrapper .title-desc-sec .unbold-title {
        font-size: 18px;
        line-height:28px
    }

    .product-page-mainwrapper .product-sec-5-wrapper .technologyandformulationwraped .right-block {
        margin-top:20px
    }

    .product-page-mainwrapper .product-sec-5-wrapper .technologyandformulationwraped .left-block .card-wrapped ul {
        padding-left:1em
    }

    .product-page-mainwrapper .product-sec-5-wrapper .technologyandformulationwraped .left-block .card-wrapped ul li {
        font-size: 14px;
        line-height:21px
    }

    .product-page-mainwrapper .product-sec-6-wrapper {
        padding:50px 9px 45px
    }

    .product-page-mainwrapper .product-sec-6-wrapper &gt; .title-desc-sec {
        padding-bottom:24px
    }

    .product-page-mainwrapper .product-sec-6-wrapper .practical-applicationwapped .card-wrapped .image-wraper &gt; img {
        max-width:40px
    }

    .product-page-mainwrapper .product-sec-6-wrapper .practical-applicationwapped .card-wrapped .title-bold-h5 {
        font-size: 14px;
        line-height:18px
    }

    .product-page-mainwrapper.turmxtra-wraper .product-sec-6-wrapper .practical-applicationwapped .card-wrapped .title-bold-h5 {
        font-size: 13px;
        line-height:16px
    }

    .product-page-mainwrapper .product-sec-6-wrapper .practical-applicationwapped .card-wrapper {
        flex: 1;
        max-width:25%
    }

    .product-page-mainwrapper .product-sec-6-wrapper .practical-applicationwapped .card-wrapper .card-wrapped {
        text-align:center
    }

    .product-page-mainwrapper .request-samplesec-home {
        padding:45px 9px
    }

    .product-page-mainwrapper .request-samplesec-home .title-desc-sec {
        line-height: 36px;
        letter-spacing:-.25px
    }

    .product-page-mainwrapper .request-samplesec-home .parasize {
        padding:8px 0 30px
    }

    .product-page-mainwrapper .request-samplesec-home .link-whitebg-button {
        border-radius: 25px;
        padding: 8px 35px;
        font-size: 14px;
        max-width:160px
    }

    .product-page-mainwrapper .product-sec-9-wrapper {
        padding:35px 9px
    }

    .product-page-mainwrapper .product-sec-9-wrapper .para-wrapped .parasize {
        font-size: 10px;
        line-height:14px
    }

    .product-sec-9-wrapper .para-wrapped .parasize {
        padding-bottom:16px
    }

    .product-sec-9-wrapper .para-wrapped .parasize:last-child {
        padding-bottom:0
    }

    .product-page-mainwrapper .product-sec-1-wrapper .right-block {
        padding-left: 9px;
        padding-right:9px
    }

    .product-page-mainwrapper #accordionproducttecnology .card-body .card-text {
        margin-bottom:0
    }

    .technologysection-wrapermain .technologysection-wrapedmobile {
        padding-bottom: 48px;
        padding-left:24px
    }

    .product-page-mainwrapper .product-sec-1-wrapper .left-block .title-image-wraper img {
        max-width:240px
    }

    .product-page-mainwrapper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .title-bold-h4 .left-content .top-text {
        font-size: 10px;
        top: -.8em;
        letter-spacing:-3.5px
    }

    .product-page-mainwrapper div.product-sec-1-wrapper .product-image-wraper img {
        border-bottom-left-radius: 30px !important;
        border-bottom-right-radius:30px !important
    }

    .product-page-mainwrapper .product-sec-3-wrapper .title-desc-sec + .benifits-advanncerwapper {
        padding-left:9px
    }

    .product-page-mainwrapper #accordionproducttecnology .card-header .title {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 1.5px;
    }

    .product-page-mainwrapper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .bold-title .top-text {
        font-size: 10px;
        top: -1.2em;
        letter-spacing:.5px
    }

    .product-page-mainwrapper .product-sec-1-wrapper .breadcrumb-wraper .breadcrumb li, .product-page-mainwrapper .product-sec-1-wrapper .breadcrumb-wraper .breadcrumb li a {
        line-height: 10px !important;
        font-size:10px !important
    }

    .product-page-mainwrapper .product-sec-1-wrapper {
        flex-direction: column-reverse;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom:0
    }

    .product-page-mainwrapper .product-sec-1-wrapper .right-block .product-image-wraper {
        padding-right: 0;
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right:-50vw
    }

    .CaffXtend-mainwraper .product-sec-5-wrapper .technologyandformulationwraped .card-wrapper .card-wrapped &gt; ol li {
        font-size: 14px;
        line-height:21px
    }

    .bsrx-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper .image-wrapped img, .unstain-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper &gt; .image-wrapped img {
        max-width:150px
    }

    .unstain-mainwraper .product-sec-5-wrapper .technologyandformulationwraped .card-wrapped.two .title-bold-h4 {
        font-size: 14px;
        line-height:21px
    }

    .product-page-mainwrapper.CaffXtend-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper img {
        max-width:180px
    }

    .product-page-mainwrapper.CaffXtend-mainwraper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .product-image-wraper &gt; img {
        max-width:130px
    }

    .keto-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper .image-wrapped img {
        max-width:240px
    }

    .product-page-mainwrapper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .product-image-wraper &gt; img {
        max-width:130px
    }

    .keto-mainwraper .product-sec-5-wrapper .technologyandformulationwraped .left-block .card-wrapped .title-bold-h4 {
        font-size: 14px;
        line-height:21px
    }

    .product-page-mainwrapper .request-samplesec-home .title-desc-sec .bold-title {
        letter-spacing:-.25px
    }

    div.product-page-mainwrapper .licencertificatesec {
        padding:0 9px 50px
    }

    div.product-page-mainwrapper .licencertificatesec .licencertificatesec-wraped .title-desc-sec {
        padding-bottom:24px
    }
}

@media only screen and (min-width: 480px) and(max-width: 767px) {
    .product-sec-5-wrapper .technologyandformulationwraped .card-wrapper .image-wraper &gt; img {
        width: 100%;
        max-width:400px
    }
}

@media only screen and (min-width: 768px) and(max-width: 991px) {
    .product-page-mainwrapper.bsrx-mainwraper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .product-image-wraper {
        padding-top:0
    }

    .product-page-mainwrapper.bsrx-mainwraper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .product-image-wraper img {
        max-width:150px
    }

    .CaffXtend-mainwraper .product-sec-5-wrapper .title-desc-sec {
        padding-bottom:20px
    }

    .CaffXtend-mainwraper .product-sec-5-wrapper .technologyandformulationwraped .card-wrapped.two .title-bold-h4, .CaffXtend-mainwraper .product-sec-5-wrapper .technologyandformulationwraped .card-wrapper .card-wrapped &gt; ol li {
        font-size: 14px;
        line-height:21px
    }

    .unstain-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper &gt; .image-wrapped {
        padding-top: 35px;
        padding-bottom:25px
    }

    .unstain-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper &gt; .image-wrapped img {
        max-width:150px
    }

    .product-page-mainwrapper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .product-image-wraper {
        text-align: center;
        padding-top:70px
    }

    .product-page-mainwrapper .product-sec-2-wrapper .chooseproduct-sec-wraped .left-block .left-section-wraper .section-1-wraped .title-bold-h4 {
        line-height: 26px;
        font-size:18px
    }

    .product-page-mainwrapper .product-sec-2-wrapper .chooseproduct-sec-wraped .left-block .left-section-wraper .section-1-wraped {
        padding-bottom:33px
    }

    .product-page-mainwrapper .product-sec-5-wrapper {
        padding:0 50px 50px
    }

    .product-page-mainwrapper .product-sec-5-wrapper .technologyandformulationwraped .card-wrapper .image-wraper &gt; img {
        width: 100%;
        max-width:400px
    }

    .product-page-mainwrapper .product-sec-6-wrapper {
        padding:50px 24px
    }

    .product-page-mainwrapper .technologysection-wraped {
        padding:0 24px 40px
    }

    .product-page-mainwrapper .product-sec-9-wrapper {
        padding:45px 24px
    }

    .parasize, .product-page-mainwrapper .product-sec-9-wrapper .para-wrapped .parasize {
        font-size: 16px;
        line-height:24px
    }

    header .navbar-toggler-icon {
        width: 25px;
        height:25px
    }

    header &gt; .navbar {
        padding:18px 32px
    }
.breadcrumb li a{
	color:#23455f;
}
    .product-page-mainwrapper .product-sec-1-wrapper .breadcrumb-wraper .breadcrumb li, .product-page-mainwrapper .product-sec-1-wrapper .breadcrumb-wraper .breadcrumb li a {
        line-height: 10px !important;
        font-size:10px !important
    }

    .product-page-mainwrapper .product-sec-1-wrapper {
        padding:0 50px 50px 32px
    }

    .product-page-mainwrapper .product-sec-1-wrapper .right-block .product-image-wraper {
        padding-right:0
    }

    .product-page-mainwrapper .product-sec-1-wrapper .left-block .title-image-wraper {
        padding-left:32px
    }

    .product-page-mainwrapper div.product-sec-1-wrapper .product-image-wraper img {
        border-bottom-left-radius: 50px !important;
        border-bottom-right-radius:50px !important
    }

    .product-page-mainwrapper .product-sec-2-wrapper .chooseproduct-sec-wraper {
        padding:60px 64px
    }

    .product-page-mainwrapper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block {
        display: flex;
        flex-direction:row-reverse
    }

    .product-page-mainwrapper .product-sec-2-wrapper .chooseproduct-sec-wraped .left-block .left-section-wraper .section-1-wraped .title-bold-h4 {
        line-height: 18px;
        font-size:14px
    }

    .product-sec-2-wrapper .chooseproduct-sec-wraped .left-block .left-section-wraper .section-1-wraped .title-bold-h4 {
        margin-bottom:15px
    }

    .parasize {
        font-size: 14px;
        line-height:21px
    }

    .unbold-title {
        font-size:18px
    }

    .bold-title, .unbold-title {
        line-height:28px
    }

    .bold-title {
        font-size:24px
    }

    .product-page-mainwrapper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .title-bold-h4 .left-content .top-text {
        font-size: 10px;
        top: -.8em;
        letter-spacing:-3.5px
    }

    .product-page-mainwrapper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .product-image-wraper img {
        max-width:280px
    }

    .product-page-mainwrapper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .product-image-wraper {
        padding-left:70px
    }

    .product-page-mainwrapper .product-sec-2-wrapper {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius:50px
    }

    .product-page-mainwrapper .product-sec-3-wrapper {
        padding:50px
    }

    .product-page-mainwrapper .product-sec-3-wrapper .title-desc-sec {
        padding-bottom:35px
    }

    .product-page-mainwrapper .product-sec-3-wrapper .benifits-advanncerwapped .card-wrapped .image-wraper &gt; img {
        max-width:50px
    }

    .product-page-mainwrapper .product-sec-3-wrapper .benifits-advanncerwapped .card-wrapped .image-wraper {
        padding-right:15px
    }

    .product-page-mainwrapper .product-sec-3-wrapper .title-descptwraper .title-bold-h4 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom:9px
    }

    .product-page-mainwrapper .product-sec-5-wrapper .title-desc-sec {
        padding-bottom:18px
    }

    .product-page-mainwrapper .product-sec-5-wrapper .technologyandformulationwraped .left-block .card-wrapped ul li {
        font-size: 14px;
        line-height:21px
    }

    .product-page-mainwrapper .product-sec-5-wrapper .technologyandformulationwraped .left-block .card-wrapped ul {
        padding-left:1.2em
    }

    .product-page-mainwrapper .product-sec-5-wrapper .technologyandformulationwraped .card-wrapper .image-wraper &gt; img {
        max-width:300px
    }

    .product-page-mainwrapper .product-sec-6-wrapper {
        padding:0 50px 50px
    }

    .product-page-mainwrapper .technologysection-wraped {
        padding:0 55px 50px
    }

    .technologysection-wraped .vertical-tabs .nav-tabs .nav-link {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 1.5px !important;
        margin-bottom:40px
    }

    .technologysection-wraped .vertical-tabs .sv-tab-panel .card &gt; img {
        max-width: 50px;
        padding-bottom:0
    }

    .product-page-mainwrapper .technologysection-wraped .title-desc-sec {
        padding-bottom:30px
    }

    .technologysection-wraped .vertical-tabs .sv-tab-panel {
        height:auto
    }

    .technologysection-wraped .vertical-tabs .sv-tab-panel .card &gt; img {
        margin-bottom:16px
    }

    .technologysection-wraped .vertical-tabs .nav-tabs .nav-link .number {
        font-size: 14px;
        line-height:21px
    }

    .product-page-mainwrapper .request-samplesec-home {
        padding:43px 64px
    }

    .product-page-mainwrapper .request-samplesec-home .parasize {
        padding:16px 0 32px
    }

    .product-page-mainwrapper .request-samplesec-home .link-whitebg-button {
        font-size: 14px;
        line-height: 24px;
        padding:9px 40px
    }

    .product-page-mainwrapper .product-sec-9-wrapper {
        padding:30px 64px
    }

    .product-page-mainwrapper .product-sec-9-wrapper .para-wrapped .parasize {
        font-size: 10px;
        line-height:14px
    }

    .product-sec-9-wrapper .para-wrapped .parasize {
        padding-bottom:16px
    }

    .product-sec-9-wrapper .para-wrapped .parasize:last-child {
        padding-bottom:0
    }

    .product-page-mainwrapper .product-sec-6-wrapper .practical-applicationwapped .card-wrapped .image-wraper &gt; img {
        max-width:50px
    }

    .product-page-mainwrapper .product-sec-6-wrapper .practical-applicationwapped .card-wrapped .title-bold-h5 {
        font-size: 14px;
        line-height: 21px;
        margin-top:10px
    }

    footer .footer-top {
        padding:45px 0
    }

    footer .footer-top-leftblock .title {
        padding-top: 22px;
        letter-spacing: .5px;
        font-size: 12px;
        line-height: 15px;
        padding-bottom:40px
    }

    .product-sec-5-wrapper .title-desc-sec {
        padding-bottom:30px
    }

    footer img {
        max-width:130px
    }

    footer .footer-top .footer-top-rightblock .links-wrapper:last-child .four &gt; ul:last-child {
        margin-top: 30px;
        min-height:auto
    }

    footer .footer-bottom {
        padding:30px 0 40px
    }

    footer {
        padding:0 50px !important
    }

    footer .footer-top .footer-top-leftblock, footer .footer-top .footer-top-rightblock {
        padding-left:0
    }

    .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .title-bold-h4 &gt; span {
        font-family: 'Poppins', sans-serif;
    }

    .product-page-mainwrapper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .bold-title .top-text {
        font-size: 10px;
        top: -1.2em;
        letter-spacing:.5px
    }

    .product-page-mainwrapper .product-sec-6-wrapper .practical-applicationwapped .card-wrapped {
        max-width: 100px;
        text-align:center
    }

    .CaffXtend-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper &gt; .image-wrapped {
        padding-top:40px
    }

    .product-page-mainwrapper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block {
        padding-top:30px
    }

    .product-page-mainwrapper.turmxtra-wraper .product-sec-1-wrapper .left-block .title-image-wraper &gt; .image-wrapped {
        padding-top: 50px;
        padding-bottom:25px
    }

    .product-page-mainwrapper.bsrx-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper &gt; .image-wrapped {
        padding-top: 30px;
        padding-bottom:15px
    }

    .product-page-mainwrapper.keto-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper &gt; .image-wrapped {
        padding-top: 50px;
        padding-bottom:30px
    }

    .product-page-mainwrapper.unstain-mainwraper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .product-image-wraper {
        padding-top:0
    }

    .product-page-mainwrapper.keto-mainwraper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .product-image-wraper img {
        max-width:180px
    }

    .product-page-mainwrapper.keto-mainwraper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .product-image-wraper {
        padding-top:50px
    }

    .product-page-mainwrapper.turmxtra-wraper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .product-image-wraper img {
        max-width:230px
    }

    .bsrx-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper .image-wrapped img {
        max-width:150px
    }

    .unstain-mainwraper .product-sec-5-wrapper .technologyandformulationwraped .card-wrapped.two .title-bold-h4 {
        font-size: 14px;
        line-height:21px
    }

    .product-page-mainwrapper.CaffXtend-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper img {
        max-width:200px
    }

    .product-page-mainwrapper.unstain-mainwraper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .product-image-wraper img {
        max-width:230px
    }

    .product-page-mainwrapper.CaffXtend-mainwraper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .product-image-wraper &gt; img {
        max-width:180px
    }

    .keto-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper .image-wrapped img {
        max-width:240px
    }

    .keto-mainwraper .product-sec-5-wrapper .technologyandformulationwraped .left-block .card-wrapped .title-bold-h4 {
        font-size: 14px;
        line-height:21px
    }

    div.product-page-mainwrapper .licencertificatesec {
        padding:0 55px 50px
    }

    div.product-page-mainwrapper .licencertificatesec .licencertificatesec-wraped .title-desc-sec {
        padding-bottom:30px
    }
}

@media only screen and (min-width: 992px) and(max-width: 1199px) {
    div.product-page-mainwrapper .licencertificatesec {
        padding:0 65px 80px
    }

    .product-page-mainwrapper.unstain-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper &gt; .image-wrapped {
        padding-top: 40px;
        padding-bottom:20px
    }

    .product-page-mainwrapper.keto-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper &gt; .image-wrapped {
        padding-top: 75px;
        padding-bottom:30px
    }

    .product-page-mainwrapper.CaffXtend-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper &gt; .image-wrapped {
        padding-top: 65px;
        padding-bottom:10px
    }

    .product-page-mainwrapper.bsrx-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper .image-wrapped img {
        max-width:200px
    }

    .product-page-mainwrapper.bsrx-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper &gt; .image-wrapped {
        padding-top: 55px;
        padding-bottom:15px
    }

    .unstain-mainwraper .product-sec-5-wrapper .technologyandformulationwraped .left-block .card-wrapped ul {
        margin-bottom:0
    }

    .unstain-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper &gt; .image-wrapped {
        padding-top: 50px;
        padding-bottom:25px
    }

    .unstain-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper &gt; .image-wrapped img {
        max-width:220px
    }

    .CaffXtend-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper &gt; .image-wrapped {
        padding-top:65px
    }

    .CaffXtend-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper .image-wrapped img {
        max-width:250px
    }

    .product-page-mainwrapper .product-sec-1-wrapper .right-block .product-image-wraper {
        padding-right:0
    }

    .product-page-mainwrapper .product-sec-1-wrapper {
        padding-left: 24px;
        padding-right:24px
    }

    .product-page-mainwrapper .product-sec-2-wrapper .chooseproduct-sec-wraper {
        padding:100px 40px
    }

    .product-page-mainwrapper .product-sec-5-wrapper {
        padding:0 24px
    }

    .product-page-mainwrapper .product-sec-6-wrapper {
        padding:60px 24px
    }

    .product-page-mainwrapper .product-sec-1-wrapper {
        padding:0 24px 100px
    }

    .product-page-mainwrapper .technologysection-wraped {
        padding:0 24px 40px
    }

    .product-page-mainwrapper .product-sec-9-wrapper {
        padding:50px 24px
    }

    header &gt; .navbar {
        padding:20px 40px
    }

    header .navbar-light .navbar-nav .nav-link {
        line-height: 15px;
        margin: 0 11px;
        padding:0
    }

    header .contact-btn-link a {
        padding:8px 34px
    }

    .product-page-mainwrapper .product-sec-1-wrapper {
        padding:0 40px 80px
    }

    .product-page-mainwrapper .product-sec-1-wrapper .right-block {
        padding:0
    }

    .product-page-mainwrapper .product-sec-1-wrapper .left-block .title-image-wraper &gt; .image-wrapped {
        padding-top: 65px;
        padding-bottom:25px
    }

    .product-page-mainwrapper .product-sec-1-wrapper .left-block .title-image-wraper .image-wrapped img {
        max-width:316px
    }

    .product-page-mainwrapper .product-sec-1-wrapper .left-block .prod-subtitle-bold {
        font-size: 50px;
        line-height:50px
    }

    .product-page-mainwrapper .product-sec-1-wrapper .left-block .prod-subtitle-unbold {
        font-size: 35px;
        line-height: 50px;
        line-height:-1.25px
    }

    .product-page-mainwrapper .product-sec-1-wrapper .right-block .product-image-wraper img {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius:50px
    }

    .product-page-mainwrapper .product-sec-2-wrapper .chooseproduct-sec-wraper {
        padding:80px
    }

    .product-page-mainwrapper .product-sec-3-wrapper {
        padding:80px 65px 0
    }

    .product-page-mainwrapper .product-sec-5-wrapper {
        padding:0 65px
    }

    .product-page-mainwrapper .product-sec-5-wrapper .technologyandformulationwraped .card-wrapper .image-wraper &gt; img {
        max-width:400px
    }

    .product-page-mainwrapper .product-sec-6-wrapper {
        padding:80px
    }

    .product-page-mainwrapper .technologysection-wraped {
        padding:0 80px 80px
    }

    .product-page-mainwrapper .request-samplesec-home {
        padding:75px 80px
    }

    .product-page-mainwrapper .product-sec-9-wrapper {
        padding:40px 64px
    }

    .product-page-mainwrapper .product-sec-1-wrapper .left-block .title-image-wraper {
        padding-left:40px
    }

    .product-page-mainwrapper .product-sec-2-wrapper {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius:50px
    }

    .product-page-mainwrapper .product-sec-6-wrapper &gt; .title-desc-sec {
        padding-bottom:45px
    }

    .product-page-mainwrapper .technologysection-wraped .title-desc-sec {
        padding-bottom:42px
    }

    footer {
        padding:0 60px !important
    }

    footer .footer-top {
        padding:50px 0
    }

    footer .footer-top .footer-top-leftblock {
        padding-left:0
    }

    footer .footer-top-leftblock .title {
        padding-top:35px
    }

    .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .bold-title .top-text {
        font-size: 8px;
        top: -1.8em;
        letter-spacing:.5px
    }

    .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .parasize .top-text {
        font-size: 7px;
        top: -.8em;
        letter-spacing:.5px
    }

    .product-sec-6-wrapper .practical-applicationwapped .card-wrapped {
        max-width: 100px;
        text-align:center
    }

    .turmxtra-wraper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .product-image-wraper &gt; img {
        max-width:270px
    }

    .product-page-mainwrapper .product-sec-1-wrapper .left-block .title-image-wraper .image-wrapped img {
        max-width:220px
    }

    .product-page-mainwrapper.CaffXtend-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper img {
        max-width:260px
    }

    .product-page-mainwrapper.unstain-mainwraper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .product-image-wraper &gt; img {
        max-width:270px
    }

    .product-page-mainwrapper.CaffXtend-mainwraper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .product-image-wraper &gt; img {
        max-width:280px
    }

    .keto-mainwraper .product-sec-2-wrapper .chooseproduct-sec-wraped .right-block .product-image-wraper &gt; img {
        max-width:250px
    }

    .keto-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper .image-wrapped img {
        max-width:240px
    }
}

@media only screen and (min-width: 1200px) and(max-width: 1400px) {
    .CaffXtend-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper &gt; .image-wrapped img {
        max-width:240px
    }

    .CaffXtend-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper &gt; .image-wrapped {
        padding-top:60px
    }

    .product-sec-1-wrapper .left-block .title-image-wraper &gt; .image-wrapped {
        padding-top: 65px;
        padding-bottom:30px
    }

    .product-sec-1-wrapper .left-block .title-image-wraper &gt; .image-wrapped img {
        max-width:300px
    }

    .product-sec-1-wrapper .left-block .prod-subtitle-unbold {
        font-size: 38px;
        line-height: 30px;
        line-height:60px
    }

    .product-sec-1-wrapper .left-block .prod-subtitle-bold {
        font-size: 52px;
        line-height: 52px;
       font-family: 'Poppins', sans-serif;
    }

    .unstain-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper &gt; .image-wrapped {
        padding-top: 40px;
        padding-bottom:20px
    }

    .bsrx-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper &gt; .image-wrapped {
        padding-top: 45px;
        padding-bottom:10px
    }
}

@media only screen and (min-width: 1200px) {
    .product-sec-2-wrapper .chooseproduct-sec-wraper .left-section-wraper .parasize {
        max-width:540px
    }

    .product-sec-6-wrapper .practical-applicationwapped .card-wrapped {
        max-width: 100px;
        text-align:center
    }

    .descliamer-wraper &gt; .para-wrapped {
        padding:0
    }

    header &gt; .desktop-navbar .navbar-nav &gt; .nav-item .nav-link {
        line-height:19px
    }
}

@media only screen and (min-width: 1440px) {
    .Nutriventia-mainwrapper {
        padding-top:5.5em
    }

    .product-sec-1-wrapper .left-block .title-image-wraper &gt; .image-wrapped {
        padding-top: 85px;
        padding-bottom:40px
    }

    .product-page-mainwrapper .product-sec-1-wrapper {
        max-width: 1440px;
        margin: auto;
        padding-left: 85px;
        padding-right:85px
    }

    .home-page-mainwrapper #carouselhomepage-bannersec .carousel-caption.firsrlslidertext-wrper {
        max-width: 605px;
        padding:50px 65px
    }

    footer .links-wrapped.four &gt; ul {
        padding-left:80px
    }

    footer .footer-top .footer-top-rightblock .links-wrapper:last-child .two &gt; ul {
        padding-left:50px
    }

    .descliamer-wraper &gt; .para-wrapped {
        padding:0
    }
}

@media only screen and (max-width: 1200px) {
    .benifits-advanncerwapper .title-descptwraper .parasize .top-text {
        font-size: 10px;
        top: -.8em;
        letter-spacing:.5px
    }
}

@media only screen and (max-width: 380px) {
    .product-page-mainwrapper #accordionproducttecnology .accodiantitle-imgwraper &gt; img {
        max-width:40px
    }

    .product-page-mainwrapper #accordionproducttecnology .card-body {
        padding-left:55px
    }
}

@media only screen and (max-width: 360px) {
    .product-page-mainwrapper #accordionproducttecnology .accodiantitle-imgwraper &gt; img {
        max-width:40px
    }
}

.home-page-mainwrapper .w-100 {
    max-width:100%
}

.home-page-mainwrapper .slidersection .carousel-indicators li {
    height: 10px;
    width: 10px;
    border-radius:50%
}

.home-page-mainwrapper .slidersection {
    justify-content:center
}

.home-productsection .productsthumbnails-wraped .card:nth-child(2) .image-title {
    min-height:0
}

.home-productsection .productsthumbnails-wraped .card .card-img-top {
    width: auto;
    max-height:none
}

.home-productsection .productsthumbnails-wraped .card .image-wraper img {
    max-height:175px
}

.home-productsection .productsthumbnails-wraped .card .image-title {
    width: 100%;
    max-width: 120px;
    padding-top: 1.2em;
    min-height:0
}

.home-productsection {
    padding:100px 0
}

.home-page-mainwrapper .slidersection .carousel-item &gt; img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius:0
}

.home-productsection .productsthumbnails-wraped .card a i {
    margin-left: 9px;
    margin-top:2px
}

.home-productsection .title-desc-sec .parasize {
    padding:20px 0 40px
}

.home-productsection .productsthumbnails-wraped {
    justify-content:space-around
}

.home-productsection .productsthumbnails-wraped .link-green-btn {
    padding:1em 1.5em
}

.home-productsection .productsthumbnails-wraped &gt; .card .card-body {
    padding:0
}

.home-productsection .productsthumbnails-wraped &gt; .card {
    box-shadow: 0 2px 20px 0 #ebebeb;
    border-radius: 30px;
    max-width: 320px;
    padding: 1.5em;
    border: 0;
    transition:transform .42s cubic-bezier(.165, .84, .44, 1)
}

.home-productsection .productsthumbnails-wraped &gt; .card:hover {
    transform:scale(1.05)
}

.home-productsection .productsthumbnails-wraped &gt; .card .card-body .card-text {
    margin:15px 0
}

.home-productsection .productsthumbnails-wraped &gt; .card:last-child {
    border: none;
    box-shadow:none
}

.products-valuesection .prod-section-wrapped img {
    width: 100%;
    max-width: 350px;
    border-radius:22px
}

.products-valuesection {
    padding: 110px 0 90px;
    background: #23455f;
    color: #fff;
    border-radius: 100px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius:0
}

.products-valuesection .prod-section-wrapped .left-block, .products-valuesection .prod-section-wrapped .right-block {
    margin:0 auto
}

.partersection-home {
    padding:5em 0
}

.partersection-home .partnersec-wraped .partnersec-inner .card-body {
    box-shadow: 1px 3px 7px 3px #ccc;
    border-radius: 30px;
    padding: 0;
    display:flex
}

.partersection-home .partnersec-wraper {
    padding:3em 0
}

.partersection-home .partnersec-wraped .partnersec-inner .card-body .left-block {
    flex: 1;
    background-color: #ebebeb;
    border-radius: 30px;
    border-top-right-radius: 0;
    border-bottom-right-radius:0
}

.partersection-home .partnersec-wraped .partnersec-inner .card-body .right-block {
    flex: 2;
    padding:1em
}

.partersection-home .title-desc-sec .parasize {
    padding-top:1.5em
}

.partersection-home .link-button-wraper {
    text-align:center
}

.request-samplesec-home {
    padding: 50px;
    color:#000
}

.request-samplesec-home .parasize {
    padding:20px 0 50px
}

.request-samplesec-home .parasize + .link-green-btn {
    width:210px
}

.business-sec-home {
    padding: 5em 0;
    background-color:#f6f6f6
}

.business-sec-home .section-wraper img {
    width: 100%;
    max-width:160px
}

.business-sec-home .section-wraper .link-wraper {
    padding-top:1em
}

.descliamer-wraper .title-desc-sec .desclaimer-title {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Merriweather', serif;
}

.descliamer-wraper {
    padding:50px 100px
}

.descliamer-wraper .title-desc-sec .descliamer-desc {
    font-size:14px
}

.request-samplesec-home .title-desc-sec .bold-title {
    color: #23455f;
    font-size: 36px;
    letter-spacing:-.9px
}

.products-valuesection &gt; .title-desc-sec {
    padding-bottom: 50px;
    padding-left:0
}

.business-sec-home .section-wraper .link-wraper &gt; a {
    padding: 8px 30px;
    width:auto
}

.business-sec-home .image-wraper {
    padding:30px 0 10px
}

.business-sec-home .section-wraper .image-wraper &gt; img {
    max-height:none
}

#carouselhomepage-bannersec .carousel-caption.firsrlslidertext-wrper {
    max-width: 630px;
    left: 100px;
    bottom: 100px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    right: auto;
    top: 0;
    background-color: #23455f;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding: 80px 65px 68px;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius:100px
}

#carouselhomepage-bannersec .carousel-caption.firsrlslidertext-wrper &gt; img {
    max-width:300px
}

#carouselhomepage-bannersec .carousel-caption.firsrlslidertext-wrper .parasize {
    font-size: 1em;
    padding: 20px 0;
    color:#fff
}

#carouselhomepage-bannersec .carousel-caption.firsrlslidertext-wrper .link-whitebg-button {
    padding: 14px 44px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 24px;
    font-family: 'Merriweather', serif;
    max-width:200px
}

.home-technologysection .technologysection-wraped .vertical-tabs {
    font-size: 15px;
    padding: 10px;
    color:#000
}

.home-technologysection .technologysection-wraped .vertical-tabs .nav-tabs .nav-link {
    line-height: 23px;
    letter-spacing: 2px;
    border-radius: 0;
    text-align: left;
    font-size: 18px;
    height: auto;
    width: auto;
    background-color: transparent;
    color: #23455f;
    border: 0;
    margin-bottom: 45px;
    padding-left:.3em
}

.home-technologysection .technologysection-wraped .vertical-tabs .nav-tabs .nav-link.active {
    color:#333
}

.home-technologysection .technologysection-wraped .vertical-tabs .tab-content &gt; .active {
    background: #fff;
    display:block
}

.home-technologysection .technologysection-wraped .vertical-tabs .nav.nav-tabs {
    border-bottom: 0;
    border-right: none;
    display: block;
    float: left;
    padding-right:15px
}

.home-technologysection .technologysection-wraped .vertical-tabs .sv-tab-panel {
    background: #fff;
    height: 274px;
    padding-top:10px
}

.home-technologysection {
    padding-bottom:5em
}

.home-technologysection .technologysection-wraped .vertical-tabs .nav-tabs li:last-child .nav-link {
    margin-bottom:0
}

.home-technologysection .technologysection-wraped .vertical-tabs .sv-tab-panel .card {
    border:0
}

.home-technologysection .technologysection-wraped .vertical-tabs .sv-tab-panel .card &gt; img {
    max-width:130px
}

.home-technologysection .technologysection-wraped .vertical-tabs .sv-tab-panel .card .card-body {
    padding-left: 0;
    margin-top:1em
}

.home-technologysection .title-desc-sec .parasize {
    padding:2em 0 3em
}

.home-technologysection .technologysection-wraped .vertical-tabs .sv-tab-panel .card .card-body .link-green i {
    margin-left: .3em;
    font-weight:700
}

.home-technologysection .technologysection-wraped .vertical-tabs .nav-tabs .nav-link .number {
    font-size: 16px;
    display: inline-block;
    vertical-align:middle
}

.home-technologysection .technologysection-wraped .vertical-tabs .nav-tabs .nav-link .separator {
    width: 50px;
    height: 1px;
    background: #333;
    display: inline-block;
    vertical-align: middle;
    margin:0 .5em
}

.home-technologysection .technologysection-wraped .vertical-tabs .nav-tabs .nav-link.active .separator {
    background-color:#333
}

.home-technologysection .technologysection-wraped .vertical-tabs .nav-tabs .nav-link .separatorNot {
    background-color:#fff
}

.home-technologysection .technologysection-wraped .vertical-tabs .nav-tabs .nav-link .separator {
    background-color:rgba(51, 51, 51, .3)
}

.productssec-carausalwrapper .card .image-title {
    max-width: 150px;
    padding-top: .8em;
    max-height:50px
}

.productssec-carausalwrapper .card {
    padding: 1.5em;
    border-radius: 30px;
    position:relative
}

.productssec-carausalwrapper .card .card-body {
    padding:0
}

.productssec-carausalwrapper .card .link-green i {
    margin-left:.5em
}

.productssec-carausalwrapper .viewl-allmobilebtn {
    margin-top:1.1em
}

.productssec-carausalwrapper .link-green-btn {
    width:150px
}

.products-valueseccarousal .products-value-carausalwrapper .card {
    background-color: #23455f;
    border:0
}

.products-valueseccarousal .card .card-body {
    padding-left: 0;
    padding-right: 0;
    padding-top:2em
}

.products-valueseccarousal .card img {
    border-radius:20px
}

.products-valueseccarousal {
    padding-left: 0;
    padding-right:0
}

.home-productsection .productsthumbnails-wraped .separator {
    margin:.6em 0
}

.home-productsection .productsthumbnails-wraped &gt; .card:last-child:hover {
    box-shadow:none
}

.home-productsection .productsthumbnails-wraped &gt; .card .borderlink-green-btn {
    padding:14px 50px
}

.home-page-mainwrapper #accordionproducttecnology .card-header .title {
    font-size: 18px;
    line-height: 18px;
    color:#000
}

.home-page-mainwrapper #accordionproducttecnology .card-header .accicon {
    float: right;
    font-size: 1.5em;
    width:1.2em
}

.home-page-mainwrapper #accordionproducttecnology .card-header {
    cursor: pointer;
    border-bottom: none;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:24px 0 20px
}

.home-page-mainwrapper #accordionproducttecnology .card {
    border: 0;
    border-bottom:1px solid #ebebeb
}

.home-page-mainwrapper #accordionproducttecnology .card-body {
    border-top: 0;
    padding-top: 0;
    padding-left:55px
}

.home-page-mainwrapper #accordionproducttecnology .card-header:not(.collapsed) .rotate-icon {
    transform:rotate(90deg)
}

.home-page-mainwrapper #accordionproducttecnology .card:last-child &gt; .card-header {
    padding-bottom:5px
}

.home-page-mainwrapper #accordionproducttecnology .card-body a i {
    margin-left:.5em
}

.home-page-mainwrapper #accordionproducttecnology .card:last-child {
    border-bottom:0
}

.home-page-mainwrapper #accordionproducttecnology .accodiantitle-imgwraper &gt; img {
    max-width: 40px;
    margin-right:12px
}

.home-page-mainwrapper #accordionproducttecnology .card-header .title &gt; span {
    display: inline-block;
    vertical-align:middle
}

.threed:hover {
    box-shadow: 1px 1px #53a7ea, 2px 2px #53a7ea, 3px 3px #53a7ea;
    transform: translateY(-5px);
    cursor:pointer
}

.home-page-mainwrapper .bold-title, .home-page-mainwrapper .unbold-title {
    line-height:36px
}

.home-productsection .productsthumbnails-wraped &gt; .card {
    position:relative
}

.desclaimer-title {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Merriweather', serif;
    padding-bottom:10px
}

@media screen and (max-width: 1150px) and(min-width: 992px) {
    #carouselhomepage-bannersec .carousel-caption.firsrlslidertext-wrper .link-whitebg-button {
        padding:.5em 1em
    }

    #carouselhomepage-bannersec .carousel-caption.firsrlslidertext-wrper &gt; img {
        max-width:150px
    }
}

@media only screen and (max-width: 991px) {
    #carouselhomepage-bannersec .carousel-caption.firsrlslidertext-wrper &gt; img {
        max-width:200px
    }

    #carouselhomepage-bannersec .carousel-caption.firsrlslidertext-wrper .link-whitebg-button {
        padding: 1em .3em;
        max-width:170px
    }

    .request-samplesec-home {
        padding:4em 1em
    }

    .request-samplesec-home .parasize {
        padding:20px 0 50px
    }

    .business-sec-home .images-linkwraper {
        padding-top:3em
    }

    .business-sec-home .images-linkwraper .section-wraper {
        flex: 1;
        text-align:left !important
    }

    .business-sec-home .images-linkwraper .section-wraper .title-bold-h4 {
        font-size:1em
    }

    .business-sec-home {
        padding:5em 1em 4em
    }

    .business-sec-home .section-wraper .image-wraper &gt; img {
        max-height: none;
        max-width:100px
    }

    .descliamer-wraper {
        padding:3em 1em
    }

    .home-page-mainwrapper .slidersection .carousel-item &gt; img {
        border-bottom-left-radius: 0;
        border-bottom-right-radius:0
    }

    .home-productsection {
        padding:4em 0
    }
}

@media only screen and (max-width: 1200px) {
    div.platform-mainwraper .plafforms-listing-scroll-spywraper .links-click-wraped a:hover, div.productlist-mainwraper .product-listing-scroll-spywraper .links-click-wraped a:hover {
        color:unset
    }
}

@media only screen and (min-width: 1440px) {
    .products-valuesection .prod-section-wrapper .common-block {
        max-width:290px !important
    }

    .business-sec-home {
        padding:100px
    }

    .descliamer-wraper {
        padding:3em 100px
    }

    #carouselhomepage-bannersec .carousel-caption.firsrlslidertext-wrper {
        max-width: 645px;
        width:100%
    }

    #carouselhomepage-bannersec .carousel-caption.firsrlslidertext-wrper .parasize {
        padding:20px 0
    }

    .business-sec-home-wraped .right-block .title-bold-h4 {
        line-height: 26px;
        margin-bottom:0
    }

    .home-productsection .productsthumbnails-wraped &gt; .card {
        max-width:350px
    }

    .aroundthecornermain-wraper .aroundthecornerproductsecmainwraper .productsthumbnails-wraped &gt; .card {
        max-width:360px
    }

    .home-technologysection {
        padding-left:0
    }

    .aroundthecornerproductsecmainwraper .productsthumbnails-wraperdsktp .separator {
        margin:1.8em 0
    }
}

@media only screen and (min-width: 768px) {
    .products-valuesection .maxrestrict-1110.prod-section-wrapper {
        max-width: 1110px;
        margin:auto
    }

    .products-valuesection .prod-section-wrapper .common-block {
        max-width:260px
    }

    .products-valuesection .prod-section-wrapper .common-block .parasize {
        max-width:275px
    }

    .products-valuesection .prod-section-wrapper .common-block img {
        margin-bottom: 30px;
        max-width:100%
    }

    .products-valuesection .prod-section-wrapper .common-block .title-bold-h4 {
        margin-bottom: 10px;
        font-size: 21px;
        line-height:26px
    }
}

@media only screen and (max-width: 767px) {
    .Nutriventia-mainwrapper {
        overflow-x:unset
    }

    .products-valuesectionmobile {
        padding:50px 24px
    }

    .products-valuesectionmobile .title-desc-sec {
        padding-bottom: 32px;
        padding-left:0
    }

    .products-valuesectionmobile {
        border-radius: 30px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius:0
    }

    .home-technologysectionmobile .title-desc-sec {
        padding:0 9px
    }

    .home-technologysectionmobile .title-desc-sec .parasize {
        padding:24px 0 15px
    }

    .home-technologysection {
        padding-bottom: 48px;
        padding-left:0
    }

    .business-sec-home {
        padding:40px 24px
    }

    #carouselhomepage-bannersec .carousel-caption.firsrlslidertext-wrper .link-whitebg-button {
        padding: 8px 15px;
        max-width: 140px;
        font-family: 'Merriweather', serif;
        display: block;
        line-height: 24px;
        font-size:14px
    }

    .productssec-carausalwrapper .card.two .card-img-top {
        max-width:75px
    }

    #carouselhomepage-bannersec .carousel-caption.firsrlslidertext-wrper &gt; img {
        max-width:150px
    }

    #carouselhomepage-bannersec .carousel-caption.firsrlslidertext-wrper {
        padding:37px 24px
    }

    #carouselhomepage-bannersec .carousel-caption.firsrlslidertext-wrper .parasize {
        font-size: 14px;
        padding: 17px 0 24px;
        line-height:20px
    }

    .home-page-mainwrapper .bold-title {
        font-size: 24px;
        line-height: 24px;
        letter-spacing:0
    }

    .home-page-mainwrapper .unbold-title {
        font-size: 18px;
        line-height:24px
    }

    .home-productsection .title-desc-sec .parasize {
        padding: 24px 0;
        line-height: 21px;
        font-size:14px
    }

    .home-page-mainwrapper .link-green {
        font-size: 14px;
        line-height:14px
    }

    .home-page-mainwrapper .parasize {
        font-size: 14px;
        line-height:21px
    }

    .productssec-carausalwrapper .card {
        border-radius: 15px;
        box-shadow: 0 2px 20px 0 #ebebeb;
        padding: 30px 24px;
        border:0
    }

    .borderlink-green-btn {
        padding: 8px 33px;
        background: #23455f;
        border: none;
        color: #fff;
        max-width: 130px;
        line-height: 24px;
        border-radius: 25px;
        box-shadow: none;
        font-size:14px
    }

    .home-productsectio {
        padding:49px 0
    }

    .productssec-carausalwrapper .viewl-allmobilebtn {
        margin-top: 24px;
        padding-left:0
    }

    .home-page-mainwrapper #accordionproducttecnology .card-body .card-text {
        margin-bottom:16px
    }

    .home-productsection {
        padding:50px 0
    }

    .home-page-mainwrapper.home-page-mainwrapper .technologysection-wrapedmobile, .home-page-mainwrapper.home-page-mainwrapper .title-desc-sec {
        padding-left: 9px;
        padding-right:9px
    }

    .home-page-mainwrapper.home-page-mainwrapper .title-bold-h4 {
        font-size: 18px;
        line-height:18px
    }

    .home-page-mainwrapper.home-page-mainwrapper .request-samplesec-home .title-desc-sec .bold-title {
        font-size: 24px;
        line-height: 24px;
        letter-spacing:-.25px
    }

    .home-page-mainwrapper.home-page-mainwrapper .request-samplesec-home .parasize {
        padding:10px 0 24px
    }

    .home-page-mainwrapper.home-page-mainwrapper .request-samplesec-home .borderlink-green-btn {
        padding: 8px 35px;
        max-width: 200px;
        line-height: 24px;
        border-radius: 25px;
        color:#fff
    }

    .business-sec-home-wraper {
        padding:0
    }

    .products-valueseccarousal .card .card-body {
        padding-top: 30px;
        padding-bottom:0
    }

    .products-valueseccarousal .card .card-body p {
        margin-bottom:0
    }

    .business-sec-home .title-desc-sec {
        padding:0 24px
    }

    .business-sec-home .right-block {
        padding:0 15px
    }

    .business-sec-home .images-linkwraper .section-wraper .title-bold-h4 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom:0
    }

    .business-sec-home .images-linkwraper {
        padding-top:30px
    }

    .business-sec-home .image-wraper {
        padding:10px 0
    }

    .business-sec-home .section-wraper .link-wraper &gt; a {
        padding: 5px 26px;
        font-size: 14px;
        line-height:24px
    }

    .home-page-mainwrapper .descliamer-wraper {
        padding:32px 9px
    }

    .products-valueseccarousal .card img {
        border-radius:10px
    }

    #carouselhomepage-bannersec .carousel-caption.firsrlslidertext-wrper {
        position: static;
        max-width: 100%;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        padding:1.5em 24px
    }

    .home-page-mainwrapper.home-page-mainwrapper .products-valueseccaraousaltext {
        padding-left: 0;
        padding-right:0
    }

    .home-page-mainwrapper .business-sec-home .title-desc-sec {
        padding-left:15px
    }

    .home-page-mainwrapper #accordionproducttecnology .card-header .title &gt; span {
        font-size: 14px;
        letter-spacing: 1.5px;
        line-height: 18px;
        text-transform: uppercase;
        font-family: 'Merriweather', serif;
    }

    .product-page-mainwrapper #accordionproducttecnology .card-header .title &gt; span {
        font-family: 'Merriweather', serif;
    }

    div.productlist-mainwraper .product-listing-scroll-spywraper .links-click-wraped {
        padding: 20px 24px;
        display:none
    }

    div.productlist-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper {
        padding-bottom:0
    }

    div.productlist-mainwraper .product-sec-1-wrapper .left-block .title-desp-mainwraper .description {
        padding-left: 9px;
        padding-top: 24px;
        max-width: 100%;
        font-size: 14px;
        line-height:21px
    }

    div.productlist-mainwraper .product-sec-1-wrapper .left-block .title-desp-mainwraper {
        padding:50px 0 0
    }

    div.productlist-mainwraper .product-listing-scroll-spywraper .product-individual-list-wraped-inner #ketosection, div.productlist-mainwraper .product-listing-scroll-spywraper .product-individual-list-wraped-inner #tumxtrasection, div.productlist-mainwraper .product-listing-scroll-spywraper .product-individual-list-wraped-inner #unstainsections {
        flex-direction:column-reverse
    }

    div.productlist-mainwraper .product-listing-scroll-spywraper .product-individual-list-wraped-inner {
        padding:50px 24px
    }

    div.productlist-mainwraper .product-individual-list-wraped .product-individual-list .card-wrapper .logo-block {
        text-align:left
    }

    div.productlist-mainwraper .product-individual-list-wraped .product-individual-list .card-wrapper .logo-block .image-wraper {
        margin-bottom:30px
    }

    div.productlist-mainwraper .product-individual-list-wraped .product-individual-list .card-wrapper .logo-block .image-wraper &gt; img {
        max-width:120px !important
    }

    div.productlist-mainwraper .product-individual-list-wraped .card-wrapped .logo-title {
        max-width: 170px;
        margin-bottom:20px
    }

    div.productlist-mainwraper .product-individual-list-wraped .product-individual-list .card-wrapped p {
        margin-bottom:16px
    }

    div.productlist-mainwraper .product-individual-list-wraped .product-individual-list .card-wrapped p + a {
        font-size: 14px;
        line-height:21px
    }

    div.productlist-mainwraper .product-listing-scroll-spywraper .product-individual-list-wraped-inner .product-individual-list {
        padding-bottom: 0;
        padding-top:50px
    }

    div.productlist-mainwraper .product-individual-list-wraped #bsrxsection .card-wrapper .logo-block .image-wraper &gt; img {
        max-width:100px
    }

    div.productlist-mainwraper .product-individual-list-wraped #bsrxsection .card-wrapped .logo-title.bsrx-title, div.productlist-mainwraper .product-individual-list-wraped #unstainsections .card-wrapped .logo-title.unstain-logg-title {
        max-width:110px
    }

    div.productlist-mainwraper .product-individual-list-wraped #caffxtendsection .card-wrapped .logo-title.caffe-logo-title {
        max-width:125px
    }

    div.productlist-mainwraper .product-individual-list-wraped .product-individual-list .card-wrapped p a.link-green:after {
        width: 10px;
        height:10px
    }

    div.productlist-mainwraper .product-sec-1-wrapper .right-block .product-image-wraper img {
        max-width:100%
    }

    div.productlist-mainwraper .product-listing-scroll-spywraper .product-individual-list-wraped-inner #tumxtrasection {
        padding-top:0
    }

    div.platform-mainwraper .plafforms-listing-scroll-spywraper .links-click-wraped {
        display:none
    }

    div.platform-mainwraper .product-sec-1-wrapper .left-block .title-desp-mainwraper .description {
        padding-left: 9px;
        padding-top: 24px;
        font-size: 14px;
        line-height:21px
    }

    div.platform-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper {
        padding-bottom:0
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner {
        padding:45px 24px
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .platforms-individual-list .left-block .card-wrapped .title-desc-imagewraper-mobile .text-wrapper .unbold-title {
        font-size: 18px;
        line-height:24px
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .platforms-individual-list .left-block .card-wrapped .title-desc-imagewraper-mobile .text-wrapper .bold-title {
        font-size: 24px;
        line-height:24px
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .platforms-individual-list .left-block .card-wrapped .title-desc-imagewraper-mobile .image-wraper img {
        max-width:60px
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section1 .card-wrapped .title-desc-sec {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right:0
    }

    div.platform-mainwraper .platforms-individual-list-wraper .sectionbg-blue {
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
        border-top-left-radius: 0;
        border-top-right-radius:0
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section2 .title &gt; h4 {
        padding-top: 25px;
        padding-bottom: 40px;
        letter-spacing: 1.5px;
        font-size: 14px;
        line-height:18px
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section2 .card-wrapper .card-wrapped .title-descptwraper .title-bold-h4 {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 1.5px;
        margin-bottom:10px
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section2 .card-wrapper .card-wrapped .image-wraper &gt; img {
        max-width:50px
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section2 .card-wrapper .card-wrapped .title-descptwraper .title-bold-h4 + p {
        max-width:100%
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section2 .separator {
        display:none
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section2 .card-wrapper {
        margin-bottom:40px
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section2 &gt; div:last-child {
        margin-bottom:0
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section3 .card-wrapper h4 {
        font-size: 14px;
        line-height: 18px;
        margin-top: 35px;
        margin-bottom: 35px;
        letter-spacing:1.5px
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section3 .card-wrapper img {
        max-width:150px
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section3 .card-wrapper p {
        margin:20px 0
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section3 .card-wrapper a {
        font-size: 14px;
        line-height:24px
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section2 .card-wrapper .card-wrapped .image-wraper {
        padding-right:20px
    }

    div.platform-mainwraper #Taste-Masking .platforms-individual-list-wraped-inner .section3 .card-wrapper img {
        max-width:100px
    }

    div.contact-us-mainwraper .contact-breadcrumb-wraped .breadcrumb-wraper .breadcrumb {
        padding-bottom: 40px;
        padding-top:16px
    }

    div.contact-us-mainwraper .contact-breadcrumb-wraped {
        padding:0 9px
    }

    div.contact-us-mainwraper .contact-breadcrumb-wraped .breadcrumb-item.active, div.contact-us-mainwraper .contact-breadcrumb-wraped .breadcrumb-wraper .breadcrumb li a {
        font-size: 10px;
        line-height:10px
    }

    div.contact-us-mainwraper .contact-address-map-wrapper {
        padding:0 9px 50px
    }

    div.contact-us-mainwraper .contact-title-description-wraper .title-wrapped .bold-title {
        font-size: 30px;
        line-height: 30px;
        letter-spacing:normal
    }

    div.contact-us-mainwraper .contact-title-description-wraper .title-wrapped .unbold-title {
        font-size: 21px;
        line-height: 30px;
        letter-spacing:normal
    }

    div.contact-us-mainwraper .contact-title-description-wraper .title-wrapped {
        margin-bottom:20px
    }

    div.contact-us-mainwraper .sales-enquiry-wraper {
        margin:35px 0 30px
    }

    div.contact-us-mainwraper .office-address-wraper .address-wrapped .office-heading, div.contact-us-mainwraper .sales-enquiry-wraper .title {
        font-size:18px
    }

    div.contact-us-mainwraper .office-address-wraper .left-block .phone-num-field {
        padding-top: 0;
        font-size:14px
    }

    div.contact-us-mainwraper .office-address-wraper .address-wrapped .right-block {
        padding-top:30px
    }

    div.contact-us-mainwraper .office-address-wraper .address-wrapped {
        padding-bottom:40px
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper {
        padding:30px 15px 20px
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .description, div.contact-us-mainwraper .contact-form-fied-wrapper .form-row .form-group {
        margin-bottom:20px
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .form-row .form-group label {
        font-size:14px
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .form-row .form-control {
        width: 100%;
        height:50px
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper form .form-row:nth-child(4) .form-group {
        margin-bottom:10px
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .form-row .form-group .form-check {
        margin-right: 30px;
        margin-bottom:5px
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .form-row .form-group .form-check:last-child {
        align-items:flex-start
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .form-row .form-group .form-check {
        line-height:24px
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .form-row .form-group .form-check-inline .form-check-input {
        margin-top: -3px;
        margin-right:7px
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .form-row .form-group .form-check:last-child label {
        margin-top:-8px
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper form .form-row:nth-child(4) .form-group .region-title {
        font-size: 14px;
        line-height:24px
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .form-row .form-group &gt; label {
        font-size:14px
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .borderlink-green-btn.submit-btn {
        max-width: 160px;
        padding:10px 30px
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .submit-btn {
        margin-top:5px
    }

    div.contact-us-mainwraper .request-samplesec-home .title-desc-sec .bold-title {
        font-size: 24px;
        letter-spacing:-.25px
    }

    div.contact-us-mainwraper .request-samplesec-home {
        padding:45px 24px
    }

    div.contact-us-mainwraper .request-samplesec-home .parasize {
        padding:10px 0 25px
    }

    div.contact-us-mainwraper .request-samplesec-home .link-whitebg-button {
        padding: 10px 34px;
        max-width: 160px;
        font-size: 14px;
        border-radius:25px
    }

    div.contact-us-mainwraper .business-sec-home {
        padding:40px 15px
    }

    div.contact-us-mainwraper .business-sec-home .right-block {
        padding:0 24px
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .title, div.contact-us-mainwraper .office-address-wraper .address-wrapped .office-heading, div.contact-us-mainwraper .sales-enquiry-wraper .title {
        font-size:16px
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper form .form-dropdown-fields-wraper .form-group .custom-select {
        width:100%
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .form-row .form-group textarea {
        height: 150px;
        width:100%
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper form .form-dropdown-fields-wraper .form-group .custom-select {
        height:50px
    }

    .contact-us-mainwraper form ::-webkit-input-placeholder {
        font-size: 14px;
        color:#9b9b9b
    }

    .contact-us-mainwraper form ::-moz-placeholder {
        font-size: 14px;
        color:#9b9b9b
    }

    .contact-us-mainwraper form :-ms-input-placeholder {
        font-size: 14px;
        color:#9b9b9b
    }

    .contact-us-mainwraper form :-moz-placeholder {
        font-size: 14px;
        color:#9b9b9b
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper form .form-dropdown-fields-wraper .form-group .custom-select {
        font-size:14px
    }

    div.contact-us-mainwraper .contact-form-wrapper .section1 &gt; .middle-block .form-control {
        width:100%
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper form .section4 .middle-block &gt; label, div.contact-us-mainwraper .contact-form-fied-wrapper form .section4 .right-block &gt; label {
        display:none
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper form .section4 &gt; .right-block {
        margin-bottom:20px !important
    }

    div.contact-us-mainwraper .contact-form-wrapper .section4 &gt; .left-block .form-control {
        width:100%
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .borderlink-green-btn.submit-btn {
        color:#fff
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section2 .title .text-wrapper .bold-title, div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section2 .title .text-wrapper .unbold-title {
        line-height:24px
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section2 .title {
        padding-top: 20px;
        padding-bottom:50px
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section3 .card-wrapper .text-wrapper {
        padding-top: 20px;
        padding-bottom:40px
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section3 .card-wrapper .text-wrapper .bold-title, div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section3 .card-wrapper .text-wrapper .unbold-title {
        line-height:24px
    }

    div.aroundthecornermain-wraper .aroundthecornerproductsecmainwraper .productsthumbnails-wraped &gt; .card {
        max-width:100%
    }

    div.aroundthecornermain-wraper .aroundthecornerproductsecmainwraper .productsthumbnails-wraped.one {
        flex-direction:column
    }

    div.aroundthecornermain-wraper .aroundthecornerproductsecmainwraper {
        padding:40px 9px 100px
    }

    div.aroundthecornermain-wraper .aroundthecornerproductsecmainwraper .productsthumbnails-wraped .separator {
        display:none !important
    }

    div.aroundthecornermain-wraper .aroundthecornerproductsecmainwraper .productsthumbnails-wraped &gt; .card {
        margin-bottom:35px
    }

    div.aroundthecornermain-wraper .aroundthecornerproductsecmainwraper .productsthumbnails-wraped &gt; .card:last-child {
        margin-bottom:0
    }

    div.aroundthecornermain-wraper .aroundthecornerproductsecmainwraper .productsthumbnails-wraped &gt; .card {
        padding:40px 25px
    }

    div.aroundthecornermain-wraper .product-sec-1-wrapper .left-block .title-desp-mainwraper {
        padding:50px 0 0
    }

    div.aroundthecornermain-wraper .aroundthecornerproductsecmainwraper .productsthumbnails-wraped .card-body .title-bold-h4 {
        font-size: 16px;
        line-height:24px
    }

    div.customercenter-main-filterwraper .item-list-wraper {
        padding:0 15px
    }

    div.customercenter-main-filterwraper .filters ul li {
        margin-right: 3px;
        font-size: 12px;
        margin-bottom: 0;
        padding-bottom: 5px;
        line-height:1.8
    }

    div.customercenter-main-filterwraper .items-navlist-wraper .filters &gt; ul {
        padding: .3em 24px;
        flex-wrap: wrap;
        justify-content: space-between;
        margin:0
    }

    div.customercenter-main-filterwraper .item-list-wraper .list-wraper .subtitlewraper {
        font-size: 14px;
        line-height:21px
    }

    div.customer-centermain-wraper .product-sec-9-wrapper {
        padding:50px 9px
    }

    div.customercenter-main-filterwraper .item-list-wraper {
        margin-bottom:30px
    }

    div.customercenter-main-filterwraper .item-list-wraper .list-wraper .title {
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 1.11px;
        padding-bottom:10px
    }

    div.customercenter-main-filterwraper .item-list-wraper .list-wraper .subtitlewraper {
        font-size: 16px;
        line-height:22px
    }

    div.customercenter-main-filterwraper .item-list-wraper .list-wraper .links a {
        font-size:12px
    }

    div.customercenter-main-filterwraper .item-list-wraper .list-wraper {
        padding: 25px 25px 20px 15px;
        margin-bottom:16px
    }

    div.customercenter-main-filterwraper .item-list-wraper .list-wraper .links {
        bottom:17px
    }

    div.customercenter-main-filterwraper .item-list-wraper .list-wraper {
        border-radius:15px
    }

    div.customercenter-main-filterwraper .item-list-wraper .grid .grid-item {
        padding:0 7.5px
    }

    div.about_us-mainwrapper .product-sec-1-wrapper .left-block {
        order:2
    }

    div.about_us-mainwrapper .product-sec-1-wrapper .right-block {
        order:3
    }

    div.about_us-mainwrapper .product-sec-1-wrapper .left-block .title-image-wraper img {
        max-width:220px
    }

    div.about_us-mainwrapper .product-sec-1-wrapper .about-usproducthroghwraper {
        padding: 50px 9px;
        order:1
    }

    div.about_us-mainwrapper .about-us-firstsectionwraper .about-usproducthroghwraper .bold-title, div.about_us-mainwrapper .about-us-firstsectionwraper .about-usproducthroghwraper .unbold-title {
        line-height:28px
    }

    div.about_us-mainwrapper .about-us-firstsectionwraper .about-usproducthroghwraper .description {
        padding-left: 0;
        padding-top:20px
    }

    div.about_us-mainwrapper .about-usproducthroghwraper .title-wrapper {
        padding-left:0
    }

    div.about_us-mainwrapper .about-us-firstsectionwraper .about-usproducthroghwraper .bold-title {
        font-size:24px
    }

    div.about_us-mainwrapper .products-valuesectionmobile .title-desc-sec {
        padding-left: 24px;
        padding-bottom:40px
    }

    div.about_us-mainwrapper .products-valuesection .title-desc-sec .bold-title, div.about_us-mainwrapper .products-valuesection .title-desc-sec .unbold-title {
        line-height:24px
    }

    div.products-valuesection .prod-section-wrapped .common-block {
        text-align:left !important
    }

    div.about_us-mainwrapper .prod-section-wrapper .common-block img {
        max-width:65px
    }

    div.products-valuesection .prod-section-wrapped .common-block .title-bold-h4 {
        font-size: 18px;
        line-height: 22px;
        padding:20px 0 0
    }

    div.products-valuesection .prod-section-wrapped .separator {
        display:none
    }

    div.about_us-mainwrapper .product-sec-1-wrapper .left-block .title-desp-mainwraper .description .parasize:first-child {
        padding-bottom:15px
    }

    div.products-valuesection .prod-section-wrapped .common-block {
        padding-bottom: 15px;
        padding-left:9px
    }

    div.products-valuesection .prod-section-wrapped .common-block:last-child {
        padding-bottom:0
    }

    div.about_us-mainwrapper .products-valuesection {
        padding:0 0 35px
    }

    div.about_us-mainwrapper .business-sec-home .title-desc-sec {
        padding:0 15px
    }

    div.about_us-mainwrapper .descliamer-wraper {
        padding:32px 9px
    }

    div.about_us-mainwrapper div.product-sec-1-wrapper .product-image-wraper img {
        border-bottom-left-radius: 20px !important;
        border-bottom-right-radius:20px !important
    }

    div.about_us-mainwrapper div.products-valuesection .prod-section-wrapped .separator {
        display: block;
        margin:5px 0
    }

    footer .footer-about-linkmb {
        text-decoration: none;
        font-size: 14px;
        color: #fff;
        font-weight: 700;
        line-height: 20px;
        letter-spacing:.3px
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .section1 .form-group .form-control, div.contact-us-mainwraper .contact-form-fied-wrapper .section2 .left-block input, div.contact-us-mainwraper .contact-form-fied-wrapper .section3 .left-block input {
        width:100%
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper {
        padding:30px 15px
    }

    div.privacy-policymain-wraper .contact-title-description-wraper .section-container-wraper p {
        font-size: 14px;
        line-height:21px
    }

    div.privacy-policymain-wraper .section-container-wraper .heading {
        font-size: 16px;
        line-height: 26px;
        margin-bottom:10px
    }

    div.privacy-policymain-wraper .section-container-wraper ul {
        padding-left: 0;
        list-style-position:inside
    }

    div.privacy-policymain-wraper .section-container-wraper ul li {
        font-size: 14px;
        line-height:21px
    }

    footer .footer-top .footer-top-rightblock .links-wrapper .links-wrapped.one .mobile-footer-prodsec .linkheading ~ .link a, footer .footer-top .footer-top-rightblock .links-wrapper .links-wrapped.two .linkheading ~ .link a {
        font-size:12px
    }

    div.privacy-policymain-wraper .descliamer-wraper, div.privacy-policymain-wraper .section-container-wraper .heading {
        margin-top:30px
    }

    div.customercenter-main-filterwraper .sticky-top {
        top:63.33px
    }

    div.customercenter-main-filterwraper .item-list-wraper {
        margin-top:30px
    }

    div.customercenter-main-filterwraper .sticky-top {
        top:64px
    }

    div.filterpopupformwraped .main-contentsection {
        padding:0 16px 40px
    }

    div.filterpopupformwraper .title-parawrapper .title {
        font-size: 18px;
        line-height:21px
    }

    div.filterpopupformwraped {
        max-width: 100%;
        padding-left:30px
    }

    div.filterpopupformwraper .title-parawrapper .discription {
        font-size: 14px;
        line-height:21px
    }

    div.filterpopupformwraped .main-contentsection .contact-form-wrapper .form-group {
        margin-bottom:10px
    }

    div.filterpopupformwraped .filterpopupformwraped-inner {
        border-radius:15px
    }

    div.filterpopupformwraped .borderlink-green-btn {
        padding: 8px 35px;
        background: transparent;
        border: 2px solid #23455f;
        color: #23455f;
        border-radius: 30px;
        margin:10px auto auto
    }

    div.filterpopupformwraped {
        margin-top:70px
    }

    div.filterpopupformwraped .filterpopupformwraped-inner .modal-header .close {
        font-size:35px
    }

    sup.top-text {
        font-size: 10px !important;
        top:-.6em !important
    }

    div.customer-popupvideowraper .main-contentsection {
        padding:15px 15px 0
    }

    div.customer-popupvideowraper .main-contentsection &gt; .content-sectionwrapper {
        padding-bottom:8px
    }

    div.customer-popupvideowraper .filterpopupformwraped-inner .modal-header {
        right: -1.3em;
        top:-2.4em
    }

    div.customer-popupvideowraper .filterpopupformwraped-inner .modal-header .close {
        font-size:30px
    }

    div.filterpopupformwraper #output {
        margin-left: 9px;
        line-height: 21px;
        margin-top:20px
    }

    div.filterpopupformwraped .filterpopupformwraped-inner .modal-header .close .close_icon {
        width:15px
    }

    div.customer-popupvideowraper .filterpopupformwraped-inner .modal-header .close .close_icon {
        margin-right: 3px;
        margin-bottom:5px
    }

    div.customer-centermain-wraper .customer-center-eventswrapped .customer-center-eventswrapped-inner {
        padding:0 9px
    }

    div.customer-centermain-wraper .customer-center-eventswrapped {
        margin-bottom:.5em !important
    }

    div.customer-centermain-wraper .contact-address-map-wrapper {
        padding:0 9px 30px
    }

    div.customer-centermain-wraper .customer-center-eventswrapped .customer-center-eventswrapped-inner iframe {
        min-height:235px
    }
}

@media only screen and (min-width: 768px) and(max-width: 800px) {
    .home-productsection .productsthumbnails-wraped &gt; .card {
        max-width: 220px;
        padding:1em
    }

    .products-valuesection &gt; .title-desc-sec {
        padding-left:0
    }
}

@media only screen and (min-width: 801px) and(max-width: 991px) {
    .home-productsection .productsthumbnails-wraped &gt; .card {
        max-width: 240px;
        padding:1.5em
    }

    .products-valuesection &gt; .title-desc-sec {
        padding-left:24px
    }

    .home-productsection .productsthumbnails-wraped .separator {
        margin:1em 0
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .title {
        font-size:16px
    }
}

@media only screen and (min-width: 768px) and(max-width: 991px) {
    header .mobile-headernavwraper .dropdownnav-mobilewraper &gt; .navbar-nav {
        max-height: none !important;
        overflow:unset
    }

    #carouselhomepage-bannersec .carousel-caption.firsrlslidertext-wrper {
        max-width: 44%;
        width: 100%;
        left: 32px;
        bottom: 15px;
        right: auto;
        top: 0;
        padding: 30px 32px 40px;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius:50px
    }

    #carouselhomepage-bannersec .carousel-caption.firsrlslidertext-wrper &gt; img {
        max-width:150px
    }

    #carouselhomepage-bannersec .carousel-caption.firsrlslidertext-wrper .parasize {
        font-size: 14px;
        padding: 5px 0;
        line-height:20px
    }

    #carouselhomepage-bannersec .carousel-caption.firsrlslidertext-wrper .link-whitebg-button {
        padding: 10px 15px;
        max-width: 130px;
        font-size: 14px;
        display:block
    }

    .home-page-mainwrapper .slidersection .carousel-item &gt; img {
        min-height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        max-width:100%
    }

    .home-productsection {
        padding:45px 32px
    }

    .home-page-mainwrapper .bold-title, .home-page-mainwrapper .unbold-title {
        line-height:28px
    }

    .home-productsection .productsthumbnails-wraped &gt; .card {
        padding: 23px;
        max-width: 200px;
        border-radius:20px
    }

    .home-productsection .productsthumbnails-wraped &gt; .card .borderlink-green-btn {
        padding: 10px 39px;
        font-size: 14px;
        max-width: 140px;
        line-height:24px
    }

    .home-technologysection {
        padding:0 64px 50px 30px
    }

    .home-technologysection .technologysection-wraped .vertical-tabs .nav-tabs .nav-link {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 40px;
        letter-spacing:1.5px !important
    }

    .home-technologysection .technologysection-wraped .vertical-tabs .nav-tabs .nav-link .number {
        font-size:14px
    }

    .home-technologysection .technologysection-wraped .vertical-tabs .sv-tab-panel .card &gt; img {
        max-width: 90px;
        margin-bottom:5px
    }

    .home-page-mainwrapper .products-valuesection {
        padding: 60px 64px;
        border-radius: 50px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius:0
    }

    .products-valuesection &gt; .title-desc-sec {
        padding-left:0
    }

    .products-valuesection .maxrestrict-1110.prod-section-wrapper {
        padding:0
    }

    .products-valuesection &gt; .title-desc-sec {
        padding-bottom:30px
    }

    .products-valuesection .prod-section-wrapped .left-block, .products-valuesection .prod-section-wrapped .right-block {
        margin:initial
    }

    .products-valuesection .prod-section-wrapper .common-block {
        padding:0 9px
    }

    .products-valuesection .prod-section-wrapper .common-block .title-bold-h4 {
        font-size: 18px;
        line-height:26px
    }

    .products-valuesection .prod-section-wrapper .common-block img {
        margin-bottom:24px
    }

    .request-samplesec-home .title-desc-sec .bold-title {
        font-size: 24px;
        line-height:36px
    }

    .request-samplesec-home .parasize {
        padding:15px 0 32px
    }

    .request-samplesec-home .borderlink-green-btn {
        font-size: 14px;
        line-height: 21px;
        max-width: 170px;
        padding:10px 35px
    }

    .business-sec-home {
        padding:48px 49px
    }

    .business-sec-home .images-linkwraper {
        padding-top:0
    }

    .business-sec-home .images-linkwraper .section-wraper .title-bold-h4 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom:0
    }

    .business-sec-home .image-wraper {
        padding:16px 0 15px
    }

    .business-sec-home .section-wraper .image-wraper &gt; img {
        max-width:120px
    }

    .business-sec-home .section-wraper .link-wraper {
        padding-top:0
    }

    .business-sec-home .section-wraper .link-wraper &gt; a {
        line-height: 21px;
        font-size:14px
    }

    .descliamer-wraper {
        padding:30px 49px
    }

    .descliamer-wraper .title-desc-sec .desclaimer-title {
        font-size:12px
    }

    .home-productsection .productsthumbnails-wraped .card .image-wraper img {
        max-height: 140px;
        max-width:100%
    }

    .products-valuesection .prod-section-wrapper .common-block .parasize {
        margin-bottom:0
    }

    .product-page-mainwrapper.productlist-mainwraper .product-sec-1-wrapper .breadcrumb-wraper .breadcrumb {
        padding:30px 0 16px
    }

    div.productlist-mainwraper .product-sec-1-wrapper .left-block .title-desp-mainwraper {
        padding:0
    }

    div.productlist-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper {
        padding-bottom: 10px;
        padding-top:20px
    }

    div.productlist-mainwraper .product-sec-1-wrapper .left-block .title-desp-mainwraper .description {
        padding-top: 15px;
        padding-left: 32px;
        font-size: 14px;
        line-height:21px
    }

    div.product-page-mainwrapper.productlist-mainwraper .product-sec-1-wrapper {
        padding:0 50px 50px 32px
    }

    div.productlist-mainwraper .product-listing-scroll-spywraper .links-click-wraped a {
        font-size: 14px;
        line-height:21px
    }

    div.productlist-mainwraper .product-listing-scroll-spywraper .links-click-wraped {
        padding:20px 64px
    }

    div.productlist-mainwraper .product-listing-scroll-spywraper .product-individual-list-wraped-inner {
        padding:0 64px 75px
    }

    div.productlist-mainwraper .product-listing-scroll-spywraper .product-individual-list-wraped-inner .product-individual-list {
        padding-bottom: 0;
        padding-top:75px
    }

    div.productlist-mainwraper .product-individual-list-wraped #tumxtrasection .card-wrapped .logo-title {
        max-width:210px
    }

    div.productlist-mainwraper .product-individual-list-wraped .card-wrapped .logo-title {
        margin-bottom:20px
    }

    div.productlist-mainwraper .product-individual-list-wraped .product-individual-list .card-wrapped p {
        margin-bottom:10px
    }

    div.productlist-mainwraper .product-individual-list-wraped .product-individual-list .card-wrapped p + a {
        font-size: 14px;
        line-height:18px
    }

    div.productlist-mainwraper .product-individual-list-wraped #tumxtrasection .card-wrapped .logo {
        max-width:150px
    }

    div.productlist-mainwraper .product-individual-list-wraped #bsrxsection .card-wrapped .logo.bsrx-logo {
        max-width:130px
    }

    div.productlist-mainwraper .product-individual-list-wraped #bsrxsection .card-wrapped .logo-title.bsrx-title {
        max-width:140px
    }

    div.productlist-mainwraper .product-individual-list-wraped #unstainsections .card-wrapped .logo-title.unstain-logg-title {
        max-width:145px
    }

    div.productlist-mainwraper .product-individual-list-wraped #unstainsections .card-wrapped .logo {
        max-width:170px !important
    }

    div.productlist-mainwraper .product-individual-list-wraped #caffxtendsection .card-wrapped .logo {
        max-width:160px !important
    }

    div.productlist-mainwraper .product-individual-list-wraped #caffxtendsection .card-wrapped .logo-title.caffe-logo-title {
        max-width:170px
    }

    div.productlist-mainwraper .product-individual-list-wraped #ketosection .card-wrapped .logo-title {
        max-width:235px
    }

    div.productlist-mainwraper .product-individual-list-wraped #ketosection .card-wrapped .logo {
        max-width:140px !important
    }

    div.product-individual-list-wraped .link-green:after {
        width: 10px;
        height:10px
    }

    div.productlist-mainwraper .product-listing-scroll-spywraper .product-individual-list-wraped-inner #tumxtrasection {
        padding-top:75px
    }

    .plafforms-listing-scroll-spywraper .sticky-top, div.product-listing-scroll-spywraper .sticky-top {
        top:63px
    }

    div.platform-mainwraper .product-sec-1-wrapper .breadcrumb-wraper .breadcrumb {
        padding:30px 0 15px
    }

    div.platform-mainwraper .product-sec-1-wrapper .left-block .title-desp-mainwraper {
        padding:0
    }

    div.platform-mainwraper .product-sec-1-wrapper .left-block .title-image-wraper {
        padding-bottom:0
    }

    div.platform-mainwraper .product-sec-1-wrapper .left-block .prod-subtitle-unbold {
        line-height:32px
    }

    div.platform-mainwraper .product-sec-1-wrapper .left-block .title-desp-mainwraper .description {
        padding-left: 32px;
        padding-top: 15px;
        font-size: 14px;
        line-height: 21px;
        max-width:260px
    }

    div.platform-mainwraper .product-sec-1-wrapper {
        padding:0 50px 40px 32px
    }

    div.platform-mainwraper .plafforms-listing-scroll-spywraper .links-click-wraped a {
        font-size: 14px;
        line-height:16px
    }

    div.platform-mainwraper .plafforms-listing-scroll-spywraper .links-click-wraped {
        padding: 24px 64px;
        margin-bottom:40px
    }

    div.platform-mainwraper .plafforms-listing-scroll-spywraper .links-click-wraped a {
        display: inline-block;
        max-width: 80px;
        text-align:center
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner {
        padding:80px 64px
    }

    div.platform-mainwraper .plafforms-listing-scroll-spywraper .sticky-top {
        top:63px
    }

    div.platform-mainwraper .bold-title, div.platform-mainwraper .unbold-title {
        line-height:28px
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section1 .right-block .image-wraper &gt; img {
        max-width:140px
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section2 .title &gt; h4 {
        padding-top: 30px;
        padding-bottom: 40px;
        font-size: 14px;
        line-height: 21px;
        letter-spacing:1.5px
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section2 .card-wrapper .card-wrapped .image-wraper &gt; img {
        max-width:50px
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section2 .card-wrapper .card-wrapped .title-descptwraper .title-bold-h4 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 8px;
        letter-spacing:1.5px
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section2 .card-wrapper .card-wrapped .image-wraper {
        padding-right:20px
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section3 .card-wrapper h4 {
        margin-top: 40px;
        font-size: 14px;
        line-height: 21px;
        margin-bottom:30px
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section3 .card-wrapper img {
        max-width:180px
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section3 .card-wrapper a {
        font-size: 14px;
        line-height:20px
    }

    div.platform-mainwraper .platforms-individual-list-wraper .sectionbg-blue {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        border-top-left-radius: 0;
        border-top-right-radius:0
    }

    div.platform-mainwraper #Taste-Masking .platforms-individual-list-wraped-inner .section3 .card-wrapper img {
        max-width:120px
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section2 .card-wrapper .card-wrapped .title-descptwraper .title-bold-h4 + p {
        margin-bottom:0
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section2 .separator {
        margin:15px 0
    }

    div.contact-us-mainwraper .contact-breadcrumb-wraped .breadcrumb-item.active, div.contact-us-mainwraper .contact-breadcrumb-wraped .breadcrumb-wraper .breadcrumb li a {
        font-size: 10px;
        line-height:10px
    }

    div.contact-us-mainwraper .contact-breadcrumb-wraped {
        padding:0 17px
    }

    div.contact-us-mainwraper .contact-breadcrumb-wraped .breadcrumb-wraper .breadcrumb {
        padding-top: 30px;
        padding-bottom:45px
    }

    div.contact-us-mainwraper .contact-title-description-wraper .title-wrapped .bold-title {
        font-size: 60px;
        line-height: 60px;
        letter-spacing:-1.5px
    }

    div.contact-us-mainwraper .contact-title-description-wraper .title-wrapped .unbold-title {
        font-size: 42px;
        line-height: 60px;
        letter-spacing:-1.5px
    }

    div.customercenter-main-filterwraper .item-list-wraper .list-wraper .links a {
        font-size: 12px;
        line-height:24px
    }

    div.customercenter-main-filterwraper .item-list-wraper .list-wraper .title {
        font-size: 10px;
        line-height: 13px;
        letter-spacing:1.11px
    }

    div.contact-us-mainwraper .contact-address-map-wrapper {
        padding:0 49px 50px
    }

    div.contact-us-mainwraper .contact-title-description-wraper .title-wrapped {
        margin-bottom:20px
    }

    div.contact-us-mainwraper .sales-enquiry-wraper {
        margin:35px 0
    }

    div.contact-us-mainwraper .sales-enquiry-wraper .title {
        font-size:18px
    }

    div.contact-us-mainwraper .office-address-wraper .address-wrapped .office-heading {
        font-size:16px
    }

    div.contact-us-mainwraper .office-address-wraper .left-block .phone-num-field {
        padding-top:0
    }

    div.contact-us-mainwraper .office-address-wraper .address-wrapped {
        padding-bottom:35px
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper {
        padding:40px 15px
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .title {
        font-size:18px
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .description {
        margin-bottom:20px
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .form-row .form-group {
        margin-bottom:18px
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .form-row .form-control {
        max-width: 100%;
        width: 300px;
        width:100%
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .form-row .form-group label {
        font-size:14px
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper form .form-row:nth-child(4) &gt; .form-group {
        margin-bottom:15px
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .form-row .form-group .form-check .form-check-input {
        margin-top:-3px
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .submit-btn {
        margin-top: 5px;
        font-size:14px
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .form-row .form-group textarea {
        max-width:100%
    }

    div.contact-us-mainwraper .request-samplesec-home {
        padding:43px 64px
    }

    div.contact-us-mainwraper .office-address-wraper .left-block .phone-num-field {
        font-size:14px
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .title, div.contact-us-mainwraper .sales-enquiry-wraper .title {
        font-size:16px
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper form .form-row:nth-child(4) .form-group .region-title {
        font-size:14px
    }

    .contact-us-mainwraper form ::-webkit-input-placeholder {
        font-size: 14px;
        color:#9b9b9b
    }

    .contact-us-mainwraper form ::-moz-placeholder {
        font-size: 14px;
        color:#9b9b9b
    }

    .contact-us-mainwraper form :-ms-input-placeholder {
        font-size: 14px;
        color:#9b9b9b
    }

    .contact-us-mainwraper form :-moz-placeholder {
        font-size: 14px;
        color:#9b9b9b
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .section1 .middle-block input {
        width:97% !important
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper form .form-dropdown-fields-wraper .form-group .custom-select {
        font-size:14px
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .section2 &gt; .form-group input, div.contact-us-mainwraper .contact-form-fied-wrapper .section3 &gt; .form-group input {
        width:100%
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .section2, div.contact-us-mainwraper .contact-form-fied-wrapper .section3 {
        justify-content:space-between
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .section2 .left-block, div.contact-us-mainwraper .contact-form-fied-wrapper .section2 .right-block, div.contact-us-mainwraper .contact-form-fied-wrapper .section3 .left-block, div.contact-us-mainwraper .contact-form-fied-wrapper .section3 .right-block {
        max-width:49.5%
    }

    header .dropdownnav-mobilewraper .mobile-viewcontactbtn {
        position: absolute;
        bottom: 25px;
        width:100%
    }

    header .dropdownnav-mobilewraper .mobile-viewcontactbtn a {
        font-size: 16px;
        display: block;
        max-width: 100%;
        padding: 12px 33px;
        background: #23455f;
        border: none;
        color: #fff;
        line-height: 24px;
        border-radius: 25px;
        box-shadow:none
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section2 .title {
        padding-top:20px
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section3 .card-wrapper .text-wrapper {
        padding-top: 20px;
        padding-bottom:30px
    }

    .aroundthecornermain-wraper .aroundthecornerproductsecmainwraper .productsthumbnails-wraped &gt; .card {
        max-width: 100%;
        flex:1
    }

    .aroundthecornermain-wraper .aroundthecornerproductsecmainwraper .productsthumbnails-wraped &gt; .card:first-child, .aroundthecornermain-wraper .aroundthecornerproductsecmainwraper .productsthumbnails-wraped &gt; .card:nth-child(4) {
        margin-right:2.5em
    }

    div.aroundthecornermain-wraper .aroundthecornerproductsecmainwraper .productsthumbnails-wraped .separator {
        margin:10px 0
    }

    .aroundthecornermain-wraper .aroundthecornerproductsecmainwraper {
        padding-bottom:80px
    }

    div.aroundthecornermain-wraper .productlist-mainwraper .product-sec-1-wrapper {
        padding:0 50px 80px 32px
    }

    div.aroundthecornermain-wraper .product-sec-1-wrapper .left-block .title-image-wraper {
        padding-top:15px
    }

    div.aroundthecornermain-wraper .productsthumbnails-wraped &gt; .card {
        border-radius:25px
    }

    div.aroundthecornermain-wraper .aroundthecornerproductsecmainwraper .productsthumbnails-wraped .card-body .title-bold-h4 {
        font-size: 16px;
        line-height:24px
    }

    div.aroundthecornermain-wraper .aroundthecornerproductsecmainwraper .productsthumbnails-wraped &gt; .card {
        padding:45px 50px
    }

    div.aroundthecornermain-wraper .product-sec-1-wrapper {
        padding:0 50px 80px 32px !important
    }

    div.customer-centermain-wraper .customercenter-main-filterwraper .filters ul li {
        font-size: 14px;
        margin-right:5px
    }

    div.customercenter-main-filterwraper .items-navlist-wraper .filters &gt; ul {
        padding: 0 64px;
        justify-content: space-between;
        margin:0
    }

    div.customercenter-main-filterwraper .item-list-wraper {
        margin-top: 40px;
        padding: 0 50px;
        margin-bottom:50px
    }

    div.customercenter-main-filterwraper .item-list-wraper .list-wraper .subtitlewraper {
        font-size: 16px;
        line-height:18px
    }

    div.customer-centermain-wraper .product-sec-9-wrapper {
        padding:50px
    }

    div.customercenter-main-filterwraper .item-list-wraper .list-wraper .title {
        padding-bottom:10px
    }

    div.customercenter-main-filterwraper .item-list-wraper .list-wraper {
        padding:25px 25px 20px 15px
    }

    div.customercenter-main-filterwraper .item-list-wraper .list-wraper .links {
        bottom:20px
    }

    div.customercenter-main-filterwraper .item-list-wraper .list-wraper {
        border-radius:15px
    }

    div.about_us-mainwrapper .about-us-pillarsectionwrapper .prod-section-wrapped .common-block {
        max-width:100%
    }

    div.about_us-mainwrapper div.products-valuesection .maxrestrict-1110.prod-section-wrapper {
        padding:0 64px
    }

    div.about_us-mainwrapper .prod-section-wrapper .common-block img {
        max-width: 70px;
        margin-bottom:20px
    }

    div.about_us-mainwrapper .product-sec-1-wrapper .left-block .title-image-wraper img {
        max-width:200px
    }

    div.about_us-mainwrapper .products-valuesection &gt; .title-desc-sec {
        padding:0 65px 30px
    }

    div.about_us-mainwrapper .about-usproducthroghwraper {
        padding-top:50px
    }

    div.about_us-mainwrapper .about-us-firstsectionwraper .about-usproducthroghwraper .bold-title {
        line-height: 28px;
        font-size:24px
    }

    div.about_us-mainwrapper .about-us-firstsectionwraper .about-usproducthroghwraper .unbold-title {
        line-height: 28px;
        font-size:18px
    }

    div.about_us-mainwrapper .about-us-firstsectionwraper .about-usproducthroghwraper .description, div.about_us-mainwrapper .about-usproducthroghwraper .title-wrapper {
        padding-left:20px
    }

    div.about_us-mainwrapper .products-valuesection .title-desc-sec .bold-title, div.about_us-mainwrapper .products-valuesection .title-desc-sec .unbold-title {
        line-height:28px
    }

    div.about_us-mainwrapper .products-valuesection {
        padding:0 0 75px
    }

    div.about_us-mainwrapper .product-sec-1-wrapper .left-block .title-desp-mainwraper .description .parasize:first-child {
        padding-bottom:20px
    }

    div.products-valuesection .prod-section-wrapper .common-block .title-bold-h4 {
        font-size: 18px;
        line-height:22px
    }

    div.about_us-mainwrapper .about-us-firstsectionwraper .about-usproducthroghwraper .description {
        max-width:500px
    }

    div.about_us-mainwrapper .about-usproducthroghwraper &gt; .parasize {
        padding-bottom: 45px;
        padding-left: 20px;
        max-width:500px
    }

    div.about_us-mainwrapper .about-us-firstsectionwraper .about-usproducthroghwraper .description {
        padding-bottom:0
    }

    footer .footer-top .footer-top-rightblock .links-wrapper .links-wrapped.one .linkheading ~ .link a, footer .footer-top .footer-top-rightblock .links-wrapper .links-wrapped.two .linkheading ~ .link a {
        font-size:12px
    }

    div.customercenter-main-filterwraper .sticky-top {
        top:64px
    }

    div.filterpopupformwraped .borderlink-green-btn, div.filterpopupformwraper .title-parawrapper .discription {
        font-size: 14px;
        line-height:21px
    }

    div.filterpopupformwraped .filterpopupformwraped-inner {
        border-radius:15px
    }

    div.filterpopupformwraped .main-contentsection {
        padding:0 30px 30px
    }

    div.filterpopupformwraped {
        max-width: 90%;
        padding-right: 0;
        padding-left: 30px;
        width:auto
    }

    div.customer-popupvideowraper .main-contentsection {
        padding:25px 25px 3px
    }

    div.customer-centermain-wraper .customer-center-eventswrapped .customer-center-eventswrapped-inner {
        padding:0 50px
    }

    div.customer-centermain-wraper .customer-center-eventswrapped .customer-center-eventswrapped-inner iframe {
        min-height:242px
    }
}

@media only screen and (min-width: 992px) and(max-width: 1199px) {
    #carouselhomepage-bannersec .carousel-caption.firsrlslidertext-wrper {
        max-width: 46%;
        width: 100%;
        left: 36px;
        bottom: 42px;
        right: auto;
        top: 0;
        padding: 45px 44px 40px;
        border-bottom-left-radius: 50px;
        border-bottom-right-radius:50px
    }

    .products-valuesection &gt; .title-desc-sec {
        padding-left:40px
    }

    .business-sec-home {
        padding:80px 15px 80px 65px
    }

    .home-page-mainwrapper .descliamer-wraper {
        padding:40px
    }

    .home-productsection .productsthumbnails-wraped &gt; .card {
        max-width: 260px;
        border-radius:20px
    }

    .home-productsection .productsthumbnails-wraped .separator {
        margin:1em 0
    }

    .home-productsection {
        padding:100px 60px 0
    }

    .maxrestrict-1050 {
        max-width:100%
    }

    .home-technologysection {
        padding:100px 60px
    }

    .products-valuesection {
        padding:60px 56px
    }

    #carouselhomepage-bannersec .carousel-caption.firsrlslidertext-wrper .link-whitebg-button {
        padding: 10px 35px;
        max-width:180px
    }

    .business-sec-home .title-bold-h4 {
        margin-bottom:0
    }

    .products-valuesection .prod-section-wrapper .common-block {
        max-width: 300px;
        padding:0 25px
    }

    .products-valuesection .prod-section-wrapper .common-block img {
        border-radius:25px
    }

    .products-valuesection {
        border-radius: 50px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius:0
    }

    .products-valuesection .prod-section-wrapper .common-block .parasize {
        margin-bottom:0
    }

    .product-page-mainwrapper.productlist-mainwraper .product-sec-1-wrapper .left-block .prod-subtitle-unbold {
        font-size: 42px;
        line-height:60px
    }

    .product-page-mainwrapper.productlist-mainwraper .product-sec-1-wrapper .left-block .prod-subtitle-bold {
        font-size: 60px;
        line-height: 60px;
        letter-spacing:-1.5px
    }

    .Nutriventia-mainwrapper {
        padding-top:5em
    }

    div.product-page-mainwrapper.productlist-mainwraper .product-sec-1-wrapper .breadcrumb-wraper .breadcrumb {
        padding-top:35px
    }

    div.productlist-mainwraper .product-sec-1-wrapper .left-block .title-desp-mainwraper {
        padding:40px 0 0
    }

    div.productlist-mainwraper .product-sec-1-wrapper .right-block .product-image-wraper img {
        max-width:500px
    }

    div.productlist-mainwraper .product-listing-scroll-spywraper .links-click-wraped {
        padding:20px 80px
    }

    div.productlist-mainwraper .product-sec-1-wrapper .left-block .title-desp-mainwraper .description {
        padding-left:45px
    }

    div.productlist-mainwraper .product-listing-scroll-spywraper .product-individual-list-wraped-inner {
        padding:0 80px 80px
    }

    div.productlist-mainwraper .product-listing-scroll-spywraper .product-individual-list-wraped-inner .product-individual-list {
        padding-bottom: 0;
        padding-top:90px
    }

    div.productlist-mainwraper .product-individual-list-wraped #caffxtendsection .card-wrapped .logo {
        max-width:180px
    }

    div.productlist-mainwraper .product-individual-list-wraped #ketosection .card-wrapped .logo {
        max-width:160px
    }

    div.productlist-mainwraper .product-individual-list-wraped #unstainsections .card-wrapped .logo {
        max-width:180px
    }

    div.productlist-mainwraper .product-individual-list-wraped #tumxtrasection .card-wrapped .logo {
        max-width:170px
    }

    div.productlist-mainwraper .product-listing-scroll-spywraper .product-individual-list-wraped-inner #tumxtrasection {
        padding-top:90px
    }

    div.platform-mainwraper .product-sec-1-wrapper .left-block .title-desp-mainwraper {
        padding:50px 0 0
    }

    div.platform-mainwraper .product-sec-1-wrapper .right-block .product-image-wraper img {
        max-width:500px
    }

    div.platform-mainwraper .product-sec-1-wrapper .left-block .title-desp-mainwraper .description {
        padding-left:40px
    }

    div.platform-mainwraper .product-sec-1-wrapper {
        padding:0 40px 40px
    }

    div.platform-mainwraper .plafforms-listing-scroll-spywraper .links-click-wraped {
        margin-bottom: 40px;
        padding:20px 80px
    }

    div.platform-mainwraper .plafforms-listing-scroll-spywraper .links-click-wraped a {
        max-width: 80px;
        display: inline-block;
        text-align: center;
        line-height:20px
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner {
        padding:80px
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section1 .right-block .image-wraper &gt; img {
        max-width:180px
    }

    div.platform-mainwraper .platforms-individual-list-wraper .sectionbg-blue {
        border-bottom-left-radius: 50px;
        border-bottom-right-radius: 50px;
        border-top-left-radius: 0;
        border-top-right-radius:0
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section3 .card-wrapper h4 {
        margin-top:35px
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section2 .title &gt; h4 {
        padding-top:35px
    }

    div.platform-mainwraper .plafforms-listing-scroll-spywraper .links-click-wraped a {
        max-width:90px
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section2 .card-wrapper .card-wrapped .title-descptwraper .title-bold-h4 + p {
        margin-bottom:0
    }

    div.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section2 .separator {
        margin:16.5px 0
    }

    div.contact-us-mainwraper .contact-breadcrumb-wraped {
        padding:0 25px
    }

    div.contact-us-mainwraper .contact-address-map-wrapper {
        padding:0 65px 70px
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper {
        padding:50px 15px
    }

    div.contact-us-mainwraper .contact-title-description-wraper .unbold-title {
        line-height: 50px;
        letter-spacing: -1.25px;
        font-size:35px
    }

    div.contact-us-mainwraper .contact-title-description-wraper .title-wrapped .bold-title {
        line-height: 50px;
        letter-spacing: -1.25px;
        font-size:50px
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .form-row .form-control, div.contact-us-mainwraper .contact-form-fied-wrapper .form-row .form-group textarea {
        width:100%
    }

    .request-samplesec-home {
        padding:75px 0
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .submit-btn {
        margin-top:0
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .section2 &gt; .form-group input, div.contact-us-mainwraper .contact-form-fied-wrapper .section3 &gt; .form-group input {
        width:100%
    }

    .contact-us-mainwraper .contact-form-fied-wrapper .section2, .contact-us-mainwraper .contact-form-fied-wrapper .section3 {
        justify-content:space-between
    }

    .contact-us-mainwraper .contact-form-fied-wrapper .section2 .left-block, .contact-us-mainwraper .contact-form-fied-wrapper .section2 .right-block, .contact-us-mainwraper .contact-form-fied-wrapper .section3 .left-block, .contact-us-mainwraper .contact-form-fied-wrapper .section3 .right-block {
        max-width:49.5%
    }

    .contact-us-mainwraper .contact-form-fied-wrapper .section1 .middle-block input {
        width:97% !important
    }

    .aroundthecornermain-wraper .aroundthecornerproductsecmainwraper .productsthumbnails-wraped &gt; .card:first-child, .aroundthecornermain-wraper .aroundthecornerproductsecmainwraper .productsthumbnails-wraped &gt; .card:nth-child(4) {
        margin-right:2em
    }

    .aroundthecornermain-wraper .aroundthecornerproductsecmainwraper .productsthumbnails-wraped &gt; .card {
        max-width: 100%;
        flex:1
    }

    div.aroundthecornerproductsecmainwraper {
        padding:100px 40px 100px 70px
    }

    div.aroundthecornermain-wraper .product-sec-1-wrapper .left-block .prod-subtitle-unbold {
        font-size: 35px !important;
        line-height: 50px !important;
        letter-spacing:-1.25px !important
    }

    div.aroundthecornermain-wraper .product-sec-1-wrapper .left-block .prod-subtitle-bold {
        font-size: 50px !important;
        line-height: 50px !important;
        letter-spacing:-1.25px !important
    }

    div.aroundthecornermain-wraper .product-sec-1-wrapper {
        padding:0 40px 100px
    }

    div.customercenter-main-filterwraper .items-navlist-wraper .filters &gt; ul {
        padding: 0 80px;
        justify-content:space-between
    }

    div.customercenter-main-filterwraper .filters ul li {
        margin-right:25px
    }

    div.customercenter-main-filterwraper .item-list-wraper {
        padding: 0 65px;
        margin-bottom:50px
    }

    div.customer-centermain-wraper .product-sec-9-wrapper {
        padding:50px 70px
    }

    div.customercenter-main-filterwraper .item-list-wraper .list-wraper {
        border-radius:20px
    }

    div.about_us-mainwrapper .products-valuesection &gt; .title-desc-sec {
        padding:0 90px 50px
    }

    div.about_us-mainwrapper .about-usproducthroghwraper {
        padding-top:80px
    }

    div.about_us-mainwrapper .about-us-pillarsectionwrapper .prod-section-wrapped .common-block {
        max-width:100%
    }

    div.about_us-mainwrapper div.products-valuesection .maxrestrict-1110.prod-section-wrapper {
        padding:0 80px
    }

    div.about_us-mainwrapper .prod-section-wrapper .common-block img {
        max-width: 70px;
        margin-bottom:20px
    }

    div.about_us-mainwrapper .product-sec-1-wrapper .left-block .title-image-wraper img {
        max-width:250px
    }

    div.customercenter-main-filterwraper .sticky-top {
        top:80px
    }

    div.customer-centermain-wraper .customer-center-eventswrapped .customer-center-eventswrapped-inner {
        padding:0 50px
    }

    div.customer-centermain-wraper .customer-center-eventswrapped .customer-center-eventswrapped-inner iframe {
        min-height:242px
    }
}

@media only screen and (min-width: 1200px) and(max-width: 1439px) {
    #carouselhomepage-bannersec .carousel-caption.firsrlslidertext-wrper {
        max-width: 44%;
        width: 100%;
        left: 100px;
        bottom: 100px;
        right: auto;
        top: 0;
        padding: 80px 65px 68px;
        border-bottom-left-radius: 100px;
        border-bottom-right-radius:100px
    }

    .home-productsection {
        padding:100px 145px
    }

    .maxrestrict-1050 {
        max-width:100%
    }

    .home-technologysection {
        padding:0 145px 5em
    }

    .products-valuesection {
        padding:110px 145px 90px
    }

    .home-productsection .productsthumbnails-wraped &gt; .card {
        max-width: 290px;
        padding: 24px;
        border-radius:20px
    }

    .home-productsection .productsthumbnails-wraped .separator {
        margin:1em 0
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .section1 .middle-block input {
        width:97% !important
    }

    div.contact-us-mainwraper .contact-form-fied-wrapper .section2 .left-block input, div.contact-us-mainwraper .contact-form-fied-wrapper .section3 .left-block input {
        width:98%
    }

    .aroundthecornerproductsecmainwraper .productsthumbnails-wraped &gt; .card {
        max-width:300px
    }

    .aroundthecornerproductsecmainwraper .productsthumbnails-wraperdsktp .separator {
        margin:1.8em 0
    }

    div.customercenter-main-filterwraper .filters ul li {
        margin-right:45px
    }

    div.about_us-mainwrapper .products-valuesection .maxrestrict-1110.prod-section-wrapper {
        max-width:1050px
    }

    footer .footer-top .footer-top-rightblock .links-wrapper:last-child .two &gt; ul {
        padding-left:20px
    }

    footer .footer-top .footer-top-rightblock .links-wrapper:first-child .three &gt; ul, footer .footer-top .footer-top-rightblock .links-wrapper:last-child .four &gt; ul {
        padding-left:50px
    }

    footer .links-wrapper ul {
        padding-left:0
    }
}

@media only screen and (max-width: 1275px) and(min-width: 1200px) {
    div.customercenter-main-filterwraper .filters ul li {
        margin-right:35px
    }
}

@media only screen and (min-width: 1200px) and(max-width: 1250px) {
    .home-productsection .productsthumbnails-wraped &gt; .card {
        max-width:260px
    }

    .aroundthecornerproductsecmainwraper .productsthumbnails-wraped &gt; .card {
        max-width:280px
    }
}

@media only screen and (max-width: 450px) {
    .home-page-mainwrapper #accordionproducttecnology .card-header .title {
        font-size:1.3em
    }
}

@media only screen and (max-width: 400px) {
    .home-page-mainwrapper #accordionproducttecnology .card-header .title {
        font-size:1.2em
    }
}

@media only screen and (max-width: 380px) {
    .home-page-mainwrapper #accordionproducttecnology .card-header .title {
        font-size:1.1em
    }

    .home-page-mainwrapper #accordionproducttecnology .accodiantitle-imgwraper &gt; img {
        max-width:40px
    }

    .home-page-mainwrapper #accordionproducttecnology .card-body {
        padding-left:53px
    }
}

@media only screen and (max-width: 360px) {
    .home-page-mainwrapper #accordionproducttecnology .card-header .title {
        font-size:1em
    }

    .home-page-mainwrapper #accordionproducttecnology .accodiantitle-imgwraper &gt; img {
        max-width:40px
    }
}

.productlist-mainwraper .product-sec-1-wrapper .left-block .title-desp-mainwraper .description {
    padding-left: 50px;
    padding-top: 30px;
    max-width:420px
}

.productlist-mainwraper .product-sec-1-wrapper .left-block .title-desp-mainwraper {
    padding:60px 0
}

.productlist-mainwraper .product-sec-1-wrapper .right-block .product-image-wraper img {
    max-width: 605px;
    margin-left: auto;
    width:100%
}

.productlist-mainwraper .product-listing-scroll-spywraper .links-click-wraped {
    padding: 20px 155px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
    list-style-type: none;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    background-color:#fff
}

.productlist-mainwraper .product-listing-scroll-spywraper .links-click-wraped a {
    text-decoration: none;
    color: #000;
    padding:0
}

.productlist-mainwraper .product-individual-list-wraped .card-wrapped .logo {
    max-width: 200px;
    width:100%
}

.productlist-mainwraper .product-individual-list-wraped .card-wrapped .logo-title {
    max-width: 280px;
    width: 100%;
    margin-bottom:30px
}

.productlist-mainwraper .product-individual-list-wraped .product-individual-lists .w-100 {
    padding:75px 0
}

.productlist-mainwraper .product-individual-list-wraped .product-individual-list .card-wrapped p {
    margin-bottom:20px
}

.productlist-mainwraper .product-individual-list-wraped .product-individual-list .card-text {
    max-width:480px
}

.productlist-mainwraper .product-individual-list-wraped .product-individual-list .card-wrapper .logo-block {
    text-align:center
}

.productlist-mainwraper .product-individual-list-wraped .card-wrapped .logo-title.bsrx-title {
    max-width:165px
}

.productlist-mainwraper .product-individual-list-wraped .card-wrapped .logo.bsrx-logo {
    max-width:145px
}

.productlist-mainwraper .product-individual-list-wraped .card-wrapped .logo-title.unstain-logg-title {
    max-width:180px
}

.productlist-mainwraper .product-individual-list-wraped .card-wrapped .logo-title.caffe-logo-title {
    max-width:210px
}

.productlist-mainwraper .product-listing-scroll-spywraper .links-click-wraped a:hover {
    color:#23455f
}

.productlist-mainwraper .product-individual-list-wraped .product-individual-list .card-wrapped p .top-text {
    font-size: 10px;
    top: -.8em;
    letter-spacing:.5px
}

.productlist-mainwraper .product-listing-scroll-spywraper .links-click-wraped a .top-text {
    font-size: 12px;
    top: -.8em;
    letter-spacing:.5px
}

.productlist-mainwraper .product-listing-scroll-spywraper .product-individual-list-wraped-inner {
    padding:0 150px 150px
}

.productlist-mainwraper .product-listing-scroll-spywraper .product-individual-list-wraped-inner .product-individual-list {
    padding-bottom: 0;
    outline: 0;
    padding-top:150px
}

.productlist-mainwraper .product-listing-scroll-spywraper .product-individual-list-wraped-inner .product-individual-list:last-child {
    padding-bottom:0
}

.productlist-mainwraper .product-listing-scroll-spywraper .links-click-wraped a.active {
    color:#23455f !important
}

.platform-mainwraper .bold-title, .platform-mainwraper .unbold-title {
    line-height:36px
}

.platform-mainwraper .product-sec-1-wrapper .left-block .title-desp-mainwraper .description {
    padding-left: 50px;
    padding-top: 30px;
    max-width:450px
}

.platform-mainwraper .product-sec-1-wrapper .left-block .title-desp-mainwraper {
    padding:60px 0
}

.platform-mainwraper .product-sec-1-wrapper .right-block .product-image-wraper img {
    max-width: 605px;
    margin-left:auto
}

.platform-mainwraper .plafforms-listing-scroll-spywraper .links-click-wraped {
    padding: 20px 155px;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 45px;
    background-color:#fff
}

.platform-mainwraper .plafforms-listing-scroll-spywraper .links-click-wraped a {
    text-decoration: none;
    color: #000;
    padding: 0;
    font-family: 'Merriweather', serif;
}

.platform-mainwraper .plafforms-listing-scroll-spywraper .links-click-wraped a:hover {
    color:#2575ae
}

.platform-mainwraper .platforms-individual-list-wraper .sectionbg-blue {
    background-color: #2575ae;
    color: #fff;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    outline:0
}

.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner {
    padding:140px 155px
}

.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section1 .card-wrapped .title-desc-sec {
    padding-left: 0;
    padding-bottom:30px
}

.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section1 .card-wrapped .card-text {
    margin-bottom: 25px;
    max-width:540px
}

.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section1 .right-block .image-wraper &gt; img {
    max-width:200px
}

.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section2 .card-wrapper .card-wrapped .image-wraper &gt; img {
    max-width:65px
}

.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section2 .card-wrapper .card-wrapped {
    display:flex
}

.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section2 .card-wrapper .card-wrapped .image-wraper {
    padding-right:30px
}

.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section2 .card-wrapper .card-wrapped .title-descptwraper .title-bold-h4 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing:2px
}

.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section2 .title &gt; h4 {
    padding-top: 60px;
    padding-bottom: 40px;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing:2px
}

.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section2 .card-wrapper .card-wrapped .title-descptwraper .title-bold-h4 + p {
    max-width:250px
}

.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section3 .card-wrapper img {
    max-width:210px
}

.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section3 .card-wrapper h4 {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom:40px
}

.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section3 .card-wrapper p {
    margin:20px 0 25px
}

.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section3 .card-wrapper a {
    color:#fff
}

.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section1 .right-block {
    align-self: center;
    text-align:center
}

.platform-mainwraper .platforms-individual-list-wraper .platformsection-2, .platform-mainwraper .platforms-individual-list-wraper .platformsection-4, .platform-mainwraper .platforms-individual-list-wraper .platformsection-6 {
    background-color: transparent;
    color:#000
}

.platform-mainwraper .platforms-individual-list-wraper .platformsection-2 .platforms-individual-list-wraped-inner .section3 .card-wrapper a, .platform-mainwraper .platforms-individual-list-wraper .platformsection-4 .platforms-individual-list-wraped-inner .section3 .card-wrapper a, .platform-mainwraper .platforms-individual-list-wraper .platformsection-6 .platforms-individual-list-wraped-inner .section3 .card-wrapper a {
    color: #000;
    font-weight:700
}

.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section2 .card-wrapper .card-wrapped .title-descptwraper .title-bold-h4 + p {
    max-width:345px
}

.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section3 .card-wrapper a i {
    margin-left: 9px;
    margin-top: 3px;
    font-weight:700
}

.platform-mainwraper .platforms-individual-list-wraper .platformsection-2 .section3 .card-wrapper img {
    max-width:180px
}

.platform-mainwraper .platforms-individual-list-wraper .platformsection-3, .platform-mainwraper .platforms-individual-list-wraper .platformsection-5 {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 100px;
    border-top-right-radius:100px
}

.platform-mainwraper .platforms-individual-list-wraper .platformsection-3 .section3 .card-wrapper img {
    max-width:180px
}

.platform-mainwraper .platforms-individual-list-wraper .platformsection-2 .section3 .card-wrapper img {
    max-width:130px
}

.productlist-mainwraper .product-individual-list-wraped #caffxtendsection .card-wrapped .logo {
    max-width:180px
}

.productlist-mainwraper .product-individual-list-wraped #ketosection .card-wrapped .logo {
    max-width:160px
}

.plafforms-listing-scroll-spywraper .sticky-top, .product-listing-scroll-spywraper .sticky-top {
    top:80px
}

.productlist-mainwraper .product-listing-scroll-spywraper .links-click-wraped a.active {
    color: #23455f;
    font-weight:700
}

.plafforms-listing-scroll-spywraper .links-click-wraped a.active {
    color: #2575ae !important;
    font-weight:700
}

.productlist-mainwraper .product-listing-scroll-spywraper .product-individual-list-wraped-inner #tumxtrasection {
    padding-top:150px
}

.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section2 .title {
    padding-top: 40px;
    padding-bottom:40px
}

.platform-mainwraper .platforms-individual-list-wraper .platforms-individual-list-wraped-inner .section3 .card-wrapper .text-wrapper {
    padding-top: 30px;
    padding-bottom:40px
}

#Gum-Granules .platforms-individual-list.section3 .card-wrapper p {
    margin-top:0
}

.contact-us-mainwraper .contact-breadcrumb-wraped .breadcrumb-wraper .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding-bottom: 45px;
    padding-top: 70px;
    padding-left:0
}

.contact-us-mainwraper .contact-breadcrumb-wraped .breadcrumb-wraper .breadcrumb li a {
    line-height: 24px;
    color:#bababa
}

.contact-us-mainwraper .contact-breadcrumb-wraped .breadcrumb-item.active {
    color:#000
}

.contact-us-mainwraper .contact-address-map-wrapper {
    padding:0 150px 75px
}

.contact-us-mainwraper .contact-breadcrumb-wraped {
    padding:0 85px
}

.contact-us-mainwraper .contact-title-description-wraper .unbold-title {
    line-height: 60px;
    letter-spacing: -1.5px;
    font-size:42px
}

.contact-us-mainwraper .contact-title-description-wraper .title-wrapped .bold-title {
    line-height: 60px;
    letter-spacing: -1.5px;
    font-size:60px
}

.contact-us-mainwraper .contact-title-description-wraper .title-wrapped {
    margin-bottom:30px
}

.contact-us-mainwraper .sales-enquiry-wraper {
    margin:50px 0
}

.contact-us-mainwraper .sales-enquiry-wraper .title {
    font-size: 21px;
    line-height: 26px;
    font-family: 'Merriweather', serif;
    padding-bottom:8px
}

.contact-us-mainwraper .office-address-wraper .address-wrapped {
    padding-bottom:50px
}

.contact-us-mainwraper .office-address-wraper .address-wrapped .office-heading {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 10px;
    font-family: 'Merriweather', serif;
}

.contact-us-mainwraper .office-address-wraper .left-block .phone-num-field {
    padding-top:0
}

.contact-us-mainwraper .office-address-wraper .address {
    max-width:400px
}

.contact-us-mainwraper .request-samplesec-home {
    background: #23455f;
    color:#fff
}

.contact-us-mainwraper .request-samplesec-home .title-desc-sec .bold-title {
    line-height: 36px;
    color:#fff
}

.contact-us-mainwraper .contact-form-fied-wrapper {
    padding:50px 15px
}

.contact-us-mainwraper .contact-form-fied-wrapper .title {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 10px;
    font-family: 'Merriweather', serif;
}

.contact-us-mainwraper .contact-form-fied-wrapper .description {
    margin-bottom: 40px;
    font-size:14px
}

.nav-link-animate {
    cursor:pointer
}

.contact-us-mainwraper .contact-form-fied-wrapper .form-row .form-control {
    border: 1px solid #dedde0;
    height: 60px;
    border-radius: 0;
    width: 100%;
    padding-left: 20px;
    background:#fbfbfb
}

.contact-us-mainwraper .contact-form-fied-wrapper .form-control:focus {
    box-shadow:none
}

.contact-us-mainwraper .contact-form-fied-wrapper .form-row .form-group {
    margin-bottom:30px
}

.contact-us-mainwraper .contact-form-fied-wrapper textarea.form-control {
    border-radius: 0;
    border:1px solid #dedde0
}

.contact-us-mainwraper .contact-form-fied-wrapper .submit-btn {
    margin-top:0
}

.contact-us-mainwraper .contact-form-fied-wrapper .form-row .form-group .form-check {
    margin-right: 38px;
    line-height: 22px;
    margin-bottom:8px
}

.contact-us-mainwraper .contact-form-fied-wrapper .form-row .borderlink-green-btn {
    padding:14px 34px
}

.contact-us-mainwraper .contact-form-fied-wrapper .form-row .form-group .form-check:last-child {
    margin-right:0
}

.contact-us-mainwraper .contact-form-fied-wrapper .form-row .form-group label {
    margin-bottom:3px
}

.contact-us-mainwraper .contact-form-fied-wrapper .form-row .form-group textarea {
    width: 100%;
    height:170px
}

.contact-us-mainwraper .request-samplesec-home {
    padding:75px 100px
}

.contact-us-mainwraper .request-samplesec-home .parasize {
    padding:20px 0 40px
}

.contact-us-mainwraper .contact-form-fied-wrapper .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #23455f;
    border:0
}

.contact-us-mainwraper .contact-form-fied-wrapper .custom-control-input:focus ~ .custom-control-label:before {
    box-shadow:none
}

.contact-us-mainwraper .contact-form-fied-wrapper .custom-control-input:active ~ .custom-control-label:before {
    background-color: #23455f;
    border:0
}

.contact-us-mainwraper .contact-form-fied-wrapper form .form-dropdown-fields-wraper .form-group .custom-select {
    border: 1px solid #dedde0;
    height: 60px;
    border-radius: 0;
    padding-left: 20px;
    background: #fff url(icon-contact-arrow.c573f601cf390163c848.png) no-repeat right .9rem center/13px 8px;
    background-color: #fbfbfb !important;
    color:#9b9b9b
}

.contact-us-mainwraper .contact-form-fied-wrapper form .form-dropdown-fields-wraper .form-group .custom-select:focus {
    box-shadow:none
}

.contact-us-mainwraper .contact-form-wrapper .section1 .middle-block &gt; label, .contact-us-mainwraper .contact-form-wrapper .section4 .middle-block &gt; label, .contact-us-mainwraper .contact-form-wrapper .section4 .right-block &gt; label {
    visibility:hidden
}

.contact-us-mainwraper form ::-webkit-input-placeholder {
    color:#9b9b9b
}

.contact-us-mainwraper form ::-moz-placeholder {
    color:#9b9b9b
}

.contact-us-mainwraper form :-ms-input-placeholder {
    color:#9b9b9b
}

.contact-us-mainwraper form :-moz-placeholder {
    color:#9b9b9b
}

.contact-us-mainwraper .contact-form-fied-wrapper .section1 .form-group .form-control {
    width: 360px;
    max-width:100%
}

.contact-us-mainwraper .contact-form-fied-wrapper .section1 .middle-block .form-control {
    width: 350px;
    max-width:100%
}

.contact-us-mainwraper .contact-form-fied-wrapper .section2 .left-block input {
    width: 535px;
    max-width:100%
}

.contact-us-mainwraper .contact-form-fied-wrapper .section2 .right-block input {
    width: 545px;
    max-width:100%
}

.contact-us-mainwraper .contact-form-fied-wrapper .section3 .left-block input {
    width: 535px;
    max-width:100%
}

.contact-us-mainwraper .contact-form-fied-wrapper .section3 .right-block input {
    width: 545px;
    max-width:100%
}

.contact-us-mainwraper .contact-form-fied-wrapper .section4 .left-block input, .contact-us-mainwraper .contact-form-fied-wrapper .section4 .middle-block select, .contact-us-mainwraper .contact-form-fied-wrapper .section4 .right-block select {
    width: 100%;
    max-width:100%
}

.contact-us-mainwraper #loader {
    background-image: url(spinner.f1da3573a41d38a07ef4.gif);
    height: 20px;
    background-repeat: no-repeat;
    display: none;
    margin-top:15px
}

.contact-us-mainwraper #output {
    text-align: left;
    padding-top:20px
}

.aroundthecornermain-wraper .product-sec-1-wrapper .left-block .title-desp-mainwraper .description {
    padding-left: 50px;
    padding-top: 30px;
    max-width:500px
}

.aroundthecornermain-wraper .product-sec-1-wrapper .left-block .title-desp-mainwraper {
    padding:60px 0 0
}

.aroundthecornermain-wraper .product-sec-1-wrapper .right-block .product-image-wraper img {
    max-width: 605px;
    margin-left: auto;
    width:100%
}

.aroundthecornermain-wraper .aroundthecornerproductsecmainwraper {
    padding-top:0
}

.aroundthecornermain-wraper .aroundthecornerproductsecmainwraper .productsthumbnails-wraped &gt; .card:last-child {
    box-shadow: 0 2px 20px 0 #ebebeb;
    border-radius:30px
}

.aroundthecornermain-wraper .aroundthecornerproductsecmainwraper .productsthumbnails-wraped .card .image-wraper img {
    max-height:65px
}

.aroundthecornermain-wraper .aroundthecornerproductsecmainwraper .productsthumbnails-wraped &gt; .card .image-wraper {
    padding-bottom:25px
}

.aroundthecornermain-wraper .aroundthecornerproductsecmainwraper .productsthumbnails-wraped .card-body .title-bold-h4 {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 0;
    padding-bottom:10px
}

.aroundthecornermain-wraper .aroundthecornerproductsecmainwraper .productsthumbnails-wraped .card-body .title-bold-h4 span {
    font-family: 'Merriweather', serif;
}

.aroundthecornermain-wraper .aroundthecornerproductsecmainwraper .productsthumbnails-wraped .card-body .title-bold-h4 + p {
    margin-bottom:0
}

.aroundthecornermain-wraper .aroundthecornerproductsecmainwraper .productsthumbnails-wraped &gt; .card {
    padding:40px 30px
}

.aroundthecornermain-wraper .aroundthecornerproductsecmainwraper .productsthumbnails-wraped .separator {
    margin:15px 0
}

.aroundthecornermain-wraper .aroundthecornerproductsecmainwraper .productsthumbnails-wraped.one {
    justify-content:space-between
}

.aroundthecornermain-wraper .aroundthecornerproductsecmainwraper .productsthumbnails-wraped.two {
    justify-content:flex-start
}

.aroundthecornermain-wraper .aroundthecornerproductsecmainwraper .productsthumbnails-wraped &gt; .card {
    border-radius:25px
}

.productlist-mainwraper .product-listing-scroll-spywraper .links-click-wraped a .top-text.tm {
    font-size: 8px;
    top:-1.2em
}

.customercenter-main-filterwraper .filters ul {
    display: flex;
    justify-content: space-between;
    list-style: none;
    border-bottom: 1px solid #ebebeb;
    margin: 30px 15px;
    align-items:center
}

.customercenter-main-filterwraper .filters ul li {
    display: inlnie-block;
    text-align: center;
    margin-right: 70px;
    padding: 8px 5px;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    color: #000;
    transition: .3s;
    text-transform:capitalize
}

.customercenter-main-filterwraper .filters ul li:hover {
    color:#23455f
}

.customercenter-main-filterwraper .filters ul li.is-checked {
    border-bottom: 2px solid #23455f;
    color:#23455f
}

.customercenter-main-filterwraper .filters ul li:last-child {
    margin-right:0
}

.customercenter-main-filterwraper .grid .grid-item h1 {
    background: #eee;
    height: 150px;
    line-height: 150px;
    color: #fff;
    font-size: 3em;
    text-align: center;
    margin-bottom:30px
}

.customercenter-main-filterwraper .items-navlist-wraper {
    padding:0
}

.customercenter-main-filterwraper .item-list-wraper {
    padding: 0 150px;
    margin-bottom: 70px;
    margin-top:50px
}

.customercenter-main-filterwraper .items-navlist-wraper .filters &gt; ul {
    margin: 0;
    padding: 0 165px;
    background:#fff
}

.customercenter-main-filterwraper .item-list-wraper .list-wraper {
    height: 200px;
    box-shadow: 0 2px 20px 0 #ebebeb;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 25px;
    position:relative
}

.customercenter-main-filterwraper .item-list-wraper .list-wraper .title {
    color: #9b9b9b;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1.33px;
    font-family: 'Merriweather', serif;
    padding-bottom: 8px;
    text-transform:uppercase
}

.customercenter-main-filterwraper .item-list-wraper .list-wraper .subtitlewraper {
    font-family: 'Merriweather', serif;
    font-size: 21px;
    line-height:26px
}

.customercenter-main-filterwraper .item-list-wraper .list-wraper .links a {
    color: #23455f;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    cursor:pointer
}

.customercenter-main-filterwraper .item-list-wraper .list-wraper .links {
    position: absolute;
    bottom:30px
}

.customercenter-main-filterwraper .item-list-wraper .list-wraper .links a i {
    margin-left:3px
}

.customercenter-main-filterwraper .top-text {
    font-size: 12px;
    top: -.8em;
    letter-spacing:.5px
}

.customercenter-main-filterwraper .sticky-top {
    top:84px
}

.customercenter-main-filterwraper .top-text.tm {
    font-size: 10px;
    top: -.8em;
    letter-spacing:.5px
}

.customercenter-main-filterwraper .icon-download-arrow {
    max-width: 9px;
    margin-left:3px
}

.customer-centermain-wraper .customer-center-eventswrapped .customer-center-eventswrapped-inner iframe {
    min-height: 225px;
    box-shadow: 0 2px 20px 0 #ebebeb;
    border-radius:25px
}

.customer-centermain-wraper .customer-center-eventswrapped .customer-center-eventswrapped-inner {
    padding:0 150px
}

.contact-us-mainwraper .contact-address-map-wrapper .filterpopupformwraper .title-parawrapper .title {
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 10px;
    font-family: 'Merriweather', serif;
}

.filterpopupformwraped {
    max-width: 700px;
    margin-top: 100px;
    padding-right:0
}

.filterpopupformwraped .borderlink-green-btn {
    box-shadow: none;
    padding: 7px 25px;
    line-height:24px
}

.filterpopupformwraped .borderlink-green-btn:hover {
    box-shadow: none;
    top: 0;
    left:0
}

.filterpopupformwraped .filterpopupformwraped-inner .modal-header {
    border:0
}

.filterpopupformwraped .main-contentsection {
    padding:0 40px 40px
}

.filterpopupformwraped .main-contentsection .contact-form-wrapper .form-control {
    border: 1px solid #dedde0;
    height: 45px;
    border-radius: 0;
    padding-left: 14px;
    background: #fbfbfb;
    font-size:14px
}

.filterpopupformwraped .main-contentsection .contact-form-wrapper .form-group &gt; label {
    font-size:14px
}

.filterpopupformwraped .main-contentsection &gt; .content-sectionwrapper {
    padding-bottom:15px
}

.filterpopupformwraped .borderlink-green-btn {
    margin-top:10px
}

.filterpopupformwraped .filterpopupformwraped-inner {
    border-radius: 25px;
    margin: auto;
    border:0
}

.filterpopupformwraped .filterpopupformwraped-inner .form-control:focus {
    box-shadow:none
}

.filterpopupformwraped .filterpopupformwraped-inner .modal-header .close {
    font-size: 40px;
    font-weight: 400;
    padding: 10px 20px 0;
    text-shadow:none
}

.customercenter-main-filterwraper .icon-download-arrow.watch {
    margin-left:10px
}

.filterpopupformwraper #output {
    padding-top: 0;
    font-size: 14px;
    margin-left: 20px;
    line-height: 50px;
    vertical-align: middle;
    display:inline-block
}

.filterpopupformwraped .filterpopupformwraped-inner .modal-header .close .close_icon {
    max-width: 100%;
    width:20px
}

.customer-popupvideowraper .main-contentsection {
    padding:25px 25px 3px
}

.customer-popupvideowraper .filterpopupformwraped-inner .modal-header {
    position: absolute;
    width: auto;
    right: -3.5em;
    top:-1.2em
}

.customer-popupvideowraper .filterpopupformwraped-inner .modal-header .close {
    color: #fff;
    opacity:1
}

.customer-popupvideowraper .filterpopupformwraped-inner video, .filterpopupformwraper .filterpopupformwraped-inner .modal-header .close:focus {
    outline:0
}

@media only screen and (min-width: 768px) {
    iframe.youtube {
        height:300px
    }
}

@media only screen and (min-width: 992px) {
    iframe.youtube {
        height:300px
    }
}

@media only screen and (min-width: 1200px) {
    iframe.youtube {
        height:300px
    }
}

.about_us-mainwrapper .product-sec-1-wrapper .left-block .title-image-wraper img {
    max-width:350px
}

.about_us-mainwrapper .product-sec-1-wrapper .left-block .title-desp-mainwraper .description {
    max-width: 480px;
    padding-top:45px
}

.about_us-mainwrapper .product-sec-1-wrapper .left-block .title-desp-mainwraper .description .parasize:first-child {
    padding-bottom:30px
}

.about_us-mainwrapper .about-us-firstsectionwraper .about-usproducthroghwraper .bold-title, .about_us-mainwrapper .about-us-firstsectionwraper .about-usproducthroghwraper .unbold-title {
    line-height:36px
}

.about_us-mainwrapper .about-us-firstsectionwraper .about-usproducthroghwraper .description {
    max-width: 550px;
    padding-top: 30px;
    padding-left:35px
}

.about_us-mainwrapper .product-sec-1-wrapper .left-block .title-desp-mainwraper {
    padding:60px 0 80px
}

.about_us-mainwrapper .about-usproducthroghwraper .title-wrapper {
    padding-left:35px
}

.about_us-mainwrapper .products-valuesection {
    color: #000;
    background: transparent;
    padding: 0;
    margin-top:90px
}

.about_us-mainwrapper .prod-section-wrapper .common-block img {
    max-width:100px
}

.about_us-mainwrapper .products-valuesection .title-desc-sec .bold-title, .about_us-mainwrapper .products-valuesection .title-desc-sec .unbold-title {
    line-height:36px
}

.about_us-mainwrapper .product-sec-1-wrapper .right-block .product-image-wraper {
    padding-right:0
}

.about-us-hello {
    margin-top:110px
}

.about-us-team {
    margin-top:0 !important
}

.about-us-card-container {
    padding: 0 70px 0 150px;
    width: 100%;
    display:flex
}

.about-us-card-container-sm {
    flex-wrap:wrap
}

.about-us-card-container-card-lg {
    padding: 0 44px;
    margin: 0 30px 0 0;
    width: 540px;
    height: 493px;
    border-radius: 25px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .08);
    background-color:#fff
}

.about-us-card-container-card-lg-name {
    font-size: 21px;
    letter-spacing: normal;
    font-family: 'Merriweather', serif;
    line-height: 1;
    color:#000
}

.about-us-card-container-card-lg-designation {
    font-size: 16px;
    letter-spacing: normal;
    font-family: 'Merriweather', serif;
    color: #9b9b9b;
    line-height:1.5
}

.about-us-card-container-card-lg-link {
    letter-spacing: normal;
    font-size: 16px;
    font-family: 'Merriweather', serif;
    line-height: 1.5;
    color:#23455f
}

.about-us-card-container-card-lg-link:hover {
    text-decoration: none;
    color:#23455f
}

.about-us-card-container-card-lg-image {
    width: 120px;
    -webkit-clip-path: circle();
    clip-path:circle()
}

.about-us-card-container-card {
    margin: 20px 20px 20px 0;
    padding: 0 22px;
    width: 260px;
    height: 260px;
    border-radius: 25px;
    box-shadow: 0 1px 20px 0 #ebebeb;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items:center
}

.card-upper-section {
    margin-top: 40px;
    display: flex;
    flex-direction:row
}

.card-lower-section {
    margin-top:15px
}

.card-upper-section-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left:30px
}

.about-us-card-container-card-image {
    margin-top: 22px;
    width: 88px;
    -webkit-clip-path: circle(40% at 48% 37%);
    clip-path:circle(40% at 48% 37%)
}

.about-us-card-container-card-name {
    font-size: 17px;
    letter-spacing: normal;
    font-family: 'Merriweather', serif;
    line-height: 1;
    color:#000
}

.about-us-card-container-card-designation {
    margin-top: 20px;
    font-size: 16px;
    font-family: 'Merriweather', serif;
    color: #9b9b9b;
    line-height:.94
}

.about-us-card-container-card-link {
    margin-top: 20px;
    letter-spacing: normal;
    font-size: 16px;
    font-family: 'Merriweather', serif;
    line-height: 1.5;
    color: #23455f !important;
    cursor:pointer
}

.about-us-card-container-card-link:hover {
    text-decoration: none;
    color:#23455f
}

.about-us-card-container-card-link &gt; .card-link-arrow {
    width: 5px;
    height: 7px;
    margin-left:6px
}

.about-us-metrics {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 80px;
    padding: 70px 150px 0;
    height: 347px;
    background-color:#f6f6f6
}

.about-us-metrics-numbers {
    margin-top: 48px;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap
}

.about-us-metrics-numbers-main {
    font-size: 36px;
    line-height:.67
}

.about-us-metrics-numbers-main, .about-us-metrics-numbers-sub {
    text-align: center;
    display: block;
    font-family: 'Merriweather', serif;
    letter-spacing:normal
}

.about-us-metrics-numbers-sub {
    margin-top: 15px;
    font-size: 21px;
    line-height:1.14
}

.item-4 {
    display:none
}

.about-us-bio {
    padding: 0 50px 34px;
    font-size:16px
}

.bio-upper-section img {
    width:120px
}

.bio-upper-section {
    display: flex;
    align-items:center
}

.bio-lower-section {
    line-height: 24px;
    text-align:left
}

.bio-upper-section-designation {
    margin-top: 6px;
    line-height: 24px;
    color:#9b9b9b
}

.bio-upper-section-name {
    font-size: 21px;
    line-height: 21px;
    font-family: 'Merriweather', serif;
}

.bio-upper-section-link {
    margin-top: 6px;
    font-family: 'Merriweather', serif;
    color:#23455f
}

.bio-user-info {
    display: flex;
    flex-direction: column;
    margin-left:30px
}

.privacy-policymain-wraper .contact-address-map-wrapper {
    padding-top: 0;
    padding-bottom:80px
}

.privacy-policymain-wraper .section-container-wraper .heading {
    font-size: 21px;
    line-height: 26px;
    font-family: 'Merriweather', serif;
    text-transform: capitalize;
    margin-bottom: 15px;
    margin-top:40px
}

.privacy-policymain-wraper.contact-title-description-wraper {
    padding-bottom:80px
}

.privacy-policymain-wraper .descliamer-wraper {
    padding: 0;
    margin-top:40px
}

.dskalplafromdropdwonlink {
    display: inline-block;
    padding-bottom:12px
}

header.header-wrapper &gt; .desktop-navbar .nav-item .links .top-text {
    font-size: 10px;
    top:-1em
}

header.header-wrapper &gt; .desktop-navbar .nav-item .links .top-text.tm {
    font-size: 8px;
    top:-1.1em
}

header.header-wrapper &gt; .desktop-navbar .common-dropdownmenu-wraper .menu-section-wraped-inner .section-middle-block .section-middle-block-wraped ul.Raw-Extracts-wraper .nav-item-submenu:first-child {
    padding-top:0
}

.header-wrapper &gt; .desktop-navbar .dropdown-menu div[class * =col] {
    margin-bottom:1rem
}

.header-wrapper &gt; .desktop-navbar .dropdown-menu {
    border: none;
    background-color:#fff !important
}

.header-wrapper &gt; .desktop-navbar .common-dropdownmenu-wraper .menu-section-wraped .section-middle-block .title-bold-h4 {
    margin-bottom:35px !important
}

.header-wrapper &gt; .desktop-navbar .common-dropdownmenu-wraper .menu-section-wraped .common-sections .title-bold-h4 {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 2px;
    color: #9b9b9b;
    text-transform: uppercase;
    margin-bottom:25px
}

.header-wrapper .navbar .nav-item .Raw-Extracts-link a, .header-wrapper &gt; .desktop-navbar .nav-item .Branded-Ingredientslink a {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    text-decoration: none;
    display:inline-block
}

.header-wrapper .navbar .nav-item .Raw-Extracts-link a i, .header-wrapper &gt; .desktop-navbar .nav-item .Branded-Ingredientslink a i {
    padding-left:50px
}

.header-wrapper &gt; .desktop-navbar .nav-item .links {
    text-decoration: none;
    color:#000
}

.header-wrapper &gt; .desktop-navbar .nav-item .links + .parasize {
    font-size: 14px;
    color: #9b9b9b;
    margin-bottom:0
}

header.header-wrapper &gt; .desktop-navbar .nav-item-submenu {
    margin-left: 0;
    padding-left: 0;
    margin-bottom:10px
}

.header-wrapper &gt; .desktop-navbar .common-dropdownmenu-wraper .menu-section-wraped-inner .section-right-block .section-right-wraped .parasize + a i {
    margin-left: 10px;
    font-weight: 700;
    margin-top:3px
}

.header-wrapper &gt; .desktop-navbar .common-dropdownmenu-wraper .menu-section-wraped-inner .common-sections {
    margin-bottom:0
}

.header-wrapper &gt; .desktop-navbar .common-dropdownmenu-wraper .menu-section-wraped-inner .section-right-block .section-right-wraped .parasize {
    margin-bottom: 30px;
    margin-top: 2em;
    line-height:26px
}

.header-wrapper .navbar .customer-center-menulink .common-dropdownmenu-wraper .menu-section-wraped-inner .section-right-block, .header-wrapper &gt; .desktop-navbar .platform-menu-link .common-dropdownmenu-wraper .menu-section-wraped-inner .section-right-block {
    border-left:1px solid #ebebeb
}

.header-wrapper .navbar .nav-item .Raw-Extracts-link a:hover, .header-wrapper &gt; .desktop-navbar .nav-item .Branded-Ingredientslink a:hover {
    color:#23455f
}

.header-wrapper &gt; .desktop-navbar .common-dropdownmenu-wraper .menu-section-wraped-inner .section-middle-block .section-middle-block-wraped ul.Raw-Extracts-wraper .nav-item-submenu, .header-wrapper &gt; .desktop-navbar .common-dropdownmenu-wraper .menu-section-wraped-inner .section-middle-block .section-middle-block-wraped ul.Raw-Extracts-wraper .nav-item-submenu:last-child {
    margin-bottom:0
}

.header-wrapper &gt; .desktop-navbar .common-dropdownmenu-wraper .menu-section-wraped-inner .section-middle-block .section-middle-block-wraped ul.branded-ingredients-wraper .nav-item-submenu {
    margin-bottom: 0;
    padding:3px 0
}

header.header-wrapper .navbar .nav-item-submenu.Raw-Extracts-link, header.header-wrapper &gt; .desktop-navbar .nav-item-submenu.Branded-Ingredientslink {
    margin-bottom:0
}

header.header-wrapper &gt; .desktop-navbar .nav-link.dropdown-toggle:after {
    display:none
}
.header nav .navbar-nav .nav-link.dropdown-toggle::after{
	display:none !important;
}

.header-wrapper &gt; .desktop-navbar .nav-item .links .top-text {
    font-size: 7px;
    top: -1.3em;
    letter-spacing:.1px
}

.header-wrapper &gt; .desktop-navbar .common-dropdownmenu-wraper .menu-section-wraped-inner .section-right-block .section-right-wraped .parasize + a {
    color:#23455f
}

header.header-wrapper &gt; .desktop-navbar .platform-navleftblk-wraper .nav-item-submenu {
    margin-bottom:0
}

header &gt; .desktop-navbar .navbar-nav &gt; .customer-center-menulink .common-dropdownmenu-wraper {
    display:none !important
}

header.header-wrapper &gt; .desktop-navbar .product-linkactive {
    color:#23455f
}

.change-colorgreen {
    color:#23455f !important
}

@media screen and (min-width: 992px) {
    header .desktop-navbar {
        background-color:#fff !important
    }

    header .mobile-headernavwraper {
        display:none !important
    }

    header.header-wrapper &gt; .desktop-navbar {
        display: flex !important;
        border-bottom:1px solid #ebebeb
    }

    .header-wrapper &gt; .desktop-navbar .nav-item .links:hover, header &gt; .desktop-navbar .navbar-nav &gt; .nav-item .nav-link.active, header &gt; .desktop-navbar .navbar-nav &gt; .nav-item .nav-link:hover {
        color:#23455f
    }

    .header-wrapper &gt; .desktop-navbar .dropdown-menu .menu-section-wraped {
        padding:35px 32px
    }

    .header-wrapper &gt; .desktop-navbar {
        padding-top: 0;
        padding-bottom:0
    }

    .header-wrapper .navbar .nav-item .Raw-Extracts-link a span, .header-wrapper &gt; .desktop-navbar .nav-item .Branded-Ingredientslink a &gt; span {
        display: inline-block;
        width:160px
    }

    .header-wrapper &gt; .desktop-navbar .nav-item {
        padding: .5rem 0;
        margin:0
    }

    .header-wrapper &gt; .desktop-navbar .common-dropdownmenu-wraper .nav-item {
        padding:12px 0
    }

    .header-wrapper &gt; .desktop-navbar .dropdown {
        position:static
    }

    .header-wrapper &gt; .desktop-navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        top: 88px;
        display: block;
        visibility: hidden;
        opacity: 0;
        transition:visibility 0s, opacity .3s linear
    }

    .header-wrapper &gt; .desktop-navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
        display: block;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0s linear;
        border-radius: 0;
        box-shadow:0 8px 24px rgba(0, 0, 0, .1)
    }

    .header-wrapper &gt; .desktop-navbar .dropdown-menu {
        background-color:#fff
    }

    .header-wrapper &gt; .desktop-navbar .common-dropdownmenu-wraper .menu-section-wraped-inner .section-middle-block {
        border-left: 1px solid #ebebeb;
        border-right:1px solid #ebebeb
    }

    .header-wrapper &gt; .desktop-navbar .common-dropdownmenu-wraper .menu-section-wraped-inner {
        width:100%
    }

    header &gt; .desktop-navbar .navbar-nav &gt; .nav-item .nav-link {
        padding:1.5rem .5rem
    }

    header.header-wrapper &gt; .desktop-navbar .dropdown-menu {
        top:84px
    }

    header &gt; .desktop-navbar .navbar-nav &gt; .nav-item:hover {
        box-shadow:inset 0 -3px 0 0 #23455f
    }
}

@media only screen and (min-width: 992px) and(max-width: 1199px) {
    .header-wrapper &gt; .desktop-navbar .dropdown-menu {
        border: 0;
        max-width: 93%;
        margin:auto
    }

    .header-wrapper &gt; .desktop-navbar .common-dropdownmenu-wraper .menu-section-wraped-inner .section-middle-block &gt; .section-middle-block-wraped {
        padding:0 20px
    }

    .header-wrapper &gt; .desktop-navbar .common-dropdownmenu-wraper .menu-section-wraped-inner .section-right-block .section-right-wraped {
        padding-left:20px
    }

    .header-wrapper .navbar .nav-item .Raw-Extracts-link a i, .header-wrapper &gt; .desktop-navbar .nav-item .Branded-Ingredientslink a i {
        padding-left:18px
    }

    header.header-wrapper &gt; .desktop-navbar .dropdown-menu {
        top:80px
    }
}

@media only screen and (min-width: 1200px) and(max-width: 1439px) {
    .header-wrapper &gt; .desktop-navbar .dropdown-menu {
        border: 0;
        max-width: 85%;
        margin:auto
    }

    .header-wrapper &gt; .desktop-navbar .common-dropdownmenu-wraper .menu-section-wraped-inner .section-middle-block &gt; .section-middle-block-wraped {
        padding:0 20px
    }

    .header-wrapper &gt; .desktop-navbar .common-dropdownmenu-wraper .menu-section-wraped-inner .section-right-block .section-right-wraped {
        padding-left:20px
    }

    .header-wrapper .navbar .nav-item .Raw-Extracts-link a i, .header-wrapper &gt; .desktop-navbar .nav-item .Branded-Ingredientslink a i {
        padding-left:30px
    }

    .about_us-mainwrapper .products-valuesection &gt; .title-desc-sec {
        padding:0 145px 50px 150px
    }
}

@media screen and (min-width: 1440px) {
    .header-wrapper &gt; .desktop-navbar .dropdown-menu {
        border: 0;
        max-width: 86%;
        margin:auto
    }

    header.header-wrapper &gt; .desktop-navbar .dropdown-menu {
        top:84px
    }

    .Nutriventia-mainwrapper {
        padding-top:5em
    }

    .header-wrapper &gt; .desktop-navbar .dropdown-menu .menu-section-wraped {
        padding:25px 65px
    }

    .header-wrapper &gt; .desktop-navbar .common-dropdownmenu-wraper .menu-section-wraped-inner .section-middle-block &gt; .section-middle-block-wraped {
        padding:0 65px
    }

    .header-wrapper &gt; .desktop-navbar .common-dropdownmenu-wraper .menu-section-wraped-inner .section-right-block .section-right-wraped {
        padding-left:50px
    }

    div.about_us-mainwrapper .products-valuesection .maxrestrict-1110.prod-section-wrapper {
        max-width:1150px
    }

    .about_us-mainwrapper .products-valuesection &gt; .title-desc-sec.meet-team {
        padding:0 145px 50px 150px
    }
}

.nav-bar-mble .icon-bar {
    width: 20px;
    height: 1px;
    background-color: #000;
    display: block;
    transition: all .2s;
    margin-top:4px
}

.nav-bar-mble .navbar-toggler {
    border: none;
    background:transparent !important
}

.nav-bar-mble .navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin:10% 10%
}

.nav-bar-mble .navbar-toggler .middle-bar {
    opacity:0
}

.nav-bar-mble .navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin:10% 90%
}

.nav-bar-mble .navbar-toggler.collapsed .top-bar {
    transform:rotate(0)
}

.nav-bar-mble .navbar-toggler.collapsed .middle-bar {
    opacity:1
}

.nav-bar-mble .navbar-toggler.collapsed .bottom-bar {
    transform:rotate(0)
}

.nav-bar-mble .dropdown-submenu {
    position:relative
}

.nav-bar-mble .dropdown-submenu a:after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top:.8em
}

.nav-bar-mble .dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-left: .1rem;
    margin-right:.1rem
}

header .platforms-listwrappermain {
    display: flex;
    justify-content:space-between
}

header .platforms-listwrappermain &gt; ul {
    flex:1
}

.productslinkwraper {
    background: transparent;
    color: #000;
    border: none;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    padding: 12px 0;
    width:100%
}

.mobile-clicklistitems-wraper.show &gt; .btn-secondary.dropdown-toggle {
    background-color: transparent;
    border: 0;
    color:#000
}

.mobile-clicklistitems-wraper.show &gt; .btn-secondary.dropdown-toggle:focus {
    box-shadow:none
}

.mobile-clicklistitems-wraper .links-click-wraped {
    flex-direction: column;
    padding-left:9px
}

div.mobile-clicklistitems-wraper .productlist-wraped {
    width: 100%;
    top: -2px !important;
    margin-top: 0;
    transform: translate3d(0, 40px, 0) !important;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    box-shadow:0 8px 24px rgba(0, 0, 0, .1)
}

div.mobile-clicklistitems-wraper .productlist-wraped li a {
    font-size: 14px;
    line-height: 14px;
    color: #000;
    padding:13px 15px
}

.mobile-clicklistitems-wraper .dropdown-toggle:after {
    border: none !important;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107" !important;
    vertical-align: 0;
    margin-left:8px
}

.mobile-clicklistitems-wraper.show button.dropdown-toggle:after {
    content: "\f106" !important;
    margin-left:8px
}

.breadcrum-mobile-clicklistitems-wraper .breadcrum-mobile-clicklistitems-wraped .breadcrumb-wraper .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    padding:16px 24px
}

.breadcrum-mobile-clicklistitems-wraper .breadcrumb-wraper .breadcrumb li {
    line-height: 10px !important;
    font-size:10px !important
}

.breadcrum-mobile-clicklistitems-wraper .breadcrumb-wraper .breadcrumb li a {
    line-height: 10px !important;
    font-size: 10px !important;
    color:#bababa
}

.breadcrum-mobile-clicklistitems-wraper .breadcrumb-wraper .breadcrumb-item.active {
    color:#000
}

.breadcrum-mobile-clicklistitems-wraper .breadcrum-mobile-clicklistitems-wraped {
    padding:0
}

.breadcrum-mobile-clicklistitems-wraper .productslinkwraper {
    padding:13px 24px
}

.mobile-clicklistitems-wraper {
    box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
    position: fixed;
    width: 100%;
    z-index: 1000;
    background: #fff;
    top:64px
}

.mobile-clicklistitems-wraper + .breadcrumb-wraper {
    padding-top:40px
}

.productslinkwraper.sticky-top {
    top:65px
}

.mobile-headernavwraper .mobile-logo-wraper &gt; img {
    max-width:110px
}

.mobile-headernavwraper {
    justify-content: space-between;
    display:flex !important
}

.mobile-headernavwraper .dropdownnav-mobilewraper .dropdown-colpse-border {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom:0
}

header .mobile-headernavwraper .navbar-nav &gt; .nav-items {
    margin:30px 0 0
}

header .mobile-headernavwraper .dropdownnav-mobilewraper &gt; .navbar-nav {
    margin-top: 0 !important;
    max-height: 500px;
    overflow:auto
}

header .mobile-headernavwraper .navbar-nav .nav-items a {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 2.5px;
    color: #000;
    text-decoration:none
}

header .mobile-headernavwraper .navbar-nav &gt; .nav-items &gt; a {
    text-transform:uppercase
}

header .mobile-headernavwraper .navbar-nav .dropdown-wraper .dropdown-wraper-inner {
    border: 0;
    padding-bottom:0
}

header .mobile-headernavwraper .navbar-nav .dropdown-wraper .dropdown-wraper-inner &gt; .dropdown-submenu {
    margin:20px 0
}

header .mobile-headernavwraper .navbar-nav .dropdown-wraper .dropdown-wraper-inner &gt; .dropdown-submenu:last-child {
    margin-bottom:0
}

header .mobile-headernavwraper .navbar-nav .dropdown-wraper .drop-downplatform-wraper &gt; .nav-item-submenu {
    margin-bottom:25px
}

header .mobile-headernavwraper .navbar-nav .dropdown-wraper .drop-downplatform-wraper &gt; .nav-item-submenu &gt; a {
    padding-left: 1.5em;
    display: block;
    letter-spacing:0
}

header .mobile-headernavwraper .products-submenudropdownwraper &gt; .dropdown-submenu .dropdown-menu {
    border: 0;
    padding-bottom:10px
}

header .mobile-headernavwraper .products-submenudropdownwraper &gt; .dropdown-submenu .dropdown-menu .nav-items a {
    padding-left:40px
}

header .mobile-headernavwraper .products-submenudropdownwraper &gt; .dropdown-submenu .dropdown-menu .nav-items p {
    padding-left: 40px;
    font-size: 12px;
    line-height: 24px;
    margin-bottom:0
}

header .mobile-headernavwraper .secondlevel-menuwraper &gt; .dropdown-submenu a, header .mobile-headernavwraper .secondlevel-menuwraper &gt; .nav-item-submenu a {
    font-size: 14px;
    line-height:15px
}

header .mobile-headernavwraper .navbar-nav .nav-items .dropdown-item {
    padding-left:24px
}

header .mobile-headernavwraper .third-levelmenuwraper &gt; .nav-items {
    margin:20px 0
}

header .mobile-headernavwraper .navbar-nav .dropdown-wraper .dropdown-wraper-inner &gt; .dropdown-submenu:first-child .third-levelmenuwraper li:last-child, header .mobile-headernavwraper .navbar-nav .dropdown-wraper .dropdown-wraper-inner &gt; .dropdown-submenu:last-child .third-levelmenuwraper li:last-child {
    margin-bottom:0
}

header .mobile-headernavwraper .first-levelmenuwraper .nav-items .nav-links {
    display:block
}

header .mobile-headernavwraper .first-levelmenuwraper &gt; .dropdown-wraper &gt; .dropdown-toggle:after {
    border: none !important;
    font: normal normal normal 20px/1 FontAwesome;
    content: "\f105" !important;
    vertical-align: 0;
    margin-left: 8px;
    position: absolute;
    top: .2em;
    right:6px
}

header .mobile-headernavwraper .first-levelmenuwraper &gt; .dropdown-wraper.show &gt; .dropdown-toggle:after {
    content: "\f107" !important;
    margin-left: 8px;
    position: absolute;
    top: .2em;
    right:6px
}

header .mobile-headernavwraper .secondlevel-menuwraper.show &gt; .dropdown-submenu &gt; .dropdown-toggle:after {
    border: none !important;
    font: normal normal normal 20px/1 FontAwesome;
    content: "\f107" !important;
    vertical-align: 0;
    margin-left: 8px;
    transform:rotate(-90deg)
}

header .mobile-headernavwraper .secondlevel-menuwraper &gt; .dropdown-submenu &gt; .dropdown-toggle.active:after {
    content: "\f105" !important;
    margin-left: 8px;
    transform:rotate(90deg)
}

header .nav-bar-mble .dropdown-submenu a:after {
    top: .3em;
    margin-top: 3px;
    top:-.1em
}

header .mobile-headernavwraper .first-levelmenuwraper .nav-items .nav-links.active {
    color:#23455f
}

header .mobile-headernavwraper .navbar-nav .nav-items .dropdown-item {
    background-color:transparent
}

header .mobile-headernavwraper .drop-downplatform-wraper {
    margin-top: 15px;
    padding:20px 0 10px !important
}

header .mobile-headernavwraper .first-levelmenuwraper &gt; .dropdown-wraper.show &gt; .nav-links, header .mobile-headernavwraper .navbar-nav .dropdown-wraper .drop-downplatform-wraper &gt; .nav-item-submenu &gt; a.active, header .mobile-headernavwraper .navbar-nav .nav-items .dropdown-item.active {
    color:#23455f
}

header .mobile-headernavwraper .first-levelmenuwraper &gt; .nav-items:last-child {
    margin-bottom:15px
}

header .mobile-headernavwraper .products-submenudropdownwraper &gt; .dropdown-submenu .third-levelmenuwraper .nav-items &gt; a {
    padding-bottom:0
}

header .mobile-headernavwraper .products-submenudropdownwraper &gt; .dropdown-submenu .third-levelmenuwraper .nav-items &gt; a .top-text {
    font-size: 8px;
    top:-1em
}

header .mobile-headernavwraper {
    height: 100%;
    align-content: flex-start;
    border-bottom:1px solid #ebebeb
}

header .mobile-headernavwraper.fixed-top {
    height: 100%;
    position:static !important
}

header .mobile-headernavwraper .navbar-nav .dropdown-wraper .drop-downplatform-wraper &gt; .nav-item-submenu:last-child {
    margin-bottom:0
}

header .dropdownnav-mobilewraper {
    position: relative;
    min-height:100%
}

header .dropdownnav-mobilewraper .mobile-viewcontactbtn {
    position: absolute;
    bottom: 30px;
    width:100%
}

header .dropdownnav-mobilewraper .mobile-viewcontactbtn a {
    font-size: 16px;
    display: block;
    max-width: 100%;
    padding:12px 33px
}

header .mobile-contact-border-top {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right:-50vw
}

header .mobile-headernavwraper .navbar-nav .dropdown-wraper .products-submenudropdownwraper &gt; li a {
    letter-spacing:0
}

.other-product-card {
    background-color: #fff;
    height: 275px;
    width: 240px;
    border-radius: 25px;
    padding: 30px;
    box-shadow:0 3px 20px 0 #ebebeb
}

.other-product-card:hover {
    cursor:pointer
}

.other-product-card-overlay {
    display: block;
    position: absolute;
    height: 275px;
    width: 275px;
    top: 100px;
    -webkit-filter: blur(10px) !important;
    filter: blur(10px) !important;
    right: 95px;
    z-index: 1;
    box-shadow: 0 3px 20px 0 #ebebeb;
    background-image:linear-gradient(90deg, hsla(0, 0%, 100%, .3), #fff)
}

.other-product-card-title {
    font-family: 'Merriweather', serif;
    font-size: 16px;
    line-height: 17px;
    letter-spacing:1.44px
}

.other-product-card p {
    line-height: 24px;
    font-size:16px
}

.other-product-card a {
    font-family: 'Merriweather', serif;
    line-height: 17px;
    font-size:14px
}

.other-product-card a:hover {
    color: #23455f;
    text-decoration:none
}

.other-product-card-arrow {
    width: 3.5px;
    height: 6px;
    margin-left:5px
}

.other-product-card-container {
    margin-bottom:100px
}

.other-product-card .img-bsrx {
    width: 36.8px;
    height: 75px;
    margin:0 0 23px
}

.other-product-card .img-unstain {
    width: 53.3px;
    height: 75px;
    margin:0 0 19.3px
}

.other-product-card .img-ketohi {
    width: 44.6px;
    height: 75px;
    margin:0 0 19.3px
}

.other-product-card .img-caffx, .other-product-card .img-turmxtra {
    width: 53.3px;
    height: 75px;
    margin:0 0 19.3px
}

.other-product-card .img-cfence {
    width: 67px;
    height: 75px;
    margin:0 0 19.3px
}

.other-product-card-container {
    width: 100%;
    margin: 0 auto;
    position:relative
}

.other-product-card-container &gt; .title {
    padding-left:150px
}

.other-product-card-container &gt; .block {
    width: 84%;
    margin:0 auto
}

.slick-list {
    padding:20px 0 !important
}

.slick-track {
    margin-left:0px
}

.left-arrow {
    left: 0;
    z-index:1000
}

.left-arrow, .right-arrow {
    position: absolute;
    top: 44%;
    color: #23455f !important;
    font-size:30px !important
}

.right-arrow {
    right: 0;
    z-index:2
}

.left-arrow.slick-arrow.slick-disabled {
    position: absolute;
    top: 44%;
    left: 0;
    z-index: 1000;
    color: #bababa !important;
    font-size:30px !important
}

.get-in-touch {
    width: 64px;
    height: 12px;
    margin: 0 8.3px 0 0;
    font-family: 'Merriweather', serif;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    text-transform: capitalize;
    color:#23455f
}

.safety-licenses-container {
    padding: 50px 0px;
}

.safety-licenses-container .bold-title {
    padding-bottom:20px
}

.safety-licenses-container .description {
    padding-bottom:36px
}

.safety-licenses-container .gras {
    width: 205px;
    height: 66px;
    margin-bottom:20px
}

.licenses-certification-container .image-container {
    width: 100%;
    display: block;
    justify-content:space-between
}

.youtube-container {
    padding:100px 150px 0
}

.youtube-container iframe {
    border-radius:30px
}

.unstain-youtube {
    padding: 100px 150px 0;
    text-align:center
}

.youtube-container img {
    width: 73px;
    -webkit-clip-path: circle();
    clip-path:circle()
}

.youtube-container .parasize {
    font-family: CerebriSans-Book;
    color:#333
}

.youtube-container .quote {
    display: flex;
    flex-direction: column;
    justify-content:center
}

.youtube-container .name {
    font-family: 'Merriweather', serif;
    font-size: 14px;
    color: #000;
    line-height:16px
}

.youtube-container .designation {
    font-family: CerebriSans-Book;
    font-size: 14px;
    color: #000;
    line-height:16px
}

.youtube-container .quote-mobile {
    display:none
}

.image-halal {
    padding-top: 18px;
    display: inline-block;
	margin-right:50px;
    flex-direction:column
}

.image-halal img {
    width: 100px;
    padding-bottom: 18px;
    align-self:center
}

.image-kosher {
    display: flex;
    flex-direction:column
}

.image-kosher img {
    width: 100px;
    margin-top: 17px;
    padding: 0 0 18px;
    align-self:center
}

.image-kosher span {
    margin-top:21.5px
}

.faqs-container {
    padding:100px 150px 50px
}

.faqs-container-division {
    display: flex;
    justify-content:space-between
}

@media only screen and (max-width: 1200px) {
    .faqs-container-division {
        display: flex;
        flex-direction: column;
        justify-content:space-between
    }

    .faq-filter {
        flex: 0 0 320px;
        height: 200px;
        padding:39px 24px 39px 25px
    }
}

#faq-accordion {
    flex:1
}

#faq-accordion .card {
    border: none;
    border-bottom:1px solid rgba(0, 0, 0, .125)
}

#faq-accordion .card-header {
    padding-left: 0;
    background: transparent;
    border-bottom:none
}

#faq-accordion .card-body {
    padding-left: 0;
    font-size: 16px;
    line-height: 24px;
    padding-right:150px
}

#faq-accordion button {
    padding-left: 0;
    font-family: 'Merriweather', serif;
    font-size: 21px;
    line-height: 26px;
    color:#000
}

#faq-accordion .btn.focus, .btn:focus {
    box-shadow:none
}

#faq-accordion i {
    float: right;
    font-size:24px
}

.faq-filter {
    flex: 0 0 320px;
    margin-right: 65px;
    box-sizing: border-box;
    background-color: #f9f9f9;
    height: 200px;
    padding:39px 24px 39px 25px
}

.faq-filter-heading {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 18px;
    letter-spacing:2px
}

.faq-filter-main {
    color: #9b9b9b;
    font-family: 'Merriweather', serif;
}

.faq-filter-clear, .faq-filter-clear:hover {
    color: #23455f;
    font-family: 'Merriweather', serif;
}

.faq-filter-clear:hover {
    text-decoration:none
}

.faq-filter-options {
    margin-top: 28px;
    text-transform: capitalize;
    font-size: 16px;
    line-height:24px
}

.faq-filter-options hr {
    color:#000
}

.faq-arrow-rotate {
    transform:rotate(90deg)
}

.faq-see-more {
    margin-top:75px
}

.faq-see-more .link-green-btn {
    width:200px
}

.about-us-card-container-mobile, .read-blog-mobile {
    display:none
}

.download-container {
    padding: 100px 0 0 150px;
    display: flex;
    flex-direction:column
}

.download-container.unstain {
    padding:100px 150px 0
}

.download-card-container, .download-customer-center {
    display: flex;
    align-content:center
}

.download-customer-center {
    width: 350px;
    justify-content: center;
    margin-top:60px
}

.download-customer-center.unstain {
    width:100%
}

.download-customer-center .link-green-btn {
    width:200px
}

.download-container-mobile {
    display:none
}

.vertical-card {
    background-color: #fff;
    width: 350px;
    height: 207px;
    display: flex;
    justify-content: stretch;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 3px 20px 0 #ebebeb;
    margin-right:30px
}

.vertical-card img {
    width:168px
}

.vertical-card-text {
    background-color: #fff;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 20px 15px;
    transition:transform .3s cubic-bezier(.4, 0, 1, 1)
}

.vertical-card-title {
    color: #9b9b9b;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 1.33px;
    text-transform: uppercase;
    font-family: 'Merriweather', serif;
}

.vertical-card-details {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-family: 'Merriweather', serif;
}

.vertical-card-link {
    margin-top:auto
}

.vertical-card-link span {
    font-family: 'Merriweather', serif;
    font-size: 14px;
    color: #23455f;
    line-height:24px
}

.vertical-card-link img {
    max-width: 9px;
    margin-left: 6px;
    margin-top:-1px
}

.vertical-card:hover {
    cursor:pointer
}

.vertical-card:hover &gt; .vertical-card-text {
    transform:translate(-70%)
}

@media only screen and (max-width: 767px) {
    ::-webkit-scrollbar {
        width: 5px;
        height:7px
    }

    ::-webkit-scrollbar-track {
        border-radius:10px
    }

    ::-webkit-scrollbar-thumb {
        background: hsla(0, 2.9%, 60%, .32);
        border-radius:10px
    }

    ::-webkit-scrollbar-thumb:hover {
        background:grey
    }

    .download-container {
        display:none
    }

    .download-container-mobile {
        padding: 60px 0 0 8px;
        display: flex;
        flex-direction:column
    }

    .download-card-container {
        overflow: scroll;
        overflow-y:hidden
    }

    .vertical-card-mobile {
        margin-bottom: 48px;
        flex-shrink: 0;
        background-color: #fff;
        width: 350px;
        height: 207px;
        display: flex;
        justify-content: stretch;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 3px 20px 0 #ebebeb;
        margin-right:30px
    }

    .vertical-card-mobile img {
        width:168px
    }

    .vertical-card-text {
        background-color: #fff;
        flex: 1;
        display: flex;
        flex-direction: column;
        padding: 20px 15px;
        transition:transform .3s cubic-bezier(.4, 0, 1, 1)
    }

    .vertical-card-title {
        color: #9b9b9b;
        font-size: 12px;
        line-height: 16px;
        letter-spacing: 1.33px;
        text-transform: uppercase;
        font-family: 'Merriweather', serif;
    }

    .vertical-card-details {
        font-size: 18px;
        line-height: 24px;
        color: #000;
        font-family: 'Merriweather', serif;
    }

    .vertical-card-link {
        margin-top:auto
    }

    .vertical-card-link span {
        font-family: 'Merriweather', serif;
        font-size: 14px;
        color: #23455f;
        line-height:24px
    }

    .vertical-card-link img {
        max-width: 9px;
        margin-left: 6px;
        margin-top:-1px
    }

    .about-us-card-container {
        display:none
    }

    .card-lower-section-overlay {
        top: 235px;
        left: 0;
        position: absolute;
        height: 83px;
        width: 328px;
        background-image:linear-gradient(180deg, hsla(0, 0%, 100%, .5) 16%, #fff 71%)
    }

    .card-upper-section {
        margin-top:30px
    }

    .about-us-card-container-card-lg {
        position: relative;
        width: 100%;
        height: 100%;
        height: 318px;
        overflow: hidden;
        margin:0 0 20px
    }

    .card-lower-section-link {
        top: 260px;
        left: 0;
        width: 100%;
        text-align: center;
        position: absolute;
        letter-spacing: normal;
        font-size: 35px;
        font-family: 'Merriweather', serif;
        line-height: 1.5;
        color:#23455f !important
    }

    .about-us-card-container-card-lg-image {
        width:63px
    }

    .about-us-card-container-card-lg-details {
        font-size: 14px;
        line-height:21px
    }

    .about-us-card-container-card-lg-name {
        font-size: 14px;
        line-height:26px
    }

    .about-us-card-container-card-lg-designation {
        font-size: 12px;
        line-height: 20px;
        color:#000
    }

    .modal-content.row.filterpopupformwraped-inner.about-us {
        border-radius: 0;
        background-color:#f6f6f6
    }

    .about-us-modal {
        margin: 0;
        padding:0
    }

    .modal-dialog.filterpopupformwraped.about-us {
        padding: 0;
        margin:100px 0
    }

    .about-us-card-container-mobile {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding:0 45px
    }

    .about-us-card-container-mobile-card {
        display: flex;
        align-items: center;
        border-bottom:1px solid rgba(0, 0, 0, .125)
    }

    .about-us-card-container-mobile:last-child {
        border-bottom:none
    }

    .bio-upper-section-name {
        font-size: 14px;
        line-height:26px
    }

    .bio-upper-section-designation {
        font-size: 12px;
        line-height: 20px;
        color: #000;
        margin-top:0
    }

    .bio-upper-section-link-mobile {
        font-family: 'Merriweather', serif;
        color: #23455f;
        font-size:16px
    }

    .modal-body.about-us-bio {
        padding:0 24px 60px
    }

    .bio-upper-section img {
        width:86px
    }

    .bio-upper-section-link {
        display:none
    }

    .bio-lower-section {
        line-height: 24px;
        font-size:14px
    }

    .read-blog-mobile {
        display: block;
        text-align: center;
        margin-top:60px
    }

    .about-us-card-container-card-image {
        margin-top: 25px;
        width:63px
    }

    .about-us-card-container-card-name {
        font-size: 14px;
        line-height:20px
    }

    .about-us-card-container-card-designation {
        margin-top: 0;
        font-size: 12px;
        line-height: 20px;
        color:#000
    }

    .about-us-card-container-card-link {
        color: #000 !important;
        margin-left: auto;
        padding-right:12px
    }

    .about-us-card-container-card-link &gt; .card-link-arrow {
        font-size:25px
    }

    .about-us-card-container-mobile-card-lower-section {
        display: flex;
        flex-direction: column;
        margin-left:30px
    }

    .about_us-mainwrapper .products-valuesection {
        margin-top:60px
    }

    .safety-licenses-container {
        padding:50px 8px
    }

    .faqs-container {
        padding:60px 0 60px 8px
    }

    .faqs-container-division {
        padding-left:22px
    }

    #faq-accordion button {
        font-size: 15px;
        line-height: 20px;
        display: flex;
        justify-content:space-between
    }

    #faq-accordion i {
        margin-left:5px
    }

    #faq-accordion .card-body {
        padding-right: 60px;
        text-align:left
    }

    #faq-accordion .card-header {
        padding-right:0
    }

    .faq-see-more .link-green-btn {
        font-size: 14px;
        width:154px
    }

    .other-product-card-overlay {
        display:none
    }

    .other-product-card-container &gt; .title {
        padding-left:8px
    }

    .safety-licenses-container .gras {
        width: 132px;
        height:43px
    }

    .licenses-certification-container .image-container img {
        width:70px
    }

    .image-kosher img {
        padding-bottom:12px
    }

    .licenses-certification-container {
        margin-top:40px
    }

    .youtube-container-product {
        margin-top:75px
    }

    .youtube-container .quote {
        display:none
    }

    .quote-mobile-lower-section {
        margin-top:10px
    }

    .about-us-metrics {
        padding: 42px 20px 64px;
        margin-top:60px
    }

    .about-us-metrics-numbers-main {
        font-size:30px
    }

    .about-us-metrics-numbers-sub {
        margin-top: 10px;
        font-size:14px
    }

    .item-1 {
        margin-left: 70px;
        margin-top: 40px;
        order:5
    }

    .item-2 {
        margin-right: 70px;
        margin-top: 40px;
        order:6
    }

    .item-3 {
        order:3
    }

    .item-4 {
        display: block;
        order: 4;
        flex-basis: 100%;
        height:0
    }

    .about-us-metrics-numbers :nth-child(5) {
        order:1
    }

    .about-us-metrics-numbers :nth-child(6) {
        order:2
    }

    .youtube-container .quote-mobile {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        margin-left: 24px;
        margin-right:24px
    }

    .youtube-container .quote-mobile-upper-section {
        display: flex;
        align-items:center
    }

    .youtube-container .quote-mobile-upper-section img {
        margin-right:13.5px
    }

    .youtube-container, .youtube-container-video {
        padding:0
    }

    .youtube-container iframe {
        border-radius: 0;
        width:100%
    }
}

@media only screen and (min-width: 768px) and(max-width: 991px) {
    .about-us-card-container {
        padding:0 0 0 65px
    }

    .about-us-card-container-card {
        margin:20px 30px 20px 0
    }

    .about-us-card-container-lg {
        margin-right: 65px;
        flex-direction:column
    }

    .about-us-card-container-card-lg {
        width: 100%;
        height: 100%;
        margin-top:20px
    }

    .safety-licenses-container {
        padding:80px 55px
    }

    .about-us-metrics {
        padding:70px 65px 0
    }

    .quote-tablet {
        margin-top:40px
    }

    .youtube-container {
        padding:100px 50px 0 64px
    }

    .youtube-container-video {
        padding:0
    }
}

@media only screen and (min-width: 992px) and(max-width: 1199px) {
    .about-us-card-container {
        padding:0 0 50px 90px
    }

    .safety-licenses-container {
        padding:80px
    }

    .about-us-metrics {
        padding:70px 90px 0
    }

    .youtube-container {
        padding:100px 50px 0 80px
    }

    .youtube-container-video {
        padding:0
    }
}

.bold-title--sub {
    font-family: 'Merriweather', serif;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 2.14px;
    color: #333;
    text-transform:none
}

.margin-top-100 {
    margin-top:100px
}

.center-container {
    display: flex;
    justify-content: center;
    align-content:center
}

.customer-center-eventswrapped .event-image-wraper img {
    max-width:100%
}

.customer-center-eventswrapped .event-image-wraper {
    box-shadow: 0 2px 20px 0 #ebebeb;
    border-radius:25px
}

.customer-center-eventswrapped .event-image-wraper .events-titlewraper {
    padding: 16px 24px;
    font-weight:700
}

.no-case {
    text-transform: none !important
}


/*////////////// Product Details Page Benfits Tabs Style //////////*/

.panel-default {
    border-color: #ddd;
}
.panel {
    margin-bottom: 20px;
	margin-top:50px;
    background-color: #fff;
    border-radius: 4px;
	border:none;
}
.panel-default &gt; .panel-heading {
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
	background-color:transparent;
    border-bottom: 2px solid #ddd;
}
.panel-heading, .panel-body {
    border-radius: 0px;
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
ul.nav {
    list-style: none;
}
.nav-tabs {
    border-bottom: none;
}
ul.nav li {
    display: inline-block;
}
.nav-tabs&gt;li {
    float: left;
    margin-bottom: -1px;
}
.nav&gt;li {
    position: relative;
    display: block;
}
.nav&gt;li&gt;a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav-tabs &gt; li &gt; a {
    color: #333;
    border: 1px solid transparent;
    border-right: 2px solid white;
    border-radius: 0px;
    padding: 3px 20px;
	margin-right: 2px;
    line-height: 1.42857143;
	text-decoration:none;
}
.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
    color: #23455f;
    cursor: pointer;
	text-decoration:none;
    background-color: transparent;
    border: 1px solid transparent;
    border-right: 2px solid white;
}
.nav-tabs &gt; li.active &gt; a:before {
	content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -12px;
    background-color: #23455f;
    transition: width 0.2s ease-in;
}
/*
.nav-tabs &gt; li.active &gt; a:after {
    position: absolute;
    content: " ";
    background: #73C92D;
    width: 12px;
    height: 12px;
    border-radius: 3px 0 0 0;
    -webkit-transform: rotate(
45deg
);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg
);
    box-shadow: none;
    bottom: -60%;
    right: 50%;
}*/


.with-nav-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	color: #23455f;
    background-color: transparent;
    border-color: transparent;
	font-weight:bold;
}
.with-nav-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
	color: #23455f;
    background-color: transparent;
    border-color: transparent;
}
.with-nav-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:before{
	content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -12px;
    background-color: #23455f;
    transition: width 0.2s ease-in;
}
@media(max-width:992px){
	.with-nav-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:before{
		display:none;
	}
	.panel{
		margin-top:20px;
	}
	.panel-heading{
		padding:0px 15px;
	}
	.with-nav-tabs .nav-tabs .nav-item .nav-link{
		font-size:12px;
		margin-bottom:15px;
	}
	.zone-box .nav-tabs{
		border-bottom: 1px solid #dee2e6;
	}
	.zone-box .nav-tabs .nav-item .nav-link{
		font-size:12px;
		margin-bottom:15px;
		padding:0px 12px;
	}
	.request-samplesec-home .title-desc-sec{
		padding:0;
	}
	.request-samplesec-home .title-desc-sec .bold-title{
		font-size: 28px;
    line-height: normal;
    letter-spacing: 0;
	margin-bottom:15px;
	}
	.request-samplesec-home .title-desc-sec .request-form{
		padding:0;
	}
	.request-samplesec-home .title-desc-sec .request-form h5{
		font-size: 16px;
    letter-spacing: 1px;
    line-height: normal;
    margin-bottom: 15px;
    text-transform: capitalize;
	}
}

.with-nav-tabs .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.technologysection-wraped .vertical-tabs .nav-tabs .nav-link.active:before{
	content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -12px;
	display:none !important;
    background-color: #23455f;
    transition: width 0.2s ease-in;
}
</pre></body></html>