.custom-nav-style {
    padding: 35px 0;
    background-color: #164F63;
}

.custom-nav-style .auto-container {
    max-width: 90%;
    width: 1700px;
}

.custom-nav-style .menu-area,
.custom-nav-style .main-menu,
.custom-nav-style .collapse {
    width: 100%;
}

.custom-nav-style .navigation-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.custom-nav-style .navigation {
    flex: 1;
    display: flex;
    justify-content: space-around;
}

.custom-nav-style .navigation:after {
    display: none;
}

.custom-nav-style .navigation li {
    margin: 0;
    width: 30%;
}

.custom-nav-style .navigation li a {
    color: #CA973C;
    padding: 5px 10px;
    line-height: 1.6;
}

.custom-nav-style .navigation:last-child li:last-child a {
    background-color: #CA973C;
    color: #fff;
}

.custom-nav-style .logo {
    width: 22%;
    display: flex;
    justify-content: center;
}

.custom-nav-style.sticky-header {
    padding: 20px 0;
}

.custom-nav-style.sticky-header .logo img {
    width: 120px;
}

.custom-nav-style .mobile-nav-topbar {
    display: none;
    align-items: center;
    justify-content: space-between;
}

.custom-nav-style .mobile-nav-topbar .mobile-nav-toggler {
    margin: 0;
    cursor: pointer;
}

@media only screen and (max-width: 1200px) {
    .custom-nav-style {
        padding: 18px 0;
    }

    .custom-nav-style .mobile-nav-topbar {
        display: flex;
    }

    .custom-nav-style .mobile-nav-topbar .logo {
        justify-content: flex-start;
    }

    .custom-nav-style .mobile-nav-topbar .logo img {
        width: 100px;
    }

    .mobile-menu .navigation-wrap .logo {
        display: none;
    }

    .mobile-menu .nav-logo {
        padding-bottom: 60px;
    }

    .mobile-menu .nav-logo img {
        display: block;
        margin: auto;
        width: 100px;
    }
}

.main-footer {
    background-color: #88BBD1;
    border: 0;
}

.main-footer .footer-top {
    padding-bottom: 50px;
    border: 0;
}

.main-footer .auto-container {
    max-width: 1050px;
}

.main-footer .footer-top .logo {
    max-width: 400px !important;
    margin: auto;
}

.main-footer .footer-top .row {
    align-items: flex-end;
}

.main-footer .footer-top {
    text-align: center;
}

.main-footer .footer-top .text a {
    font-size: 16px;
    color: #164F63;
    line-height: 18px;
}

.main-footer .footer-top .links-list {
    display: flex;
    justify-content: space-around;
}

.main-footer .footer-top .links-list::after {
    display: none;
}

.main-footer .footer-top .links-list a {
    color: #164F63;
}

.main-footer .footer-top .social-box {
    display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-bottom: 5px;
}

.main-footer .footer-top .social-box li {
    padding: 10px;
}

.main-footer .footer-top .social-box li a {
    font-size: 30px;
    color: #164F63;
}

.main-footer .footer-top .social-box li.linkedin {
    margin-top: -2px;
}

.main-footer .footer-top .disclaimer {
    margin-top: 70px;
}

.main-footer .footer-top .disclaimer p {
  font-size: 14px;
  color: #164F63;
  line-height: 17px;
  font-weight: 900;
}

.main-footer .footer-bottom {
    padding-top: 0;
    padding-bottom: 25px;
}

.main-footer .footer-bottom p {
    font-size: 12px;
    color: #164F63;
}

