button.sub-menu-toggle {
    display: none !important;
}

.common-body p {
    color: #6E6E6E;
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
}

.entry-content .more-link {
    display: none;
}

li .nav-item span {
    white-space: nowrap;
}

.contact-form input[type=submit] {
    width: auto;
}

.header .dropdown:hover .dropdown-menu {
    display: block;
    animation: slideDown 0.6s ease-in;
}

a.more-link {
    display: none;
}

.error404 p {
    text-align: center;
    font-size: 21px;
}

.search .search-field,
.error404 .search-field {
    height: 50px;
    background: rgb(237 237 237);
    border: none;
    font-size: 16px;
    padding: 7px 15px;
    margin: 7px 0;
    border-radius: 6px;
    width: 50%;
}

.search .search-form .search-submit,
.error404 .search-form .search-submit {
    margin-left: 0;
    font-size: 16px;
    background: #40ba91;
    color: #302959;
    font-weight: 600;
    border: none;
    display: inline-block;
    padding: 10px 10px 10px 30px;
    margin-top: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    position: relative;
}

.search .search-form .search-submit,
.error404 .search-form .search-submit {
    width: 10%;
}

h1.page-title {
    display: none;
}

.product-formula li,
.product-application li {
    list-style-type: disc;
}

.contact-list li {
    color: #ffffff;
    position: relative;
    padding-left: 30px;
    opacity: 0.7;
    list-style-type: none;
}

