/* headercss */
@media (max-width: 992px) {
    .product-list {
        height: 500px !important;
        overflow-y: auto !important;
    }

    .navbar {
        padding: 0px !important;
    }
}

.n-img {
    width: 53px;
    height: 53px;
}

    .n-img img {
        width: 100%;
    }

.n-minus {
    margin: 0px !important;
}

.menu {
    background: rgba(43, 162, 214, 1);
}

.shadow {
    box-shadow: 1px 3px 1rem #1312126b !important;
}

.navbar-dark .navbar-brand img {
    width: 76px;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.menu li a {
    color: #fff;
    padding: 0 0.7rem;
    text-transform: capitalize;
    font-weight: 600;
    padding: 4px 7px !important;
    font-size: 14px;
}

.f-style-custom {
    font-size: 14px;
    padding-right: 3px;
    color: #000000;
}

.btn-rounded1 {
    position: relative;
    padding: 10px;
    font-weight: 700;
    margin: 0;
    border: 1px solid transparent;
    background-color: linear-gradient(to right, #0196be, #fd96a9);
    display: block;
    transition: all ease-in-out 0.3s;
}

@media (max-width: 992px) {
    .f-style-custom {
        font-size: 15px !important;
        custom-text padding-right: 10px !important;
        color: #000000;
    }

    .menu li a {
        color: #fff;
        padding: 0 0.7rem;
        text-transform: capitalize;
        font-weight: 600;
        padding: 4px 9px !important;
        font-size: 16px;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .menu li a {
        color: #fff;
        padding: 0 0.7rem;
        text-transform: capitalize;
        font-weight: 600;
        padding: 2px 0px !important;
        font-size: 10px !important;
    }

    .btn-rounded1 {
        position: relative;
        padding: 8px;
        font-weight: 700;
        font-size: 12px !important;
    }

    .f-style-custom {
        font-size: 10px;
        padding-right: 2px;
        color: #000000;
    }
}

.custom-text {
    padding: 0px 6px !important;
    margin: 0px 0px 0px 2px !important;
    color: #fff !important;
    border: 1px solid #ffe500 !important;
}

@media (min-width: 1200px) and (max-width: 1280px) {
    .menu li a {
        color: #fff;
        padding: 0 0.7rem;
        text-transform: capitalize;
        font-weight: 600;
        padding: 2px 1px !important;
        font-size: 12px !important;
    }

    .btn-rounded1 {
        position: relative;
        padding: 8px;
        font-weight: 700;
        font-size: 14px !important;
    }

    .f-style-custom {
        font-size: 12px;
        padding-right: 3px;
        color: #000000;
    }
}

@media (min-width: 1280px) and (max-width: 1475px) {
    .menu li a {
        color: #fff;
        padding: 0 0.7rem;
        text-transform: capitalize;
        font-weight: 600;
        padding: 4px 4px !important;
        font-size: 13px;
    }

    .f-style-custom {
        font-size: 13px;
        padding-right: 2px;
        color: #000000;
    }

    .btn-rounded1 {
        position: relative;
        padding: 8px;
        font-weight: 700;
        font-size: 14px !important;
    }
}

.dropdown-menu[data-bs-popper] {
    display: block;
    transition: 0.3s;
    right: inherit !important;
    left: inherit !important;
}

li {
    list-style: none;
}

.all-data:hover .show-data {
    color: red;
}

.new {
    color: black !important;
}

.new1 {
    font-size: 17px;
    color: #000000d4 !important;
}

    .new1:hover {
        text-decoration: underline;
    }

.new:hover {
    text-decoration: underline;
}

a.nav-link.new {
    font-size: 25px;
}

.product-list {
    width: 100%;
    /* display: none; */
    position: absolute;
    background-color: #f8f9fa;
    padding: 28px 0px 40px 0px;
    color: black !important;
    overflow: hidden;
    box-shadow: -1px 4px 14px 1px rgb(123 118 118 / 70%);
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
    right: 0;
    top: 58px;
}

.bt-desgn:hover .none {
    display: block; /* Show product list on parent li hover */
}

.none {
    display: none;
}

.nav-item {
    margin-left: 20px;
    margin-right: 20px;
}

.bt-desgn {
    padding: 0px;
}

@media (min-width: 300px) and (max-width: 575px) {
    .navbar {
        background: linear-gradient(35deg, #ffffff 39%, #2ba2d6 39%) !important;
    }
}

@media (min-width: 575px) and (max-width: 768px) {
    .navbar {
        background: linear-gradient(35deg, #ffffff 27%, #2ba2d6 27%) !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar {
        background: linear-gradient(35deg, #ffffff 21%, #2ba2d6 21%) !important;
    }
}

@media (min-width: 991px) and (max-width: 1250px) {
    .navbar {
        background: linear-gradient(35deg, #ffffff 16%, #2ba2d6 16%) !important;
    }
}

.navbar {
    padding: 10px 10px;
    top: 0;
    z-index: 1058;
    position: sticky;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    background: linear-gradient(35deg, #ffffff 14%, #2ba2d6 14%);
}

.s-nav-class {
    padding: 2px 10px;
    display: flex !important;
}
/* headercss */

.owl-nav {
    display: block !important;
    position: relative !important;
    top: -280px !important;
}

.owl-prev {
    float: inline-start !important;
    color: #fff !important;
    background: #b992f0 !important;
    padding: 0px 12px 4px !important;
}

.owl-next {
    float: inline-end !important;
    color: #fff !important;
    background: #b992f0 !important;
}

.owl-prev span {
    font-size: 30px !important;
    padding: 0px 10px 1px !important;
}

.owl-next span {
    font-size: 30px !important;
    padding: 0px 10px 1px !important;
}


/*dropdownn-icon-space........*/
.n-class i {
    font-size: 16px !important;
    padding-right: 10px;
}
/*dropdownn-icon-space........*/
/*roffer master page..............*/
body {
    position: relative;
    z-index: 9999999999999999999999999;
}

ul.navbar-nav.mx-auto.mb-2.mb-lg-0.py-1.rounded-4.ndesign-nav {
    background: #ffffff;
    border-radius: 21px;
    padding: 7px 6px !important;
}

@media (max-width: 992px) {
    ul.navbar-nav.mx-auto.mb-2.mb-lg-0.py-1.rounded-4.ndesign-nav {
        background: #ffffff;
        border-radius: 21px;
        padding: 7px 6px !important;
        box-shadow: 1px 3px 1rem #1312126b !important;
    }

    ul.dropdown-menu {
        background: #e1e7e7 !important;
    }
}

.fw-light {
    font-weight: 400 !important;
}
/* custom-scrollbar start...... */
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #b30000;
    }

a {
    text-decoration: none;
}

.dropdown-menu[data-bs-popper] {
    display: block;
    transition: 0.3s;
    right: 0 !important;
    left: inherit !important;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

li {
    margin: 11px;
}

.mobile-left {
    width: 80%;
}

.ndesignnav {
    background: #2899ca;
    padding: 8px 20px !important;
    border-radius: 24px;
    box-shadow: 2px 4px 6px 0px #9a9a9a1a;
}

.dropdown-menu {
    min-width: -webkit-fill-available !important;
    padding: 0px !important;
    border: none !important;
}

    dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
        background: #858b9a36;
        color: #000 !important;
    }

.dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    background-color: #e5e6ea;
    border-radius: 17px !important;
}

@media (max-width: 991px) {
    .my-nav {
        height: fit-content !important;
    }

    .navbar-nav {
        overflow-y: auto !important;
    }
}

.n-ul-des li a {
    color: black !important;
}

.menu li:hover {
    background: #bac8c86e !important;
    border-radius: 17px !important;
}

@media(max-width: 768px) {
    .cta-info, .form {
        padding: 0 !important
    }
}
/*roffer master page..............*/

/*footer new........*/
.footer-wrap-layout1 {
    background: linear-gradient(66deg, #ffffff 22%, #2ba2d6 22%);
}

@media screen and (min-width: 300px) and (max-width: 1200px) {
    .contactBx {
        margin: 0 !important;
    }

    .footer-wrap-layout1 {
        background: #2ba2d6 !important;
    }

    .footer-box-layout1 p {
        color: #ffffff !important;
    }

    hr {
        display: none !important;
    }
}

.footer-top-wrap-layout1 {
    padding: 3rem 0;
}

.footer-box-layout1 {
    margin-bottom: 20px;
}

    .footer-box-layout1 .footer-logo a {
        display: inline-block;
        margin-bottom: 15px;
    }

img {
    max-width: 100%;
    height: auto;
}

@media only screen and (min-width: 1199px) {
    .footer-box-layout1 p {
        width: 85%;
    }
}

.footer-box-layout1 p {
    color: #000000;
    margin-bottom: 18px;
    font-size: 15px;
    padding: 2px;
    line-height: 1.6;
    font-family: math;
    font-weight: 500;
}

a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    transition: color 0.3s ease;
}



.footer-box-layout1 .footer-title {
    margin-bottom: 28px;
    padding-bottom: 15px;
    position: relative;
}

    .footer-box-layout1 .footer-title h3 {
        font-size: 24px;
        color: #ffffff;
        font-weight: 500;
        margin-bottom: 0px;
    }

    .footer-box-layout1 .footer-title:after {
        content: "";
        height: 3px;
        width: 47px;
        background-color: #ffffff;
        position: absolute;
        bottom: 0px;
        left: 0;
    }

.footer-box-layout1 .footer-menu-box .footer-menu-list li {
    margin-bottom: 8px;
}

    .footer-box-layout1 .footer-menu-box .footer-menu-list li a {
        color: #ffffff;
        padding: 5px 0;
        line-height: 16px;
        display: block;
        transition: all 0.3s ease-out;
        font-family: system-ui;
        font-size: 16px;
        font-weight: 500;
    }

.certificateBx {
    padding: 16px;
    border: 2px dashed #080e86;
    background: rgb(5 9 90);
    margin-bottom: 20px;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.certificateBx ul li {
    padding: 5px;
    display: inline-block;
    width: 18%;
    margin-bottom: 10px;
}

    .certificateBx ul li img {
        max-width: 90px;
    }

.countryLocation h5 {
    margin: 15px 0 10px 0;
    padding: 0;
    color: #fff;
}

h5 {
    font-size: 18px;
}

.countryLocation h5:after {
    margin-top: 5px;
    content: '';
    display: block;
    width: 90px;
    height: 3px;
    background: #ffffff;
}

.countryLocation ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

    .countryLocation ul li {
        padding: 2px;
        display: inline-block;
        background: #fff;
        border-radius: 100%;
        width: 40px;
    }

.text-warning {
    color: #ffc107 !important;
}

.text-muted {
    color: #6c757d !important;
}

.contactBx {
    margin: -40px 0;
    padding: 40px 20px 30px;
    color: #2ba2d6 !important;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(43, 162, 214, 1) 35%, rgba(185, 146, 240, 1) 80%);
    box-shadow: 1px 1px 1rem 0px #00000042;
    height: fit-content;
}

    .contactBx .footer-contactBx h5 {
        margin: 0px;
        color: #fff;
    }

        .contactBx .footer-contactBx h5 i {
            margin-right: 5px;
            color: #ffffff;
        }

    .contactBx .footer-contactBx p {
        margin: 0px;
        width: 100%;
        font-size: 14px;
        line-height: 26px;
        color: #fff;
    }

.hr {
    display: block !important;
    margin: 1rem 0px 0px;
    color: inherit;
    border: 0;
    border-top: 3px solid #fff !important;
    opacity: 1;
}

.contactBx .footer-contactBx ul li a {
    margin: 10px 0;
    color: #fff;
    transition: all 0.5s;
}

.footer-bottom-wrap-layout1 {
    background: linear-gradient(166deg, #48cfc1 2.35%, #2ba2d6 100%, #299acb 25%);
    margin-top: 2px;
    padding: 1.5rem 1rem 0px;
    text-align: center;
    border-top: 1px solid #000000;
}
.footer-bottom__copyright a {
    color: #ffffff!important;
    text-decoration: none;
    font-weight: 700!important;
    font-size: 18px!important;
}
.footer-bottom__copyright {
    color: #000000;
    font-weight: 500!important;
}

    .footer-bottom-wrap-layout1 .copyright {
        color: #cccccc;
        font-size: 14px;
    }

        .footer-bottom-wrap-layout1 .copyright span {
            font-size: 12px;
        }

.mp {
    font-size: 17px !important;
}

.s-location {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
}

    .s-location i {
        padding-right: 7px;
        color: #000;
    }

.s-location-1 {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
    .h-height {
        height: 90px !important;
    }

    .hr {
        display: block !important;
        margin: 1rem 0;
        color: inherit;
        border: 0;
        border-top: 3px solid #fff !important;
        opacity: 1;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .h-height {
        height: 110px !important;
    }

    .hr {
        display: block !important;
        margin: 1rem 0;
        color: inherit;
        border: 0;
        border-top: 3px solid #fff !important;
        opacity: 1;
    }
}

@media screen and (min-width: 200px) and (max-width: 768px) {
    .h-height {
        height: auto !important;
    }

    .hr {
        display: block !important;
        margin: 1rem 0;
        color: inherit;
        border: 0;
        border-top: 3px solid #fff !important;
        opacity: 1;
    }
}
/*footer new........*/