.main-footer .shape-3 {
    position: absolute;
    width: 603px;
    bottom: 5%;
    right: 63%;
    max-width: 35%;
    left: auto;
}

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

    .footer-top .logo-widget .footer-logo .logo img {
        width: 90%;
        max-width: 320px;
    }

    .main-footer .footer-top .text a {
        font-size: 16spx;
    }

    .main-footer .footer-top .links-list {
        margin: 5px auto;
        max-width: 450px;
    }
    .main-footer .footer-top .links-list li {
        margin-bottom: 0px;
    }

    .main-footer .footer-top .social-box {
        margin-top: 30px;
    }

    .main-footer .footer-top .disclaimer {
        margin-top: 10px;
    }

    .main-footer .footer-top .disclaimer p {
        font-size: 10px;
        max-width: 600px;
        margin: auto;
        line-height: 12px;
    }

    .main-footer .footer-top .disclaimer p br {
        display: none;
    }

    .main-footer .footer-bottom p {
        font-size: 12px;
        padding: 0 50px;
    }
}

@media only screen and (max-width: 500px) {
    .main-footer .footer-bottom {
        padding-bottom: 25%;
    }

    .main-footer .shape-3 {
        max-width: 50%;
        left: 0%;
        right: auto;
        bottom: 2%;
    }
}

.contact-section {
    min-height: auto;
    background-color: #88BBD1;
    padding-top: 0;
}

.contact-section .content-box {
    max-width: 820px;
    border-radius: 0;
    background-color: #fff;
    margin: auto;
    position: relative;
    padding: 30px 60px 40px;
    margin-top: -221px;
    margin-bottom: 50px;
}

.contact-section .content-box::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 25px;
    top: 25px;
    border: 4px dotted #164F63;
    z-index: -1;
}

.contact-section .content-box::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
}

.contact-section .content-box * {
    z-index: 1;
}

.contact-section .content-box h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #164F63;
    margin-bottom: 25px;
}

span.cc-italics {
    font-size: 19px;
    font-style: italic;
    font-weight: 500;
}

.contact-section .content-box p {
    text-align: center;
    font-size: 15px;
    margin-bottom: 30px;
    color: #164F63;
    line-height: 18px;
}

.contact-section .content-box input {
    border-radius: 0 !important;
    border: 0 !important;
    margin-bottom: 18x;
    line-height: 1;
    height: 40px !important;
    color: #164F63 !important;
    background-color: #88BBD1 !important;
    font-weight: 500;
    padding: 10px 20px !important;
}

.contact-section .content-box input::placeholder {
    font-weight: 500;
    color: #164F63 !important;
}

.contact-section .content-box .form-group:last-child {
    text-align: center;
}

.contact-section .content-box button {
    min-width: 210px;
    font-size: 16px;
    padding: 14px 20px 11px;
    border-radius: 0;
    background: #164F63;
    margin-top: 25px;
}

@media only screen and (max-width: 991px) {
    .contact-section .content-box {
        max-width: 90%;
        padding: 30px 30px 40px;
    }

    .contact-section .content-box::before {
        top: 15px;
        left: 15px;
    }

    .contact-section .content-box button {
        min-width: 180px;
        font-size: 16px;
        padding: 10px 20px 8px;
    }
}

.chooseus-section {
    padding-bottom: 400px;
    background-color: #164F63;
    padding-top: 0;
    position: relative;
}

.chooseus-section .sec-title h2 {
    font-size: 26px;
    color: #fff;
    line-height: 1.4;
}

.chooseus-section .text p {
    line-height: 20px !important;
    color: #fff;
    font-size: 16px;
    margin-bottom: 50px;
    text-align: left;
}

.chooseus-section .theme-btn-one, .contact-style-two .theme-btn-one{
    min-width: 250px;
    font-size: 16px;
    padding: 14px 20px 11px;
    border-radius: 0;
    background: #CA973C;
    margin-top: -5px;
    font-weight: 600;
}

.chooseus-section .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    max-width: 700px;
}

.chooseus-section .image_block_7 .image-box .image {
    z-index: 9;
}

