/* @font-face {
    font-family: 'PPObjectSans';
    src: url('../../../fonts/opensans/PPObjectSans-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PPObjectSans';
    src: url('../../../fonts/opensans/PPObjectSans-Slanted.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'PPObjectSans';
    src: url('../../../fonts/opensans/PPObjectSans-Heavy.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PPObjectSans';
    src: url('../../../fonts/opensans/PPObjectSans-HeavySlanted.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
} */

@font-face {
    font-family: 'PPObjectSans';
    src: url('../../../fonts/opensans/PPObjectSans-HeavySlanted.otf') format('opentype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'PPObjectSans';
    src: url('../../../fonts/opensans/PPObjectSans-Slanted.otf') format('opentype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'ObjectSans';
    src: url('../../../fonts/opensans/ObjectSans-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ObjectSans';
    src: url('../../../fonts/opensans/ObjectSans-Heavy.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'ObjectSans';
    src: url('../../../fonts/opensans/ObjectSans-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}


/* Usage Example */
body {
    font-family: 'ObjectSans', 'PPObjectSans', sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


:root {
    --default-font-family: 'ObjectSans', 'PPObjectSans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC",
        "Hiragino Sans GB", "Microsoft Yahei UI", "Microsoft Yahei",
        "Source Han Sans CN", sans-serif;
}

.form-control:focus {
    color: #19191A !important;
    background-color: var(--bs-body-bg);
    border-color: #004953 !important;
    outline: 60% !important;
    box-shadow: none !important;
}

input[type="text"] {
    border-radius: 0px !important;
    height: 46px !important;
    color: #19191A !important;
    opacity: 100% !important;
}

input[type="email"] {
    border-radius: 0px !important;
    height: 46px !important;
    color: #19191A !important;
    opacity: 100% !important;
}

input[type="password"] {
    border-radius: 0px !important;
    height: 46px !important;
    color: #19191A !important;
    opacity: 100% !important;
}

input[type="number"] {
    border-radius: 0px !important;
    height: 46px !important;
    color: #19191A !important;
    opacity: 100% !important;
}

input[type="tel"] {
    border-radius: 0px !important;
    height: 46px !important;
    color: #19191A !important;
    opacity: 100% !important;
}

.SelectOption {
    border-radius: 0px !important;
    height: 46px !important;
    color: #19191A !important;
    opacity: 100% !important;
}

input[type="checkbox"] {
    border-radius: 0px !important;
    color: #19191A !important;
    opacity: 100% !important;
}



.form-check-input:checked[type=checkbox] {
    background-color: #004953 !important;
}

.language-section {
    background-color: #EBF0F0;
}

.desktop-nav {
    display: block;
}

.mobile-nav {
    display: none;
}

.home-hero-desktop-view {
    display: block;
}

.home-hero-mobile-view {
    display: none;
}

.main {
    background-color: #EBF0F0;
}

.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none !important;
}

.rectangle {
    width: 100%;
    height: 50px;
    background-color: #EBF0F0;
}

.product_Title{
    font-size: 24px;
}
.product_Des{
    font-size: 16px;
}

.featured-card > h3{
    font-size: 22px !important;
}
.featured-card > p{
    font-size: 18px !important;
}
.navbar {
    padding-top: 30px;
    width: 100%;
    height: auto;
    border-bottom: 2px solid #19454f !important;
}

.nevIcon {
    font-size: 14px !important;
}

.HerofastImg {
    width: 65%;
    height: auto;
}

.productHerofastImg {
    width: 60%;
    height: auto;
}

.HerofastTwo {
    width: 100%;
    height: auto;
}

.carousel-indicators button {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    /* Makes the button circular */
    background-color: transparent !important;
    /* Default color */
    border: 4px solid #004953 !important;
    margin: 5px;
    opacity: 100;
}

.carousel-indicators .active {
    background-color: #004953 !important;
    /* Active dot color */
    opacity: 1;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 179px !important;
    bottom: -82px !important;
    z-index: 100 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 71% !important;
    padding: 0;
    /* color: #fff; */
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 100%;
    transition: opacity .15s ease;
}

.carousel-indicators {
    bottom: -56px !important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23004953'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23004953'%3E%3Cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E") !important;
}

.hero-content-img img {
    width: 100%;
    height: 100%;
}

.hero-image {
    width: 50%;
    height: auto;
    top: -19px;
    right: 0;
}

.hero-product {
    top: 11%;
    left: 22%;
    width: 350px;
    height: 350px;
}

.hero-product img {
    width: 100%;
    height: 100%;
}

.hero-product-price {
    left: 85%;
    top: 28%;
    width: 200px;
    height: 235px;
}

.hero-product-price img {
    width: 100%;
    height: 100%;
}

.hero-product-price .text {
    top: 36px;
    width: 100%;
    height: 100%;
}

.hero-product-details {
    top: 65%;
    left: 22%;
    width: 76%;
}

.hero-products-title {
    font-size: 25px;
    font-weight: bold;
    color: #00A693;
}

.heroText {
    font-family: var(--default-font-family);
    font-size: 4vw;
    font-weight: bold;
    color: #004953;
}

footer li{
    font-size: 15px !important;
}

.heroText span,.heroText em {
    color: #00a693;
    font-style: normal;
}

.heroBtn {
    font-family: var(--default-font-family);
    font-size: 14px;
    width: 220px;
    height: 40px;
    padding: 8px 18px;
    font-weight: bold;
    color: #ffffff;
    background-color: #004953;
    border: 2px solid #004953;
    border-radius: 5px;
}

.heroBtn:hover {
    font-family: var(--default-font-family);
    width: 220px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 18px;
    background-color: #ffffff;
    color: #000 !important;
    border: 2px solid #004953;
    border-radius: 5px;
}

.mobileherContentoBtn {
    background-color: #004953;
    color: #ffffff;
    border: 2px solid #004953;
    border-radius: 5px;
}

.mobileherContentoBtn:hover {
    background-color: #ffffff;
    color: #000 !important;
    border: 2px solid #004953;
    border-radius: 5px;
}


.card-section {
    width: 100%;
    height: auto;
    background-color: #004953;
}

.card-main {
    height: 100%;
    border: 1px solid #ffffff;
}


input[type="text"]:focus {
    background-color: transparent;
    border: 1px solid #D9D9D9;
    box-shadow: none;
}

input[type="text"] {
    background-color: transparent;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}



.submit_btn {
    font-family: var(--default-font-family);
    font-size: 18px;
    background-color: #004953;
    border: 2px solid #004953;
    border-radius: 5px;
}

.submit_btn:hover {
    font-family: var(--default-font-family);
    font-size: 18px;
    background-color: #ffffff;
    color: #000 !important;
    border: 2px solid #004953;
    border-radius: 5px;
}

.categories-section {
    background-color: #EBF0F0;
}

.categories-heading {
    color: #004953;
    font-size: 50px;
}

.categories-card {
    height: 298px
}


.section-404 h1 {
    font-size: 300px;
    color: #004953;
}

.section-404 h2 {
    font-size: 60px;
    color: #004953;
}

.section-404 a {
    border: 3px solid #004953;
    color: #000000;
}

.section-404 a:hover {
    border: 3px solid #004953;
    background-color: #004953;
    color: #FFFFFF;
}

.hero-product-title {
    left: 54%;
}

.product-main {
    background-color: #EBF0F0;
}

.product-hero-content {
    width: 1038px;
    height: 500px;
    display: flex;
    justify-content: center;
}

.product-hero-mail-text {
    left: 57%;
}

.main-section {
    background-color: #EBF0F0;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-radius: 0px !important;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-radius: 0px !important;
}

.accordion-button:focus {
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: #004953 !important;
    box-shadow: none !important;
    border: 0px;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: #004953 !important;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

.first_image {
    height: 720px;
    width: 350px;
}

.second_image {
    height: 620px;
    width: 320px;
    top: 50px;
    left: 10%;
}

.therd_image {
    height: 620px;
    width: 320px;
    top: 100px;
    left: 55%;
}

.about_text {
    margin-right: 99px;
}

.nav-tabs .nav-link.active {
    color: #FFFFFF !important;
    background-color: #004953 !important;
    border-color: #004953 !important;
}

.tablistColor {
    display: block;
    font-size: var(--bs-nav-link-font-size);
    font-weight: var(--bs-nav-link-font-weight);
    color: #FFFFFF !important;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    text-decoration: none;
    background-color: #00A693 !important;
}

footer {
    width: 100%;
    height: auto;
    background-color: #004953 !important;
}

.footerBtn {
    background-color: #3BB194;
    border: none;
}

.search-container {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 20px;
}

.search-field {
    position: absolute;
    right: 40px;
    width: 0;
    opacity: 0;
    padding: 0 10px;
    border: none;
    background-color: transparent;
    transition: width 0.5s ease-in-out;
}

.search-container:hover>.search-field {
    width: 200px;
    opacity: 1;
}




.productCart {
    padding-top: 10rem;
    padding-bottom: 6rem;
}

.productImage {
    min-height: 300px;
}

.ProductPriceSection {
    height: 150px;
    width: 100%;
}

.ProductPriceSection .card-title {
    font-size: 20px;
}

@media (min-width: 360px) and (max-width: 740px) {



    .ProductPriceSection .card-title {
        padding: 5px;
        font-size: 14px;
    }

    .productImage {

        min-height: 180px;
    }

    .mobileheroBtn {
        background-color: #FFFFFF !important;
        border-radius: 5px !important;
        color: #004953 !important;
    }

    .mobileheroBtn:hover {
        background-color: #004953 !important;
        color: #FFFFFF !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        top: 172px !important;
    }

    .card-main {
        height: 100%;
        border: 0;
    }

    .hero-content-text {
        margin: 56px 20px !important;
    }

    .hero-content-text p {
        width: 100% !important;
        text-align: center !important;
    }
.icon-card_img{
    height: 54px !important;
    aspect-ratio: 1/1 !important;
}
    .card-section {
        margin-top: 48px;
    } 

    .language-section {
        display: none !important;
    }

    .desktop-nav {
        display: none;
    }

    .mobile-nav {
        display: block;
    }

    .home-hero-desktop-view {
        display: none;
    }

    .home-hero-mobile-view {
        display: block;
    }

    .productCart {
        padding-top: 10px !important;
    }

    .first_image {
        height: 400px !important;
        width: 125px !important;
    }

    .second_image {
        height: 350px;
        width: 150px;
        top: 25px;
        left: 10%;
    }

    .therd_image {
        height: 350px;
        width: 168px;
        top: 54px;
        left: 55%;
    }

    .about_text {
        margin-right: 0px;
    }
}

.mobileheroBtn {
    background-color: #FFFFFF !important;
    border-radius: 5px !important;
    color: #004953 !important;

}

.mobileheroBtn:hover {
    background-color: #004953 !important;
    color: #FFFFFF !important;
}


@media (min-width: 300) and (max-width: 896px) {

    .carousel-control-next,
    .carousel-control-prev {
        top: 205px !important;
    }

    .language-section {
        display: none !important;
    }

    .mobileheroBtn {
        background-color: #FFFFFF !important;
        border-radius: 5px !important;
        color: #004953 !important;

    }

    .mobileheroBtn:hover {
        background-color: #004953 !important;
        color: #FFFFFF !important;
    }

    .desktop-nav {
        display: none;
    }

    .card-main {
        height: 100%;
        border: 0 !important;
    }

    .mobile-nav {
        display: block;
    }

    .home-hero-desktop-view {
        display: none;
    }

    .home-hero-mobile-view {
        display: block;
    }

    .productCart {
        padding-top: 20px !important;
    }

    .first_image {
        height: 400px !important;
        width: 125px !important;
    }

    .second_image {
        height: 350px;
        width: 150px;
        top: 25px;
        left: 10%;
    }

    .therd_image {
        height: 350px;
        width: 168px;
        top: 54px;
        left: 55%;
    }

    .about_text {
        margin-right: 0px;
    }
}

@media (min-width: 390px) and (max-width: 844px) {

    .language-section {
        display: none !important;
    }

    .mobileheroBtn {
        background-color: #FFFFFF !important;
        border-radius: 5px !important;
        color: 004953 !important;
    }

    .mobileheroBtn:hover {
        background-color: #004953 !important;
        color: #FFFFFF !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        top: 200px !important;
    }

    .desktop-nav {
        display: none;
    }

    .mobile-nav {
        display: block;
    }

    .home-hero-desktop-view {
        display: none;
    }

    .home-hero-mobile-view {
        display: block;
    }

    .productCart {
        padding-top: 20px !important;
    }

    .first_image {
        height: 400px !important;
        width: 125px !important;
    }

    .second_image {
        height: 350px;
        width: 150px;
        top: 25px;
        left: 10%;
    }

    .therd_image {
        height: 350px;
        width: 168px;
        top: 54px;
        left: 55%;
    }

    .about_text {
        margin-right: 0px;
    }
}

@media (min-width: 430px) and (max-width: 932px) {

    .language-section {
        display: none !important;
    }

    .mobileheroBtn {
        background-color: #FFFFFF !important;
        border-radius: 5px !important;
        color: 004953 !important;
    }

    .mobileheroBtn:hover {
        background-color: #004953 !important;
        color: #FFFFFF !important;
    }

    .carousel-control-next,
    .carousel-control-prev {
        top: 210px !important;
        width: 78% !important;
    }

    .desktop-nav {
        display: none;
    }

    .mobile-nav {
        display: block;
    }

    .home-hero-desktop-view {
        display: none;
    }

    .home-hero-mobile-view {
        display: block;
    }

    .productCart {
        padding-top: 20px !important;
    }

    .first_image {
        height: 400px !important;
        width: 125px !important;
    }

    .second_image {
        height: 350px;
        width: 150px;
        top: 25px;
        left: 10%;
    }

    .therd_image {
        height: 350px;
        width: 168px;
        top: 54px;
        left: 55%;
    }

    .about_text {
        margin-right: 0px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .language-section {
        display: none !important;
    }

    .mobileheroBtn {
        background-color: #FFFFFF !important;
        border-radius: 5px !important;
        color: 004953 !important;
    }

    .mobileheroBtn:hover {
        background-color: #004953 !important;
        color: #FFFFFF !important;
    }

    .hero-content-text {
        margin: 56px 20px !important;
    }

    .hero-content-text p {
        width: 100% !important;
        text-align: center !important;
    }

    .desktop-nav {
        display: none;
    }

    .navbar-logo {
        margin-left: 25px !important;
    }

    .card-main {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .icon-card {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }


    .icon-image {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .icon-support {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .mobile-nav {
        display: block;
    }

    .home-hero-desktop-view {
        display: none;
    }

    .home-hero-mobile-view {
        display: block;
    }

    .productCart {
        padding-top: 10px !important;
    }

    .first_image {
        height: 500px !important;
        width: 175px !important;
    }

    .second_image {
        height: 445px;
        width: 217px;
        top: 25px;
        left: 10%;
    }

    .therd_image {
        height: 445px;
        width: 204px;
        top: 50px;
        left: 56%;
    }

    .about_text {
        margin-right: 0px;
    }
}

@media (min-width: 344px) and (max-width: 882px) {

    .language-section {
        display: none !important;
    }

    .mobileheroBtn {
        background-color: #FFFFFF !important;
        border-radius: 5px !important;
        color: 004953 !important;
    }

    .mobileheroBtn:hover {
        background-color: #004953 !important;
        color: #FFFFFF !important;
    }

    .hero-content-text {
        margin: 56px 20px !important;
    }

    .hero-content-text p {
        width: 100% !important;
        text-align: center !important;
    }

    .desktop-nav {
        display: none;
    }

    .mobile-nav {
        display: block;
    }

    .home-hero-desktop-view {
        display: none;
    }

    .home-hero-mobile-view {
        display: block;
    }

    .productCart {
        padding-top: 10px !important;
    }

    .first_image {
        height: 400px !important;
        width: 125px !important;
    }

    .second_image {
        height: 350px;
        width: 150px;
        top: 25px;
        left: 10%;
    }

    .therd_image {
        height: 350px;
        width: 168px;
        top: 54px;
        left: 55%;
    }

    .about_text {
        margin-right: 0px;
    }
}


/* @media (min-width: 1280px) and (max-width: 800px) {
    .first_image {
        height: 700px;
        width: 250px;
    }

    .second_image {
        height: 600px;
        width: 250px;
        top: 50px;
        left: 10%;
    }

    .therd_image {
        height: 600px;
        width: 250px;
        top: 100px;
        left: 55%;
    }
} */

.featured-card * {

    margin: 0px !important;
    padding: 0px !important;

}

.featured-card h3 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 15px !important;
    margin-bottom: 5px !important;
}

.featured-card p {
    font-size: 20px;
    font-weight: 200;
}

.featured-card .icon-card_img {
    height: 54px !important;
    object-fit: contain;
    aspect-ratio: 1/1;

}