@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* font-family: 'Paytone One', sans-serif; */
html,
body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Outfit', sans-serif !important;
    font-size: 16px;
    color: #000;
    overflow-x: hidden;
}


input,
textarea,
a {
    box-sizing: border-box;
}

a {
    display: inline-block;
    text-decoration: none;
}

p {
    margin: 0;
    margin-bottom: 15px;
}

img {
    max-width: 100%;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}


.container-new {
    max-width: 1200px;
    margin: auto;
}


header.main-header-area .first-row-header {
    padding: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header.main-header-area .first-row-header .right-side-area {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header.main-header-area .first-row-header .right-side-area .mail-link {
    color: #05487B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

header.main-header-area .first-row-header .right-side-area a {
    color: #484848;
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

header.main-header-area .first-row-header .right-side-area .search-area {
    width: 50%;
    display: flex;
    align-items: center;
    position: relative;
}

header.main-header-area .first-row-header .right-side-area .search-area form input {
    width: 100%;
    border-radius: 24px;
    background: #FFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
    border: none;
    outline: none;
    padding: 12px 20px;
    padding-right: 50px;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

header.main-header-area .first-row-header .right-side-area .search-area form .search-btn {
    width: 40px;
    height: 40px;
    background: #484848;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 0;
}


header.main-header-area .second-row-header {
    background: #05487B;
}

header.main-header-area .second-row-header ul.navbar-nav {
    justify-content: space-between;
    margin: auto;
    column-gap: 40px;
}

header.main-header-area .second-row-header ul.navbar-nav li.nav-item>a {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    column-gap: 10px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

header.main-header-area .second-row-header ul.dropdown-menu {
    width: 100%;
    border: none;
    top: 46px;
    border-radius: 0;
    background: #FFF;
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.12);
    padding: 0px;
}

header.main-header-area .second-row-header ul.dropdown-menu a.dropdown-item {
    color: #606060;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    padding-top: 10px;
}



.full-width-img img {
    width: 100%;
}

.second-section-home {
    padding-top: 80px;
    padding-bottom: 80px;
}

.second-section-home .main-grid-home {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
}

.second-section-home .main-grid-home .grid-cols {
    border: 1px solid #D9D9D9;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), radial-gradient(50% 50% at 50% 50%, #5B75F7 0%, #3C55D6 100%);
    padding: 16px;
}

.second-section-home .main-grid-home .grid-cols .card-first-row {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.second-section-home .main-grid-home .grid-cols .card-first-row {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    column-gap: 16px;
}

.second-section-home .main-grid-home .grid-cols .card-first-row img.logo-country {
    width: 100%;
    height: 48px;
}

.second-section-home .main-grid-home .grid-cols .card-first-row img.logo-company {
    width: 160px;
}

.second-section-home .main-grid-home .grid-cols .card-second-row {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    padding-bottom: 16px;
    justify-content: space-between;
    border-bottom: 1px solid #D9D9D9;
}

.second-section-home .main-grid-home .grid-cols .card-second-row .btn-main {
    background: linear-gradient(0deg, #05487B 0%, #05487B 100%), #05487B;
    padding: 10px 18px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

.second-section-home .main-grid-home .grid-cols .card-third-row img {
    width: 100%;
    margin-bottom: 17px;
}

.second-section-home .main-grid-home .grid-cols .card-fourth-row {
    text-align: center;
}

.second-section-home .main-grid-home .grid-cols .card-fourth-row .title-text {
    color: #242424;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}

.second-section-home .main-grid-home .grid-cols .card-fourth-row .title-text a{
    color: #242424;
}

.second-section-home .main-grid-home .grid-cols .card-fourth-row .subtitle-text {
    color: #606060;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

section.contact-us-section {
    padding-bottom: 80px;
}

section.contact-us-section .contact-us-card-box {
    display: flex;
    column-gap: 24px;
}

section.contact-us-section .contact-us-card-box .left-side-contact {
    width: 50%;
    background: #05487B;
    color: #fff;
    padding: 110px 100px;
    text-align: center;
}

section.contact-us-section .contact-us-card-box .right-side-contact {
    width: 50%;
    background: #FFF;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
    padding: 40px 24px;
}

section.contact-us-section .contact-us-card-box .left-side-contact .title-main {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

section.contact-us-section .contact-us-card-box .left-side-contact .email-id {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 24px 0px;
}

section.contact-us-section .contact-us-card-box .left-side-contact p {
    color: #FFF;
    text-align: center;
    font-family: Outfit;
    font-size: 20px;
    font-weight: 200;
    line-height: normal;
    margin-bottom: 40px;
}

section.contact-us-section .contact-us-card-box .left-side-contact .red-block {
    background: #E6E6E6;
    padding: 20px 70px;
    color: #262626;
    text-align: center;
    font-weight: 700;
    line-height: normal;
}

.title-contact-us {
    color: #242424;
    font-family: Outfit;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
    padding-bottom: 16px;
    position: relative;
}

.title-contact-us::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 109px;
    background: #FD5D48;
    bottom: 0;
    left: 0;
}

section.contact-us-section .contact-us-card-box .right-side-contact .main-grid-area {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 24px;
}

section.contact-us-section .contact-us-card-box .right-side-contact .main-grid-area .form-grid-col input {
    width: 100%;
    height: 60px;
    padding: 10px 20px;
    border: 1px solid #D9D9D9;
    color: #000;
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

section.contact-us-section .contact-us-card-box .right-side-contact .main-grid-area .form-grid-col:last-child {
    grid-column-start: 1;
    grid-column-end: -1;
}

section.contact-us-section .contact-us-card-box .right-side-contact .main-grid-area .form-grid-col textarea {
    width: 100%;
    resize: none;
    height: 200px;
    padding: 10px 20px;
    border: 1px solid #D9D9D9;
    color: #000;
    font-family: Outfit;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

section.contact-us-section .contact-us-card-box .right-side-contact .send-btn {
    border-radius: 30px;
    background: #05487B;
    padding: 18px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    color: #FFF;
    cursor: pointer;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
}

section.contact-us-section .contact-us-card-box .right-side-contact .send-btn .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 160px;
}

footer.footer-main-area .abover-row-main {
    background: #05487B;
    padding: 20px 0px;
}

footer.footer-main-area .abover-row-main .inner-footer-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer.footer-main-area .abover-row-main .inner-footer-main .left-side-main {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

footer.footer-main-area .abover-row-main .inner-footer-main .left-side-main a {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

footer.footer-main-area .abover-row-main .inner-footer-main .left-side-main a:hover {
    text-decoration: underline;
}

footer.footer-main-area .abover-row-main .inner-footer-main .right-side-main {
    display: flex;
    align-items: center;
    column-gap: 16px;
}

.bottom-row-main {
    background: #242424;
    padding: 20px 0px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


section.product-page-first-section {
    padding: 80px 0px;
}


section.product-page-first-section .inner-first-row {
    display: flex;
    align-items: center;
    column-gap: 40px;
}

section.product-page-first-section .inner-first-row .left-side-main {
    width: 60%;
}

section.product-page-first-section .inner-first-row .left-side-main img {
    width: 80%;
}

section.product-page-first-section .inner-first-row .right-side-main {
    width: 70%;
    color: #606060;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

section.product-page-first-section .inner-first-row .right-side-main ul li{list-style: circle;}


section.product-page-second-section .product-page-inner-section {
    display: flex;
    column-gap: 30px;
    padding-bottom: 80px;
}

section.product-page-second-section .product-page-inner-section .title-text-main {
    color: #05487B;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}

section.product-page-second-section .product-page-inner-section .left-side-main {
    width: 30%;
}


section.product-page-second-section .product-page-inner-section .right-side-main {
    width: 70%;
}

section.product-page-second-section .product-page-inner-section .left-side-main ul#myUL>li {
    padding: 20px 0px;
    border-bottom: 1px solid #D9D9D9;
}

section.product-page-second-section .product-page-inner-section .left-side-main ul#myUL>li>span.caret {
    color: #242424;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    display: block;
    line-height: normal;
}

section.product-page-second-section .product-page-inner-section .left-side-main ul#myUL>li>span.caret.caret-down {
    color: #05487B;
}




ul,
#myUL {
    list-style-type: none;
    position: relative;
}

#myUL {
    margin: 0;
    padding: 0;
}

.caret {
    cursor: pointer;
    -webkit-user-select: none;
    /* Safari 3.1+ */
    -moz-user-select: none;
    /* Firefox 2+ */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
}

.caret::before {
    content: "+";
    color: black;
    display: inline-block;
    margin-right: 6px;
    position: absolute;
    right: 0;
    font-size: 20px;
    font-weight: 100;
}

.caret-down::before {
    content: '-';
}

a.caret.caret-down,
a.caret {
    color: #05487B;
}

.nested {
    display: none;
}

.active {
    display: block;
}

section.product-page-second-section .product-page-inner-section .left-side-main ul#myUL>li ul.nested.active {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 16px;
}

section.product-page-second-section .product-page-inner-section .left-side-main ul#myUL>li ul.nested.active li {
    padding: 6px 0px;
    color: #484848;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

section.product-page-second-section .product-page-inner-section .left-side-main ul#myUL>li ul.nested.active li a {
    color: #484848;
}

section.product-page-second-section .product-page-inner-section .left-side-main ul#myUL>li ul.nested.active li a.active {
    color: #05487B;
}

.card-area-main {
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), radial-gradient(50% 50% at 50% 50%, #5B75F7 0%, #3C55D6 100%);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    padding: 24px 15px;
    text-align: center;
    overflow: hidden;
}

.card-area-main .img-box {
    width: 100%;
    margin-bottom: 30px;
    min-height: 200px;
    display: flex;
    align-items: center;
}

.card-area-main .title-box {
    color: #484848;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 12px;
}

.card-area-main .small-title-box {
    color: #606060;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.card-area-main .view-btn {
    border-radius: 17px;
    background: #05487B;
    color: #fff;
    margin-top: 12px;
    padding: 9px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
}

.card-area-main .view-btn a {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
}

section.product-page-second-section .product-page-inner-section .main-grid-area-product-page {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}


section.sub-product-with-details-page-section {
    background: #F1F1F1;
    padding: 50px 0px;
    margin-bottom: 80px;
}

section.sub-product-with-details-page-section .inner-box-col-main {
    display: flex;
    column-gap: 30px;
}

section.sub-product-with-details-page-section .inner-box-col-main .left-box-main {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* section.sub-product-with-details-page-section .inner-box-col-main .left-box-main img {
    width: 100%;
} */

section.sub-product-with-details-page-section .inner-box-col-main .right-side-box-main {
    width: 50%;
}

.product-title {
    color: #242424;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.small-description {
    color: #242424;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px;
}

.button-enquiry-now {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #d9d9d9;
}

.button-enquiry-now button.btn-main {
    border-radius: 23px;
    background: #05487B;
    border: none;
    padding: 14px 40px;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: #fff;
}

.sku-box {
    width: 80%;
}

.sku-box .comman-row {
    display: flex;
    column-gap: 20px;
    margin-bottom: 24px;
}

.sku-box .comman-row .left-side {
    width: 18%;
    color: #484848;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sku-box .comman-row .right-side {
    width: 82%;
}

.sku-number {
    color: #05487B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.sku-box .comman-row .right-side.link-box a {
    color: #05487B;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration-line: underline;
    display: inline-block;
    margin-bottom: 10px;
}

.sku-box .comman-row .right-side.tag-link-box a {
    color: #05487B;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
}

.sub-produt-main-area {
    display: block !important;
}

.sub-produt-main-area .right-side-main {
    width: 100% !important;
}

.sub-produt-main-area .right-side-main .main-grid-area-product-page {
    grid-template-columns: repeat(6, 1fr) !important;
}

.sub-produt-main-area .right-side-main .main-grid-area-product-page .title-box {
    font-size: 16px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-close {
    position: absolute;
    right: -10px;
    top: -40px;
    width: 20px;
    height: 20px;
    opacity: 1;
    border: 1px solid #fff;
    border-radius: 100%;
    background-color: #fff;
}

.title-modal-main {
    color: #242424;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
    padding-bottom: 10px;
    position: relative;
}

.title-modal-main::before {
    position: absolute;
    content: '';
    background: #FD5D48;
    height: 2px;
    width: 100px;
    bottom: 0;
}

.modal-body .form-main {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
}

.modal-body .form-main input {
    width: 100%;
    border: 1px solid #D9D9D9;
    height: 60px;
    padding: 0px 10px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.modal-body .form-main .link-input {
    grid-column-start: 1;
    grid-column-end: -1;
}

.modal-body .form-main .link-input input {
    height: auto;
    padding: 13px 10px;
    background: #F5F5F5;
    border-color: #f5f5f5;
}

.modal-body .form-main .textarea-input {
    grid-column-start: 1;
    grid-column-end: -1;
}

.modal-body .form-main .textarea-input textarea {
    width: 100%;
    height: 200px;
    border: 1px solid #D9D9D9;
    resize: none;
    padding: 10px 10px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.btn-send-message {
    margin-top: 24px;
}

.btn-send-message button {
    width: 100%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    background: #05487B;
    padding: 18px 16px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    column-gap: 10px;
}

section.tags-main {
    padding-top: 80px;
    padding-bottom: 40px;
}

section.tags-main .cateogry-title {
    color: #484848;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
}

section.tags-main .cateogry-title span {
    font-size: 30px;
    color: #05487B;
    font-weight: 700;
}

section.about-us-section-main .title-text-about {
    color: #242424;
    font-family: Outfit;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
    margin-top: 40px;
}

section.about-us-section-main {
    margin-top: -40px;
    padding-bottom: 60px;
}

section.about-us-section-main p {
    color: #484848;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}

section.about-us-section-main p span {
    font-weight: 600;
}

section.about-us-section-main ul li {
    color: #484848;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}


/* @media */

@media (max-width:1200px) {
    .container-new {
        max-width: 90%;
    }

    section.contact-us-section .contact-us-card-box .left-side-contact {
        padding: 100px 40px;
    }

    .second-section-home .main-grid-home {
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 20px
    }

    .second-section-home .main-grid-home .grid-cols .card-first-row img.logo-company {
        width: 100%;
    }

    .second-section-home .main-grid-home .grid-cols .card-first-row img.logo-country {
        width: 100%;
        height: 98px;
    }

    .sub-produt-main-area .right-side-main .main-grid-area-product-page {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    section.product-page-second-section .product-page-inner-section .main-grid-area-product-page {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width:991px) {
    header.main-header-area .first-row-header {
        padding: 20px 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
    }

    header.main-header-area .second-row-header nav.navbar .container-fluid {
        display: block;
        text-align: right;
    }

    header.main-header-area .second-row-header nav.navbar .container-fluid button.navbar-toggler {
        border: 1px solid #fff;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        background: #fff;
        box-shadow: none;
    }

    header.main-header-area .second-row-header nav.navbar .container-fluid button.navbar-toggler span.navbar-toggler-icon {
        color: #fff !important;
        background-color: #fff;
    }

    header.main-header-area {
        position: relative;
    }

    header.main-header-area .first-row-header .right-side-area {
        position: absolute;
        top: 102px;
        z-index: 999;
        left: 0;
        right: 0;
        margin: auto;
    }

    header.main-header-area .first-row-header .right-side-area a {
        color: #fff;
    }

    header.main-header-area .first-row-header .right-side-area .mail-link {
        color: #fff;
    }

    header.main-header-area .first-row-header {
        padding: 15px 0px
    }

    section.contact-us-section .contact-us-card-box {
        flex-direction: column;
    }

    section.contact-us-section .contact-us-card-box .left-side-contact {
        width: 100%;
        padding: 40px 40px;
    }

    section.contact-us-section .contact-us-card-box .right-side-contact {
        width: 100%;
    }

    .second-section-home .main-grid-home {
        grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 20px;
    }

    .second-section-home .main-grid-home .grid-cols .card-first-row img.logo-country {
        width: 40%;
        height: 78px;
    }

    .second-section-home .main-grid-home .grid-cols .card-first-row img.logo-company {
        width: 100%;
        height: 60px;
    }

    .second-section-home .main-grid-home .grid-cols .card-second-row .btn-main {
        width: 48%;
    }

    section.sub-product-with-details-page-section .inner-box-col-main {
        flex-direction: column;
        row-gap: 30px;
    }

    section.sub-product-with-details-page-section .inner-box-col-main .left-box-main {
        width: 100%;
    }

    section.sub-product-with-details-page-section .inner-box-col-main .right-side-box-main {
        width: 100%;
    }
}


@media (max-width:767px) {
    header.main-header-area .first-row-header .right-side-area a {
        display: none;
    }

    header.main-header-area .first-row-header .right-side-area .mail-link {
        display: none
    }

    header.main-header-area .first-row-header .right-side-area .search-area {
        width: 100%;
    }

    header.main-header-area .first-row-header .right-side-area {
        left: -70px;
    }

    header.main-header-area .second-row-header nav.navbar .d-none {
        display: block !important;
        text-align: left;
    }

    section.tags-main {
        padding-top: 40px;
    }

    section.contact-us-section .contact-us-card-box .right-side-contact .main-grid-area {
        grid-template-columns: repeat(1, 1fr);
    }

    footer.footer-main-area .abover-row-main .inner-footer-main {
        flex-direction: column;
    }

    footer.footer-main-area .abover-row-main .inner-footer-main .left-side-main a {
        font-size: 10px;
    }

    footer.footer-main-area .abover-row-main .inner-footer-main .right-side-main {
        margin-top: 20px;
    }

    section.contact-us-section {
        padding-bottom: 40px;
    }

    section.contact-us-section .contact-us-card-box .left-side-contact .red-block {
        padding: 20px 30px;
    }

    section.contact-us-section .contact-us-card-box .left-side-contact p {
        font-size: 16px;
    }

    footer.footer-main-area .abover-row-main .inner-footer-main .left-side-main {
        row-gap: 10px;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
    }

    .bottom-row-main {
        font-size: 12px;
    }

    .second-section-home .main-grid-home .grid-cols .card-first-row {
        flex-direction: column;
    }

    .second-section-home {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .sub-produt-main-area .right-side-main .main-grid-area-product-page {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    section.tags-main .cateogry-title span {
        font-size: 20px;
    }

    section.tags-main {
        padding-top: 40px;
    }

    section.product-page-first-section .inner-first-row {
        flex-direction: column;
        row-gap: 20px;
    }

    section.product-page-first-section .inner-first-row .left-side-main {
        width: 100%;
    }

    section.product-page-first-section .inner-first-row .right-side-main {
        width: 100%;
    }

    section.product-page-first-section {
        padding: 40px 0px;
    }

    .sku-box {
        width: 100%;
    }

    .sku-box .comman-row .right-side.link-box a,
    .sku-box .comman-row .right-side.tag-link-box a,
    .sku-number,
    .sku-box .comman-row .left-side {
        font-size: 12px;
    }

    .sku-box .comman-row {
        flex-direction: column;
    }

    .sku-box .comman-row .left-side,
    .sku-box .comman-row .right-side {
        width: 100%;
    }

    .product-title {
        font-size: 24px;
    }

    .small-description {
        font-size: 12px;
    }

    section.product-page-second-section .product-page-inner-section {
        flex-direction: column;
        row-gap: 20px;
    }

    section.product-page-second-section .product-page-inner-section .left-side-main {
        width: 100%;
    }

    section.product-page-second-section .product-page-inner-section .title-text-main {
        color: #05487B;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #d9d9d9;
    }

    section.product-page-second-section .product-page-inner-section .left-side-main ul#myUL>li {
        padding: 15px 0px;
    }

    section.product-page-second-section .product-page-inner-section .right-side-main {
        width: 100%;
        margin-top: 20px;
    }

    section.product-page-second-section .product-page-inner-section .main-grid-area-product-page {
        grid-template-columns: repeat(1, 1fr);
    }

    header.main-header-area .first-row-header .right-side-area .search-area form .search-btn {
        width: 42px;
        height: 42px;
        right: -1px;
    }
}


section.product-page-second-section .product-page-inner-section .left-side-main ul#myUL>li:first-child {
    padding-top: 0px;
}

span.caret.caret-down {
    color: #05487B;
}


header.main-header-area .first-row-header .right-side-area .search-area form {
    width: 100% !important;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: inherit !important;
}

section.contact-us-section .contact-us-card-box .right-side-contact .send-btn p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

section.contact-us-section .contact-us-card-box .right-side-contact .send-btn p input {
    padding: 0;
    background: none;
    color: #fff;
    border: none;
    margin-left: 10px;
}

.sub-produt-main-area .right-side-main .main-grid-area-product-page .card-area-main .img-box img {
    width: 100%;
    object-fit: scale-down;
    margin: auto;
}

.carousel-control-next-icon {
    background: url('../images/next.png')no-repeat;
}

.carousel-control-prev-icon {
    background: url('../images/previous.png')no-repeat;
}

.carousel-control-next {
    right: -24px;
    opacity: 1;
}

.carousel-control-prev {
    left: -20px;
    opacity: 1;
}

.modal-content {
    border-radius: 0;
    padding: 40px 24px;
}

.modal-body {
    padding: 0 !important;
}

.btn-close {
    background: url('../images/close.png') no-repeat;
    border: none;
    background-size: 100% 100%;
    width: 25px;
    height: 25px;
    top: -30px;
    right: 0;
    padding: 0;
    box-shadow: none !important;

}



.btn-send-message p {
    margin-bottom: 0px;
    position: relative;
}

.btn-send-message p input {
    width: 100%;
    border: none;
    border-radius: 30px;
    background: #05487B;
    color: #Fff;
    padding: 19px 17px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-send-message p img {
    position: absolute;
    left: -80px;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.btn-send-message span.wpcf7-spinner {
    position: absolute;
    right: -90px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
}

.modal-body .form-main .grid-col-main p {
    margin-bottom: 0 !important;
}

.news_pagination ul {
    list-style-type: none;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.news_pagination {
    padding-top: 20px;
}
.news_pagination ul li a {
    font-family: Outfit;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    cursor: pointer;
    padding: 12px;
    background-color: #fff;
    border: 1px solid #f3f3f3;
}

.news_pagination ul li.news_green a {
    background-color: #05487B;
    color: #fff;
}
.news_pagination ul li {
    font-family: Outfit;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #000000;
    padding-right: 24px;
    cursor: pointer;
}

.news_pagination ul li:last-child{padding-right: 0;}

.pagination_arrow {
    background-image: url(../images/news_pagination_arrow.svg);
    object-fit: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 21px;
}

.pagination_arrow_left {
    background-image: url(../images/news_pagination_arrow.svg);
    object-fit: cover;
    background-repeat: no-repeat;
    width: 20px;
    height: 21px;
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}