@media only screen and (max-width: 991px) {
    .chooseus-section .theme-btn-one, .contact-style-two .theme-btn-one {
        min-width: 180px;
        font-size: 16px;
        padding: 10px 20px 8px;
    }

    .chooseus-section .sec-title h2 {
        font-size: 22px;
        margin-top: 30px;
    }

    .chooseus-section .text p {
        font-size: 16px;
    }

    .chooseus-section .shape {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .chooseus-section {
        padding-bottom: 300px !important;
        padding-top: 0 !important;
    }
}


.service-style-four {
    padding-top: 500px;
    margin-top: -200px;
}

.service-style-four .tab-btn svg {
    color: #fff;
}

.service-style-four .tab-btn.active-btn svg,
.service-style-four .tab-btn:hover svg {
    color: #729DB5;
}

.service-style-four .content-box h3 {
    font-size: 26px;
    color: #fff;
    line-height: 1.4;
}

.service-style-four .content-box h2 {
    color: #fff;
    font-weight: 700;
}

.service-style-four .content-box p {
    line-height: 20px !important;
    color: #fff;
    font-size: 16px;
    margin-bottom: 50px;
    text-align: left;
}

.service-style-four .tab-btn h5 {
    max-width: 90px;
    margin: auto;
}

.service-style-four .tab-btns {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}
.service-block h4 {
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    color: #154f63;
    font-family: 'Prompt', sans-serif;
    font-weight: 400;
    padding-top: 7px;
    padding-bottom: 0px;
}

@media only screen and (max-width: 1200px) {
    .service-style-four .image_block_6 {
        padding-right: 10%;
    }

    .service-style-four .image_block_6 .image-2 {
        width: 130px;
        right: -65px;
        top: -65px;
    }

    .service-style-four .image_block_6 .image-box {
        padding-left: 10%;
    }
    .service-block h4 {
        padding-bottom: 25px;
    }
}

@media only screen and (min-width: 992px) {
    .service-style-four .tab-btn .icon-box {
        width: 80px !important;
        height: 80px !important;
    }

    .service-style-four .tab-btn h5 {
        font-size: 20px !important;
        max-width: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .service-style-four .content-box h3 {
        font-size: 22px;
    }

    .service-style-four .content-box p {
        font-size: 16px;
    }

    .service-style-four {
        padding-bottom: 0;
    }

    .service-style-four .tab-btn-box {
        margin: 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .service-style-four .tab-btns li {
        width: 20% !important;
    }
}

@media (max-width: 576px) {
    .service-style-four .tab-btns li {
        width: 50% !important;
    }

    .service-style-four .single-btn-box {
        padding: 5px 20px 5px 20px !important;
    }
}

@media only screen and (max-width: 499px) {
    .service-style-four .image_block_6 {
        padding-right: 0%;
    }

    .service-style-four .image_block_6 .image-box {
        padding-left: 0%;
    }

    .service-style-four .image_block_6 .image-2 {
        left: 0;
        margin: auto;
        margin-top: -65px !important;
        top: 0;
    }
}


.service-section {
    background-color: #E5E5E5;
    padding-top: 65px;
    padding-left: 20px;
    padding-right: 20px;
    /* position: relative; */
}

.service-section:before {
    display: none;
}

.service-section .sec-title * {
    font-style: italic;
    font-weight: 600;
    color: #164F63;
    ;
}

.service-section .row {
    background-color: #fff;
    padding: 40px;
    border-radius: 50px;
    position: relative;
    z-index: 99;
    max-width: 850px;
    margin: auto;
}

.service-section .row img {
    width: 150px;
    margin: auto;
    display: block;
}

.service-section .theme-btn-one {
    min-width: 300px;
    font-size: 16px;
    padding: 14px 20px 11px;
    border-radius: 0;
    background: #CA973C;
    margin-top: -5px;
    font-weight: 600;
    margin-top: 50px;
}

.service-section .pattern-top {
    position: absolute;
    top: 0%;
    right: 0;
    width: 65%;
    min-width: 1000px;
    transform: translateY(-30%);
    z-index: 99;
    pointer-events: none;
}

@media only screen and (max-width: 991px) {
    .service-section .theme-btn-one {
        min-width: 220px;
        font-size: 16px;
        padding: 10px 20px 8px;
    }

    .service-style-four {
        padding-top: 300px;
    }

    .service-section .pattern-top {
        min-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .service-style-four {
        padding-top: 300px !important;
    }
}




.banner-section .auto-container {
    max-width: 1400px;
}

.banner-section .content-box {
    text-align: left;
    margin-right: 0 !important;
    max-width: 50% !important;
}

.banner-section .content-box h1 {
    font-size: 45px;
    color: #fff;
    font-weight:bold;

}

.banner-section .content-box h2 {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    font-style: italic;
}

.banner-section .content-box p {
    font-size: 16px !important;
    line-height: 22px !important;
}

.banner-section .content-box p small {
    font-size: 17px !important;
}

.banner-section .banner-btn-two {
    min-width: 300px;
    font-size: 16px;
    padding: 14px 20px 11px;
    border-radius: 0;
    background: #CA973C;
    margin-top: -5px;
    font-weight: 600;
    color: #fff !important;
}

.banner-section.style-three .slide-item {
    padding: 300px 0px 120px 0px !important;
}

@media only screen and (max-width: 991px) {
    .banner-section .content-box {
        max-width: 100% !important;
    }

    .banner-section .banner-btn-two {
        min-width: 220px;
        font-size: 16px;
        padding: 10px 20px 8px;
    }

    .banner-section .content-box h2 {
        font-size: 21px !important;
        max-width: 500px;
    }

    .banner-section .content-box p {
        font-size: 16px !important;
        line-height: 18px;
    }

    .banner-section .content-box p small {
        font-size: 14px !important;
    }

    .banner-section.style-three .slide-item {
        padding: 200px 0px 80px 0px !important;
    }
}

@media only screen and (max-width: 499px) {
    .banner-section.style-two .content-box {
        padding-bottom: 0 !important;
    }
}

.page-title {
    padding: 100px 0px 60px 0px !important;
    background-color: #E0E0E0;
}

.page-title::before {
    background-color: transparent;
}

.page-title .title h1 {
    color: #005065;
    font-weight: 600;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .page-title {
        padding: 60px 0px 20px 0px !important;
    }

    .page-title .title h1 {
        font-size: 30px;
    }
}

.blog-page-section {
    background-color: #E0E0E0;
    padding: 40px 0 350px;
}


.blog-page-section .inner-box .image-box {
    width: 33%;
    left: 20px;
    top: 20px;
    height: calc(100% - 40px);
}

.blog-page-section .inner-box .image-box img {
    object-fit: cover;
    height: 100%;
}

.blog-page-section .inner-box .content-box {
    padding: 20px 20px;
}

.blog-page-section .inner-box .content-box h4 {
    margin-bottom: 12px;
    font-size: 15px !important;
    text-transform: uppercase;
    line-height: 1.2;
}

.news-block-two .inner-box .content-box p {
    font-size: 14px !important;
    line-height: 1.2;
}

.news-block-two .inner-box .content-box .theme-btn-two {
    min-width: 160px;
    font-size: 14px;
    padding: 5px 20px 3px;
    border-radius: 0;
    background: #CA973C;
    font-weight: 600;
    color: #fff !important;
}

@media only screen and (max-width: 991px) {
    .news-block-two .inner-box .image-box {
        width: calc(100% - 40px) !important;
    }
}

@media only screen and (min-width: 768px) {
    .blog-page-section .inner-box .content-box h4 {
        height: 72px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .news-block-two .inner-box .content-box p {
        height: 152px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 9;
        -webkit-box-orient: vertical;
    }
}

@media only screen and (max-width: 767px) {
    .blog-page-section {
        padding-bottom: 300px !important;
        padding-top: 30px !important;
    }
}


.manufacturing-section {
    padding-bottom: 300px;
    background-color: #164F63;
    position: relative;
}

.manufacturing-section .shape {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: 1;
    object-fit: contain;
    object-position: bottom;
}
.manufacturing-section .sec-title.centred,
.manufacturing-section .auto-container {
    position: relative;
    z-index: 9;
}
.manufacturing-section .sec-title.centred h2{
    font-size: 50px;
    margin-bottom: 100px;
    color: #fff;
    font-weight: 600;
}

.manufacturing-section .sec-title{
margin-bottom: 20px !important;
}
.manufacturing-section .sec-title:not(.centred) h2{
    color:#729CB4;
    text-transform: uppercase;
    font-size: 25px;
    line-height: 28px;
}
.manufacturing-section .content-column .text p{
    color: #fff;
    line-height: 1.4;
}
.manufacturing-section .content-column:nth-child(odd) .text p{
    max-width: 90%;
}
.manufacturing-section .text p{
    font-size: 16px;
    margin-bottom: 80px;
}
.manufacturing-section .content-column:nth-child(2) .text p{
    margin-top: 65px;
}



@media only screen and (max-width: 991px) {
    .manufacturing-section .sec-title.centred h2{
        font-size: 35px;
        margin-bottom: 50px;
    }
    .manufacturing-section .content-column .sec-title:not(.centred) h2{
        font-size: 26px;
    }
    .manufacturing-section .content-column .sec-title:not(.centred) h2 br{
        display: none;
    }
    .manufacturing-section .content-column .text p{
        font-size: 16px;
        line-height: 18px;
        margin-top: 0 !important;
        margin-bottom: 50px;
    }
    .manufacturing-section .content-column:nth-child(odd) .text p{
        max-width: 100%;
    }
}


.why-us-services{
    margin: 0 !important;
    padding: 150px 0 !important;
}
.why-us-services .tab-btn.active-btn svg,
.why-us-services .tab-btn:hover svg {
    color: #164F63 ;
}
.why-us-services .tab-btns li .single-btn-box h5 {
    color: #fff ;
}
.why-us-services .tab-btns li .single-btn-box:hover h5,
.why-us-services .tab-btns li.active-btn .single-btn-box h5 {
    color: #164F63 ;
}
.why-us-services .tab-btn-box{
    margin-bottom: -40px;
}
@media only screen and (max-width: 991px) {
    .why-us-services{
        padding: 70px 0 !important;
    }
}


.quality-section{
    background-color: #E4E4E4;
    padding-left: 50px;
    padding-right: 50px;
}
.quality-section .auto-container{
    position: relative;
}
.quality-section .content_block{
    position: relative;
    max-width: 60%;
    margin-left: auto;
    background-color: #164F63;
    border-radius: 50px;
}
.quality-section .content_block img{
    position: absolute;
    height: 100px;
    top: 0;
    right: 0;
    transform: translate(50%,-50%);
}
.quality-section .content_block .content-box{
    max-width: 540px;
    padding: 50px 40px;
    margin: auto;
}
.quality-section .content_block .content-box .sec-title{
    margin-bottom: 20px;
}
.quality-section .content_block .content-box h2{
    font-size: 22px;
    color: #fff;
}
.quality-section .content_block .content-box p{
    color: #fff;
    font-size: 16px;
}
.quality-section .product_image img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-10%, -50%);
    width: 40%;
}
.quality-section .text_content_block{
    text-align: right;
    margin-top: 150px;
    max-width: 70%;
    margin-left: auto;
}
.quality-section .text_content_block h2{
    font-size: 35px;
    font-weight: 700;
    color: #164F63;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.quality-section .text_content_block p{
    font-size: 18px;
    color: #000;
    line-height: 24px;
}

@media only screen and (max-width: 991px) {
    .quality-section{
        padding-left: 0px;
        padding-right: 0px;
    }
    .quality-section .content_block{
        max-width: calc(100% - 100px);
        margin-right: auto;
    }
    .quality-section .product_image img{
        position: static;
        transform: none;
        margin: auto;
        display: block;
        margin-top: 30px;
        width: 70%;
    }
    .quality-section .text_content_block{
        margin-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .quality-section .content_block{
        max-width: 100%;
        margin-right: auto;
    }
    .quality-section .product_image img{
        width: 100%;
    }
    .quality-section .text_content_block{
        margin-top: 30px;
    }
    .quality-section .content_block img{
        height: 80px;
        right: 50%;
        transform: translate(50%,-50%);
    }
    .quality-section .text_content_block{
        max-width: 100%;
        text-align: left;
    }
    .quality-section .text_content_block h2{
        font-size: 28px;
        margin-bottom: 20px;
    }
    .quality-section .text_content_block p{
        font-size: 16px;
        line-height: 18px;
    }
}
.banner-section .owl-nav button{
    width: 50px;
    height: 50px;
    border: 0;
    opacity: .5;
}
.banner-section .owl-nav button:hover{
    background-color: transparent;
    opacity: 1;
}
.banner-section .owl-next{
    background-image: url(../images/cbb-arrow-right-arrow.svg) !important;
}
.banner-section .owl-prev{
    background-image: url(../images/cbb-arrow-left-arrow.svg) !important;
}
.banner-section .owl-nav span{
    display: none;
}

@media only screen and (min-width: 992px) {
    .banner-section .auto-container {
        width: calc(100% - 169px);
    }
    .why-us-banner .auto-container{
        width: calc(100% - 250px);
    }
}

.why-us-banner .auto-container{
    display: flex;
    align-items: center;
}
.why-us-banner .auto-container .image{
    width: 45%;
}
.why-us-banner .auto-container .image img{
    max-width: 300px;
    margin: auto;
    display: block;
    border-radius: 70px;
}
.why-us-banner .slide-item:before{
    display: none !important;
}
.why-us-banner .slide-item p{
    line-height: 1.4 !important;
    margin-bottom: 0px !important;
}
.why-us-banner .content-box{
    max-width: 55% !important;
    margin-left: 0 !important;
}
.why-us-banner.banner-section.style-three .slide-item {
    padding-top: 120px !important;
}
@media only screen and (max-width: 767px) {
    .why-us-banner.banner-section.style-three .slide-item {
        padding-top: 70px !important;
    }
    .why-us-banner .auto-container{
        flex-direction: column-reverse;
    }
    .why-us-banner .auto-container>div{
        width: 100% !important;
        max-width: 100% !important;
    }
    .why-us-banner .slide-item .image{
        margin-bottom: 30px;
    }
    .why-us-banner .slide-item .image img{
        margin: 0;
    }
}


.products-banner{
    position: relative;
}
.products-banner img{
    min-height: 350px;
    object-fit: cover;
    width: 100%;
}
.products-banner .content{
    position: absolute;
    margin: 0;
    width: 100%;
    bottom: 20%;
    text-align: left;
}
.products-banner .content h1{
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 1;
}
.products-banner .content h1 small{
    font-weight: 600;
    font-size: 35px;
}

@media only screen and (max-width: 991px) {
    .products-banner .content h1{
        font-size: 50px;
    }
    .products-banner .content h1 small{
        font-size: 34px;
    }
}

@media only screen and (max-width: 767px) {
    .products-banner .content h1{
        font-size: 38px;
    }
    .products-banner .content h1 small{
        font-size: 26px;
    }
}




.nature-section {
    padding: 100px 0 150px;
    background-color: #E5E5E5;
    position: relative;
    margin: 0 auto;
}
.nature-section .top-desc h2 {
    max-width: 1000px;
    font-size: 35px;
    font-weight: 700;
    color: #164F63;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.nature-section .top-desc p {
    font-size: 16px;
    color: #000;
    line-height: 22px;
    margin-bottom: 100px;
}

.nature-section .chemical {
    display: flex;
    text-align: center;
    flex-flow: wrap;
}
.nature-section .chemical .item{
    width: calc(100% / 7);
}
.nature-section .chemical .item h6{
    font-size: 80%;
    font-weight: 900;
    color: #164F63;
    margin-bottom: 12%;
}
.nature-section .chemical .item p {
    text-align: center;
    font-size: 10px;
    font-weight: 500;
    color: #164F63;
    margin-top: 8%;
    line-height: 1.6;
    padding-left: 5px;
    text-transform: capitalize;
}
/* .nature-section .chemical .item:first-child p{
    font-size: 53%;
    text-align: left;
    padding-left: 7%;
} */

.nature-section .theme-btn-one {
    width: 280px;
    font-size: 17px;
    padding: 14px 20px 11px;
    border-radius: 0;
    background: #CA973C;
    font-weight: 600;
    margin: auto;
    margin-top: 100px;
    display: block;
}
.nature-section .shape {
    position: absolute;
    z-index: 9;
    bottom: 0;
    transform: translate(0,50%);
    width: 45%;
    left: 48%;
}


@media only screen and (max-width: 1199px) {
    .nature-section .chemical .item h6{
        font-size: 1.07vw;
    }
    .nature-section .chemical .item p{
        font-size: 1.04vw;
    }

}

@media only screen and (max-width: 991px) {
    .nature-section{
        padding: 70px 0 100px;
    }
    .nature-section .top-desc h2{
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 22px;
    }
    .nature-section .top-desc p{
        font-size: 16px;
        line-height: 18px;;
        margin-bottom: 60px;
    }
    .nature-section .theme-btn-one {
        width: 200px;
        font-size: 22px;
        padding: 10px 20px 8px;
        margin-top: 20px;
    }
    .nature-section .chemical .item{
        width: calc(100% / 4);
        margin-bottom: 50px;
    }
    .nature-section .chemical .item h6{
        font-size: 2.14vw;
    }
    .nature-section .chemical .item p{
        font-size: 2.08vw;
    }
}

@media only screen and (max-width: 500px) {
    .nature-section .chemical .item{
        width: calc(100% / 2);
        margin-bottom: 50px;
    }
    .nature-section .chemical .item h6{
        font-size: 3.28vw;
    }
    .nature-section .chemical .item p{
        font-size: 2.5vw;
    }
}

.product-service{
    padding: 200px 0 450px;
    position: relative;
}
.product-service .single-btn-box {
    padding: 0 !important;
}
.product-service .single-btn-box svg{
    position: absolute;
    width: 81%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.product-service .single-btn-box .icon-box{
    width: 100% !important;
    height: auto !important;
    position: relative;
}

.product-service .tab-btn svg{
    color: #88BBD1 ;
}
.product-service .tab-btn.active-btn svg,
.product-service .tab-btn:hover svg {
    color: #fff;
}
.product-service .tab-btn.active-btn{
    transform: scale(1.2);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}
.product-service .content-column{
    background-color: #729DB5;
    padding: 50px 40px;
    max-width: 600px;
    margin: auto;
    border-radius: 40px;
    min-height: 500px;
}
.product-service .content-column h3{
    font-size: 25px;
    line-height: 28px;
}
.product-service .content-column p{
    font-size: 16px;
}
.product-service .content-column img{
    width: 90px;
    display: block;
    margin: auto;
}
.product-service .shape{
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 40%;
}
.product-service .tab-btns{
    flex-flow: nowrap;
}
@media only screen and (max-width: 1199px) {
    .product-service .shape{
        width: 50%;
    }
}
@media only screen and (max-width: 991px) {
    .product-service{
        padding: 100px 0 400px !important;
    }
    .product-service .shape{
        width: 50%;
    }
    .product-service .content-column {
        background-color: #729DB5;
        padding: 40px 30px;
        max-width: 450px;
        border-radius: 35px;
    }
    .product-service .content-column h3{
        font-size: 25px;
    }
    .product-service .content-column p{
        font-size: 16px;
    }
    .product-service .content_block_9 .content-box{
        margin-bottom: 0 !important;
    }

}
@media only screen and (max-width: 767px) {
    .product-service .shape{
        width: 70%;
        bottom: 5%;
        left: -15%;
    }
}
@media only screen and (max-width: 500px) {
    .product-service .tab-btn{
        padding: 0 !important;
    }
    .product-service .tab-btn *{
        line-height: 0;
    }
    .product-service .single-btn-box .icon-box{
        margin: 0;
    }

}

.content-box p.cc-spec-title {
    margin: 0px 0px 5px;
    font-size: 16px;
    font-weight: 700;
    color: #154f63;
}

.cc-spec-files {
    margin-bottom: 15px;
}

.cc-spec-files li {
    color: #fff;
    text-transform: uppercase;
    line-height: 17px;
}

.cc-spec-files a {
    font-size: 13px;
    font-family: 'Prompt', sans-serif;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    width: 100%;
    height: 100%;
}
.cc-spec-files a:hover {
    color:#22b6af;
}

/* custom styles for tabs */


.service-style-four.sm-display-none{
    display: none;
  }

  .service-style-four.md-display-none{
    display: block;
  }


  @media screen and (min-width: 992px) {
    .service-style-four.sm-display-none{
      display: block;
    }
    .service-style-four.md-display-none{
      display: none;
    }
  }

  .owl-dots-none .owl-nav{
    display: none;
  }


.accordion-box .block.active-block .acc-content{
    background-color: #fff;
}

.faq-section{
    padding: 50px 0px 70px 0px;
    background-color: #E0E0E0;
}

/* Age verification gate */

.age-verification-popup-container{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    background-image: url("../images/cbb-age-gate-bg.jpg");
    background-position: center;
    background-size: cover;
    z-index: 2147483638;
}
.age-verification-popup-show {
    display: flex;
}

.age-verification-popup-container::after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    background-color: transparent;
    z-index: 1;
}

.age-verification-popup-container::after {
    background-color: rgba(0, 0, 0, 0.56);
}

.age-varification-page-popup-inner{
    max-width: 920px;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
    z-index: 2;
    min-height: 400px;
    display: -webkit-flex;
    display: flex;
    margin: 0 20px;
}


.age-verification-item-container{
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.age-verification-item-content{
    -webkit-align-items: center;
    -webkit-flex-direction: column;
    -webkit-flex-shrink: 0;
    -webkit-justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0);
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    height: 100%;
    justify-content: center;
    max-width: 460px;
    padding: 40px 20px;
    width: 100%;
}

.age-verification-item-logo{
    margin-bottom: 30px;
}

.age-verification-item-message{
    font-size: 25px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 1.15;
    width: 100%;
}

.age-verification-item-caption{
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 1.25;
    margin-top: 16px;
    width: 100%;
}

.age-verification-item-allow-container{
    display: -webkit-flex;
    display: flex;
    margin-top: 32px;
    width: 100%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
}

.age-verification-item-allow-form{
    width: 100%;
}

.age-verification-item-allow-buttons-container{
    display: -webkit-flex;
    display: flex;
    margin: -10px;
}

.age-verification-item-allow-buttons-button {
    position: relative;
    width: 50%;
    margin: 10px;
    padding: 12px;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border: none;
    top: 0;
    transition: 0.3s ease top;
}

.age-verification-item-allow-buttons-yes {
    background-color: rgb(255, 255, 255);
    color: rgb(29, 33, 41);
    font-size: 15px;
}

.age-verification-item-allow-buttons-no {
    border-color: rgba(255, 255, 255, 0.4);
    color: rgb(255, 255, 255);
    font-size: 15px;
    border: 1px solid;
}
.logo {
    text-align: center;
}
.logo img {
    width: 50%;
}

/* FOOTER */
.footer-column{
    align-self: flex-start;
}

.credit-cart-container{
    width: 50%;
    margin: 0 auto;
    padding-top: 30px;
}

/* Contact Us page */
.google-map-section .info-section .info-inner {
    background: #164F63;
}

/* Blog details */
.custom-blog-details .news-block-three .inner-box .lower-content .inner {
    padding-left: 0;
}

/* Product page  */
.nature-section .chemical {
    justify-content: center;
}



.nature-section .shop-button-product{
    margin-bottom: 100px;
}