@keyframes slideDown {
    0% {
        transform: translateY(-10%);
    }

    50% {
        transform: translateY(2%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideDown {
    0% {
        transform: translateY(-10%);
    }

    50% {
        transform: translateY(2%);
    }

    100% {
        transform: translateY(0%);
    }
}


/* ---------------------------------------------------------------------------------
----------------------------RESPONSIVE CSS -------------------------------------------------
*/

@media screen and (max-width: 991px) {


    .header .dropdown .dropdown-menu {
        display: block !important;
        animation: none !important;
    }
}


.about-corevalue .bits-card {
    /*text-align: center;*/
    padding: 40px 20px 30px;
}

.about-corevalue .bits-card>.icons {
    /* margin-left: auto;
    margin-right: auto;*/
}

.about-corevalue .bits-row {
    border: none;
}

.derivatives .common-card {
    max-width: 100%;
}

.derivatives .common-img {
    aspect-ratio: 392/240;
}

.derivatives .common-card .phrp {
    -webkit-line-clamp: unset;
    display: box;
}

.derivatives-carousel .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background-color: #d2d2d2;
    margin: 6px;
    border-radius: 50%;
}

.derivatives-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

.derivatives-carousel .owl-dots .owl-dot.active {
    background-color: #282828;
}


.navbar-light .navbar-nav .nav-link {
    font-size: 13px;
}

.contact-list li i {
    position: absolute;
    left: 2px;
    top: 8px;
    font-size: 20px;
    transform: unset;
}

.contact-list a {
    color: #ffffff;
    position: static;
    padding-left: 0;
    opacity: 0.7;
}

.navbar-light .navbar-toggler {
    background: #ffffff !important
}

/*------------------------

New updated Design css

--------------------------*/
.blog-image-container {
    height: 808px;
    max-height: 808px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
}

.blog-image-container>img {
    border-radius: 0;
    max-height: 100%;
    min-height: 260px;
    height: 100%;
}

.titlebox-blog {
    position: absolute;
    background-color: #3a7770f2;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 50px 0;
}

.blog-title .font-title-sub-blog {
    color: #ffffff;
    padding: 0;
}

.blog-title .date-box-blog {
    color: #46FFC1;
    margin-bottom: 0;
}

.social-media-blog {
    display: flex;
    gap: 10px;
    flex-wrap: nowrap;
    align-items: end;
}

.social-media-blog>a {
    color: #0F5940;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.blog-box-contianer {
    margin-bottom: 50px;
}

.blog-box-contianer .title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-left: 70px;
}

.trending-toplist {
    list-style: none;
    padding: 0;
}

.trending-toplist a {
    color: #000000;
    padding: 16px;
    font-size: 16px;
    font-weight: 300;
    display: block;
    text-align: center;
    border: 1px solid #40BA91;
    margin-bottom: 10px;
    border-radius: 45px;
}

.trending-toplist a:hover {
    background: #40BA91;
    color: #ffffff;
}

.related-article-box {
    padding: 24px 35px;
    background-color: rgb(242 242 242);
    border-radius: 15px;
}

.related-article-box hr {
    height: 0.2px;
}

.related-item h6 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.related-item p {
    color: #000;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
}

.up-contact-form {
    box-shadow: 0px 0px 60px 30px #0000000A;
    padding: 10px;
    border-radius: 10px;
}

.up-contact-info {
    background: #40BA91;
    padding: 40px;
    border-radius: 10px;
    min-height: 647px;
    position: relative;
    overflow: hidden;
}

.up-contact-info .comntitle {
    color: #ffffff;
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
}

.up-contact-info .phrp {
    color: #FFFFFF;
    font-size: 18px;
}

.contact-links {
    margin-top: 100px;
    list-style: none;
    padding: 0;
}

.contact-links a {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
    font-size: 16px;
    font-weight: 400;
    align-items: center;
    color: #ffffff;
}

.contact-links a:hover {
    text-decoration: underline;
}

.ellipse {
    position: absolute;
}

.ellipse-big {
    bottom: -80px;
    right: -80px;
}

.ellipse-small {
    right: 80px;
    bottom: 80px;
}

.send-messa {
    border-radius: 5px;
    position: relative;
    text-transform: capitalize;
}

.send-messa img {
    pointer-events: none;
    left: -90px;
    top: -75px;
}

.up-form-contact label {
    color: #8D8D8D;
    font-size: 14px;
    display: block;
}

.up-form-contact label:focus {
    color: #000;
}

.up-form-contact input,
.up-form-contact textarea {
    border: none;
    border-bottom: 1px solid #000000;
    padding: 10px 0;
}

.label-box {
    display: flex;
    flex-direction: column-reverse;
}

.checkbox-list label {
    color: #011C2A;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}

.checkbox-list .d-flex {
    gap: 0 30px;
}

.form-check-input:checked[type=radio] {
    background-image: url("../img/check.png");
    background-size: 80% 80%;
    background-position: center;
}

.form-check-input:checked {
    background-color: #000000;
    border-color: #000000;
}

.checkbox-list input {
    border: 1px solid #E0E0E0;
    background: #E0E0E0;
    padding: 6px;
    box-shadow: none !important;
}

.checkbox-list .form-check label {
    font-size: 14px;
    font-weight: 400;
    padding-top: 2px;
}

.up-form-contact input:focus+label {
    color: #000;
}

.up-form-contact .form-control::placeholder {
    font-size: 16px;
    text-transform: capitalize;
}

@media screen and (max-width: 1600px) {

    .blog-image-container {
        height: 100vh;
    }
}


@media screen and (max-width: 992px) {
    .blog-box-contianer .title {
        font-size: 26px;
    }

    .trending-toplist a {
        padding: 14px;
        font-size: 14px;
    }

    .related-article-box {
        padding: 24px 30px;
    }

}

@media screen and (max-width: 992px) {
    .up-form-container {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .up-contact-info {

        min-height: unset;
    }

    .contact-links {
        margin-top: 40px;
    }

    .contact-links a {
        margin-bottom: 20px;
    }
}

.choose-box .bits-card {
    padding: 35px;
    height: 100%;
    position: relative;
}

.choose-box .bits-card::before {
    content: '';
    height: 85%;
    position: absolute;
    border-left: 1px solid #B0A9A9;
    right: 0;
    top: 0;
}

.choose-box .bits-card .title {
    font-size: 25px;
}

.choose-box .col-lg-4:nth-child(3n) .bits-card::before,
.choose-box .col-lg-4:last-child .bits-card::before {
    display: none;
}

@media screen and (max-width: 1600px) {

    .blog-image-container {
        height: 100vh;
    }
}


@media screen and (max-width: 992px) {
    .blog-box-contianer .title {
        font-size: 26px;
    }

    .trending-toplist a {
        padding: 14px;
        font-size: 14px;
    }

    .related-article-box {
        padding: 24px 30px;
    }

    .choose-box .col-lg-4:nth-child(3n) .bits-card::before,
    .choose-box .col-lg-4:last-child .bits-card::before {
        display: block;
    }

    .choose-box .col-lg-4:nth-child(2n) .bits-card::before,
    .choose-box .col-lg-4:last-child .bits-card::before {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .up-form-container {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .up-contact-info {

        min-height: unset;
    }

    .contact-links {
        margin-top: 40px;
    }

    .contact-links a {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 576px) {
    .choose-box .bits-card::before {
        display: none;
    }

    .choose-box .bits-card {
        padding: 10px;
    }
}

.up-product-card {
    max-width: 402px;
    width: 100%;
    border: 4px solid #000000;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.up-product-content {
    padding: 40px 20px;
    border-bottom: 4px solid #000000;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.up-product-content a {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #000;
    font-size: 14px;
}

.up-product-content .title {
    font-size: 24px;
    font-weight: 700;
}

.up-product-card>img {
    aspect-ratio: 403/208;
    object-fit: cover;
    object-position: center;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-cuprimary {
    width: auto !important;
    height: 50px !important;
    padding: 0 20px !important;
}

@media screen and (max-width: 1600px) {

    .blog-image-container {
        height: 100vh;
    }
}


@media screen and (max-width: 992px) {
    .blog-box-contianer .title {
        font-size: 26px;
    }

    .trending-toplist a {
        padding: 14px;
        font-size: 14px;
    }

    .related-article-box {
        padding: 24px 30px;
    }

    .choose-box .col-lg-4:nth-child(3n) .bits-card::before,
    .choose-box .col-lg-4:last-child .bits-card::before {
        display: block;
    }

    .choose-box .col-lg-4:nth-child(2n) .bits-card::before,
    .choose-box .col-lg-4:last-child .bits-card::before {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .up-form-container {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .up-contact-info {

        min-height: unset;
    }

    .contact-links {
        margin-top: 40px;
    }

    .contact-links a {
        margin-bottom: 20px;
    }

    .up-product-content .title {
        font-size: 20px;
    }

    .up-product-content {
        padding: 30px 15px;
        border-width: 3px;
    }

    .up-product-card {
        border-width: 3px;
    }

    .choose-box {
        margin-left: 0px !important;
    }
}


@media screen and (max-width: 576px) {
    .choose-box .bits-card::before {
        display: none;
    }

    .choose-box .bits-card {
        padding: 10px;
    }
}



/* contact Form Design */
.mapswrapper>iframe {
    width: 100%;
}

.info-wrap {
    margin: 10px;
    border-radius: 10px;
}

.contactform-wrapper {
    background-color: #ffffff;
    border-radius: 10px;
}

.footer-logo-content {
    border-bottom: 1px solid #B1B5BB;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.quick-links>.text {
    max-width: 287px;
    font-size: 17px;
    font-weight: 400;
}

.quick-links {
    flex-grow: 1;
}

.footer .list-line-left {
    text-transform: capitalize;
}

.social-links {
    text-align: end;
    padding-top: 40px;
}

.footer-title {
    font-size: 20px;
}

.social-links .social-media-blog {
    justify-content: end;
    margin-bottom: 50px;
}

.social-links .social-media-blog>a {
    color: #000000;
}

.widget a:hover {
    color: var(--primary-color);
}

.contact-list li {
    display: inline-flex;
    width: fit-content;
}

.contact-list {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-bottom: 10px;
}


@media screen and (max-width: 768px) {
    .social-links {
        text-align: start !important;
        padding-top: 0px !important;
    }

    .social-links .social-media-blog {
        justify-content: start !important;
    }

    .contact-list {
        align-items: start !important;
    }
}