html,
body {
    overflow-x: hidden;
}
body {
    font-family: "Poppins Regular", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-style: normal;
    font-size: 15px;
    width: 100%;
    color: #151515;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
* {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}
@font-face {
    font-family: "Poppins Regular";
    font-style: normal;
    font-weight: normal;
    src: local("Poppins Regular"),
        url("../fonts/Poppins-Regular.woff") format("woff");
}
/******************************************************************************/
header {
    background: #fff;
}

.tab-pane.fade:not(.show) {
    opacity: 0;
    display: none;
}
.topbar {
    padding: 6px 0;
    border-bottom: 1px solid #d4d4d4;
    background: #303030;
}
.top_rgt ul,
.top_rgt ul,
ul.menu-content {
    padding: 0;
    margin: 0;
}
.top_rgt ul li,
.top_rgt ul li {
    list-style: none;
    font-size: 14px;
}
.top-dropdown {
    position: relative;
}
.top-dropdown .top_dropmenu {
    display: none;
}
.top-dropdown:hover .top_dropmenu {
    display: block;
    position: absolute;
}
.top_text h6 {
    font-weight: 600;
    font-size: 14px;
    color: #2e3191;
    text-align: center;
    margin-bottom: 0;
}
.top_contact ul {
    padding: 0;
    margin: 0;
}
.top_contact ul li,
.top_rgt ul li {
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
}
.top_contact ul li a,
.top_rgt ul li a {
    font-size: 14px;
    color: #fff;
}
.search-element {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 60px;
}
.search-element .search-category {
    position: absolute;
    width: 160px;
}
/* .search-element .search-category:before {
    content: "\f078";
    display: inline-block;
    font-size: 12px;
    font-family: "Font Awesome 5 free";
    font-weight: 600;
    float: right;
    position: absolute;
    z-index: 2;
    top: 18px;
    right: 20px;
    color: #272727;
} */

.menu-content .dropdown-menu{
   left: 100%;
    top: 0;
    min-width: 780px;
}
.menu-content .dropdown:hover > .dropdown-menu {
    display: block;
}

.menu-content .dropdown-menu .menu-item {
    width: 32.5%;
    display: inline-block;
    vertical-align: top;
}
.menu-content .dropdown-menu .menu-item a {
    font-size: 13px;
}

.category-item .dropdown ul li:before {
    content: none;
}

.category-item .dropdown ul li a{
    font-size:13px;
}



@media only screen and (max-width: 575px) {
    .search-element .search-category:before {
        right: 50px;
    }
}
.search-element .search-category select {
    width: 170px;
    height: 49px;
    line-height: 45px;
    margin: 0;
    border: 0;
    padding: 0 15px;
    color: #272727;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: absolute;
    border-radius: 5px;
    background: #f7f7f7;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-position: center right 10px;
    background-repeat: no-repeat;
}

.subheading1 {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
.aboutsectop {
    margin-top: 50px;
    margin-bottom: 10px;
}





@media only screen and (max-width: 575px) {
    .search-element .search-category select {
        padding: 0 10px;
        width: 118px;
    }
}
.search-element input {
    width: 100%;
    border: 1px solid #e9e9e9;
    height: 49px;
    line-height: 45px;
    padding: 20px 100px 20px 200px;
    border-radius: 5px;
    font-size: 14px;
}
@media only screen and (max-width: 575px) {
    .search-element input {
        padding-left: 125px;
        font-size: 12px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .search-element input {
        padding: 20px 100px 20px 180px;
    }
}
@media only screen and (max-width: 479px) {
    .search-element input {
        padding: 20px 45px 20px 130px;
    }
}
@media only screen and (max-width: 360px) {
    .search-element input {
        padding: 20px 45px 20px 124px;
    }
}
.search-element button {
    position: absolute;
    top: 0;
    right: 0;
    height: 49px;
    line-height: 42px;
    text-align: center;
    width: 96px;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    padding: 0;
    border: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    background: #7e9a00;
    font-weight: 700;
    font-size: 14px;
}
.search-element button i {
    font-size: 24px;
    display: block;
    line-height: 46px;
}
@media only screen and (max-width: 360px) {
    .search-element button i {
        font-size: 14px;
    }
}
@media only screen and (max-width: 575px) {
    .search-element button i {
        font-size: 16px;
    }
}
.search-element button:hover {
    background-color: #1d1d1d;
}
@media only screen and (max-width: 575px) {
    .search-element button {
        width: 70px;
    }
}
@media only screen and (max-width: 479px) {
    .search-element button {
        width: 52px;
    }
}
@media only screen and (max-width: 360px) {
    .search-element button {
        width: 40px;
    }
}
.header-tools {
    position: relative;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}
.header-tools .cart-info a {
    font-size: 13px;
    color: #000;
    margin-right: 30px;
    position: relative;
}
.header-tools .cart-info a:before {
    position: absolute;
    top: -8px;
    left: 34px;
    display: inline-block;
    width: 19px;
    height: 19px;
    color: #fff;
    background: #0bacde;
    line-height: 19px;
    font-size: 11px;
    border-radius: 100%;
    text-align: center;
    font-weight: 700;
    /*content: "3";*/
}
@media only screen and (max-width: 479px) {
    .header-tools .cart-info a:before {
        width: 15px;
        height: 15px;
        line-height: 15px;
        font-size: 10px;
        left: 10px;
    }
}
@media only screen and (max-width: 575px) {
    .header-tools .cart-info a:before {
        top: 0px;
        left: 27px;
    }
}
@media only screen and (max-width: 575px) {
    .header-tools .cart-info a {
        margin-right: 15px;
    }
}
@media only screen and (max-width: 479px) {
    .header-tools .cart-info a {
        margin-right: 15px;
    }
}
.header-tools .cart-info a:hover {
    color: #0bacde;
}
.header-tools .cart-info a i {
    font-size: 28px;
    padding-right: 10px;
    color: #ff8505;
}
@media only screen and (max-width: 575px) {
    .header-tools .cart-info a span {
        display: none;
    }
}
.header-tools .cart-info a.bag {
    margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-tools {
        margin-right: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .header-tools {
        margin-right: 50px;
    }
}
@media only screen and (max-width: 575px) {
    .header-tools {
        margin-right: 40px;
    }
}
.header-tools .dropdown button {
    font-size: 24px;
    margin-right: 20px;
}
.header-tools .dropdown button:hover {
    color: #1d1d1d !important;
}
.header-tools .dropdown ul.dropdown-menu {
    margin: 0;
    top: 30px !important;
    right: 0px;
    left: auto !important;
    min-width: 130px;
    overflow: hidden;
    border-radius: 0;
    border: 1px solid #ebebeb;
    background: #fff none repeat scroll 0 0;
    -webkit-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: center top 0;
    transform-origin: center top 0;
}
.header-tools .dropdown ul.dropdown-menu li {
    display: block;
    padding: 0px 18px;
    border: 0;
}
.header-tools .dropdown ul.dropdown-menu li:last-child a {
    border: 0;
}
.header-tools .dropdown ul.dropdown-menu li a {
    display: block;
    width: 100%;
    padding: 12px 10px;
    color: #47494a;
    font-size: 13px;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border-bottom: 1px solid #ebebeb;
}
.header-tools .dropdown ul.dropdown-menu li a:hover {
    color: #0bacde;
}
.midbar {
    padding: 20px 0;
}
.cat_hover .menu-content,
.menu-item .sub-menu {
    display: none;
}
.cat_hover:hover .menu-content {
    position: absolute;
    z-index: 99;
}
.menu-item:hover .sub-menu {
    display: block;
    left: 100%;
    position: absolute;
    top: 0;
    opacity: 1;
    visibility: visible;
}
ul.menu-content {
    z-index: 99;
}
.header-menu-vertical .menu-title {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 54px;
    line-height: 54px;
    cursor: pointer;
    margin: 0;
    padding: 0 20px;
    background-color: #0bacde;
}
.menu-content {
    width: 100%;
    background: #fff;
    border: 1px solid #eaeaea;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: auto;
}
.header-menu-vertical.cat_hover {
    position: relative;
}
.menu-content li {
    display: block;
    position: relative;
}
.menu-content li a {
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.menu-content li a {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 24px;
    text-transform: capitalize;
    word-wrap: break-word;
    background: #fff;
    color: #272727;
    padding: 8px 20px;
    font-size: 14px;
    font-weight: 400;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menu-content li .sub-menu {
    position: absolute;
    z-index: 9;
    text-align: left;
    top: 0;
    left: 100%;
    background: #fff;
    padding: 15px 10px 15px 10px;
    display: inline-block;
    width: 800px;
    display: flex;
    opacity: 1;
    visibility: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border: 1px solid #eaeaea;
}
.menu-title:before {
    content: "\f0c9 ";
    display: inline-block;
    font-size: 16px;
    font-family: "Font Awesome 5 free";
    font-weight: 600;
    margin-right: 20px;
    text-align: center;
}
.menu-title:after {
    content: "\f078";
    display: inline-block;
    font-size: 12px;
    font-family: "Font Awesome 5 free";
    font-weight: 600;
    margin-left: 7px;
    float: right;
    -webkit-transform: translate(0px, 2px);
    transform: translate(0px, 2px);
}
.header_menus {
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    padding: 0;
    background: #b9e0f1;
}
nav .navbar-nav .nav-link {
    color: #000 !important;
    font-size: 15px;
    padding: 15px 25px !important;
    font-weight: 600;
}
.btn1 {
    position: relative;
    display: inline-block;
    padding: 10px 6px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    background: transparent;
    /* border: 3px solid #999999; */
    cursor: pointer;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
}
.btn1.btn-border-4::after,
.btn1.btn-border-4::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    transition: 0.5s;
}

.btn1.btn-border-4::after {
    top: 0px;
    left: 0px;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
}

.btn1.btn-border-4::before {
    bottom: 0px;
    right: 0px;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
}

.btn1.btn-border-4:hover {
    color: #fff;
}

.btn1.btn-border-4:hover::after,
.btn1.btn-border-4:hover::before {
    width: 100%;
    height: 100%;
    border-color: #fff;
}
.carousel-caption {
    bottom: auto;
    top: 22%;
    left: 10%;
    width: 32%;
    text-align: left;
}
.slider_part .carousel-caption h5 {
    font-size: 50px;
    font-weight: bold;
    color: #28303e;
    font-family: "Poppins";
}
.slider_part img {
    width: 100%;
    height: 550px;
    object-fit: cover;
}
.slider_part .carousel-caption p {
    margin: 30px 0 40px;
    color: #222;

    font-size: 17px;
}
.slider_part .carousel-indicators {
    bottom: 0%;
}
.slider_part .carousel-indicators [data-bs-target] {
    width: 10px;
    border-radius: 50%;
    height: 10px;
    margin-right: 8px;
    margin-left: 8px;
    background-color: #000;
    opacity: 0.6;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: brightness(1);
}
.carousel-control-next, .carousel-control-prev {
    width: 5% !important;
    margin: auto 0;
    bottom: 0;
    top: 50%;
}
.slider_part .carousel-indicators .active {
    opacity: 1;
    background-color: #0bacde;
}
.slider_btn {
    padding: 10px 20px;
    background: #62a24d;
    color: #fff;
    display: table;
    border-radius: 4px;
}

.slider_btn:hover {
    color: #fff;
}
.features-bg {
    background-image: url(../img/features_product_bg.jpg);
    background-position: center;
    background-size: cover;
    border-top: 1px solid #fff;
    padding: 50px 0;
}
.features-item {
    position: relative;
}
.features-content {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 37%;
}
.features-content > span {
    font-size: 12px;
    text-transform: uppercase;
    color: #1e1d23;
    display: block;
    font-weight: 600;
    margin-bottom: 5px;
}
.features-content .title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    margin-bottom: 18px;
    letter-spacing: -0.5px;
}
.features-content .title a:hover {
    color: #50b1f9;
}
.features-content .btn {
    padding: 17px 23px;
    font-size: 12px;
}
.features-highlight .features-content > span,
.features-highlight .features-content > .title,
.features-highlight .features-content > .title a:hover {
    color: #fff;
}
.features-highlight .features-content > .btn,
.features-highlight .features-content > .btn:hover {
    background: #fff;
    color: #50b1f9;
}
.features-thumb img {
    border-radius: 5px;
    max-width: 100%;
    box-shadow: 0px 3px 10px 0px rgba(80, 177, 249, 0.11);
}
.features-content .title a {
    color: #000;
}
.btn {
    background: #00bab5 none repeat scroll 0 0;
    border: none;
    border-radius: 0px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 0;
    padding: 12px 20px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
    vertical-align: middle;
    white-space: nowrap;
    box-shadow: 0px 9px 16.74px 1.26px rgb(81 255 117 / 21%);
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-radius: 4px;
}
.features-highlight h3 a,
.features-highlight .features-content > span,
.features-highlight .features-content > .title,
.features-highlight .features-content > .title a:hover {
    color: #fff !important;
}
.section-title-wrapper {
    margin-bottom: 40px;
    padding-right: 100px;
}
@media only screen and (max-width: 767px) {
    .section-title-wrapper {
        margin-bottom: 30px;
    }
}
.section-title-wrapper.section-title-center {
    text-align: center;
    padding-right: 0;
}
.section-title-wrapper.section-title-center .title-highlighter {
    justify-content: center;
}

.title-highlighter {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.title-highlighter i {
    height: 24px;
    width: 24px;
    line-height: 24px;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    margin-right: 10px;
}
.title-highlighter.highlighter-primary {
    color: #8c71db;
}
.title-highlighter.highlighter-primary i {
    background-color: #8c71db;
    color: #fff;
}
.title-highlighter.highlighter-primary2 {
    color: #3577f0;
}
.title-highlighter.highlighter-primary2 i {
    background-color: #3577f0;
    color: #fff;
}
.title-highlighter.highlighter-secondary {
    color: #0bacde;
}
.title-highlighter.highlighter-secondary i {
    background-color: #d66e02;
    color: #fff;
}
.pro1 {
    padding: 50px 0;
}
.pathway-banners {
    overflow: hidden;
    position: relative;
}

.pathway-banners .banner-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 2;
}

.pathway-banners {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.pathway-banners {
    column-gap: 2rem;
    row-gap: 2rem;
}

.pathway-banners.two-coll > .pathway-banner {
    width: calc(50% - 1rem);
}

.pathway-banners.three-coll > .pathway-banner {
    width: calc(33.3333% - 1.5rem);
}

.pathway-banners.two-coll > .pathway-banner.banner-full-width {
    width: 100%;
}

.pathway-grid-item .pathway-banners .pathway-banner.banner-small {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.pathway-banner {
    overflow: hidden;
    background-size: cover;
    color: #2e3133;
    font-weight: bold;
    width: 100%;
    display: flex;
    flex-direction: column;
    max-width:100%;
    justify-content: space-between;
    text-align: center;
    padding: 15px;
    background-position: 50% 50%;
    position: relative;
    z-index: 1;
    border-radius: 1rem;
    border: 2px solid #00bab5;
    height:350px;
}

.pathway-banner .pathway-title {
    font-weight: bold;
}

.pathway-banner h6.pathway-title {
    font-size: 16px;
}

.pathway-banner .pathway-title.style-3:not(:last-child),
.pathway-banner .pathway-title:not(:last-child) {
    margin-bottom: 0.25rem;
}
.pathway-banner .pathway-title.color-white {
    color: #fff;
}
.pathway-products:not(.pathway-product-small) .pathway-product {
    padding: 1.875rem;
    border-radius: 1rem;
    border: 2px solid #dce3e6;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.pathway-products:not(.pathway-product-small):not(.hr-type)
    .pathway-product
    .pathway-product-image:not(:last-child),
.pathway-products:not(.pathway-product-small)
    .pathway-product.big-type
    .pathway-product-image:not(:last-child) {
    margin-bottom: 2rem;
}
.pathway-products .pathway-product-image {
    position: relative;
    background: none !important;
}
.pathway-products:not(.pathway-product-small)
    .pathway-product-description:not(:last-child) {
    margin-bottom: 0.5rem;
}

.pathway-product-description {
    flex: 1;
    min-height: 70px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
}


.pathway-product-info {
    font-size: 1rem;
    color: #a8a7a8;
    display: block;
    line-height: 1rem;
}
.pathway-products:not(.pathway-product-small) .pathway-product-image img {
    width: 100%;
}
.pathway-product .pathway-actions {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    margin-right: -1.875rem;
}
.pathway-actions {
    display: flex;
    justify-content: flex-end;
    column-gap: 2rem;
    font-size: 1rem;
    font-weight: 800;
}
.pathway-product .pathway-actions a:not(:last-child) {
    margin: 0;
}
.pathway-cart,
.pathway-product .pathway-actions > a {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    font-size: 1.4rem;
    color: #2e2133;
    background: #edf1f2;
    display: block;
    border-radius: 50%;
}
.pathway-product-cat:not(:last-child) {
    margin-bottom: 0.5rem;
}
.pathway-product-cat {
    font-size: 12px;
    line-height: 1rem;
    color: #7e9a00;
    display: block;
    font-weight: 600;
}
.pathway-product-description .pathway-product-title {
    font-weight: bold;
}
.pathway-product-description .pathway-product-title .pathway-link {
    color: #000;
    font-weight: bold;
    border: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    width: 100%;
    height: 38px;
}
.pathway-product .pathway-rating:not(:last-child) {
    margin-bottom: 0.25rem;
}
.pathway-rating {
    font-size: 1.3125rem;
    line-height: 1;
    white-space: nowrap;
}
.pathway-rating-top-level {
    display: flex;
}
.pathway-product .pathway-rating-top-level > *,
.pathway-product .pathway-rating-bottom-level > * {
    font-size: 1.19rem;
    line-height: 1;
}
.pathway-product {
    margin-bottom: 25px;
}
.pathway-rating-top-level > *,
.pathway-rating-bottom-level > * {
    font-size: 2rem;
    line-height: 1;
    color: #d9a934;
}
.pathway-info-item:not(:last-child) {
    margin-bottom: 0.5rem;
}
.pathway-info-item {
    font-size: 0.8125rem;
    color: #8b9599;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    column-gap: 0.5rem;
    row-gap: 0.5rem;
}
.pathway-product-price:not(:last-child) {
    margin-bottom: 0;
}

.pathway-product-price {
    position: relative;
    font-size: 14px;
    line-height: 2rem;
    font-weight: bold;
    color: #50b1f9;
}
.pathway-product-price span {
    text-decoration: line-through;
    font-size: 12px;
    font-weight: 500;
    color: #8b9599;
    padding-left: 0.25rem;
}
.pathway-cart,
.pathway-product .pathway-actions > a {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    background: #d66e02;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.pathway-products:not(.pathway-product-small),
.pathway-product {
    padding:15px;
    border-radius: 1rem;
    border: 2px solid #00bab5;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 30px -20px #00bab5;
    height: 350px;
}
.pathway-product-image {
    position: relative;
    overflow: hidden;
}
.pathway-product:hover .pathway-actions {
    opacity: 1;
    visibility: visible;
    margin: 0;
}
.pathway-product-image {
    margin-bottom: 15px;
    border-bottom: 1px solid #dbdbdb;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 0px 15px 15px;
    position: relative;
    text-align: center;
}
.pathway-product-image img {
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    object-fit: contain;
}
.view_all a {
    color: #7e9a00;
    padding-bottom: 3px;
    border-bottom: 2px solid #7e9a00;
}
.pathway-product-list:hover {
    border-color: #fff;
    box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.04);
}
.pathway-product-list {
    border: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
    padding: 30px;
    border-radius: 6px;
    margin-bottom: 30px;
    transition: 0.3s;
}
a.pathway-cart:hover {
    color: #d66e02;
    background: #fff;
    border: 1px solid #d66e02;
}
.pathway-product-list .thumbnail {
    margin-right: 30px;
}
.pathway-product-list .thumbnail a {
    background-color: #f7f7f7;
    border-radius: 6px;
    display: block;
    transition: 0.3s;
    overflow: hidden;
}
.pathway-product-list .thumbnail img {
    border-radius: 6px;
    width: 120px;
    height: 120px;
    object-fit: cover;
    transition: 0.3s;
}
.pathway-product-list .product-content {
    flex: 1;
    position: relative;
    padding-right: 60px;
}
.pathway-product-list .product-content .product-rating {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 12px;
}
.pathway-product-list .product-content .product-rating .rating-icon {
    color: #ffa800;
}
.pathway-product-list .product-content .product-rating .rating-number {
    font-weight: 500;
    margin-left: 10px;
    display: inline-block;
}
.pathway-product-list .product-content .product-rating .rating-number span {
    font-weight: 700;
    color: #292930;
}
.pathway-product-list .product-content .product-title {
    margin-bottom: 10px;
    font-size: 16px;
    color: #777;
}
.pathway-product-list .product-content .product-title a {
    transition: 0.3s;
}
.pathway-product-list .product-content .product-price-variant {
    font-size: 20px;
    font-weight: 700;
    color: #292930;
}
.pathway-product-list .product-content .product-price-variant .price.old-price {
    color: #d6d6d6;
    text-decoration: line-through;
    margin-left: 10px;
}
.pathway-product-list .product-content .product-cart {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.pathway-product-list .product-content .product-cart .cart-btn {
    text-align: center;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #efefef;
    border-radius: 6px;
    color: var(--color-heading);
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    margin-bottom: 10px;
}
.pathway-product-list:hover .thumbnail img {
    transform: scale(1.1);
}
.shop-thumb {
    margin-bottom: 20px;
    min-height: 152px;
}
.shop-content .cat {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #7e9a00;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.shop-content .title {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    width: 100%;
    height: 32px;
}
.shop-content .title a {
    color: #000;
}
.shop-content .title a:hover {
    color: #50b1f9;
}
.shop-item-rating {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.shop-item-rating .avg-rating {
    background: #50b1f9;
    padding: 5px 7px;
    margin-right: 10px;
    border-radius: 3px;
    color: #fff;
    display: flex;
    align-items: center;
    line-height: 1;
}
.shop-item-rating .avg-rating i {
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    margin-left: 5px;
}
.shop-item-rating .total-rating {
    font-size: 12px;
    color: #7f7b7b;
}
.shop-content .shop-discount {
    font-size: 12px;
    color: #7f7b7b;
    margin-bottom: 10px;
    line-height: 1;
}
.shop-content .shop-discount > .discount-off {
    font-size: 12px;
    font-weight: 500;
    color: #50b1f9;
    margin-left: 5px;
    text-decoration: none;
}
.shop-bottom ul li {
    list-style: none;
}
.shop-bottom ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.shop-bottom .price {
    color: #50b1f9;
    font-size: 14px;
    font-weight: 600;
}
.shop-bottom .add a {
    color: #d66e02;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    display: block;
}
.shop-item {
    border: 1px solid #00bab5;
    padding: 15px;
    background: #fff;
    min-height: 315px;
}
.nav-tabs .nav-link {
    color: #383838;
    padding: 10px 5px;
    border: 1px solid #0bacde;
    margin: 5px;
    background: #fff;
    font-size: 14px !important;
    margin: 5px;
    width: 170px;
    min-width: 170px;
    text-align: center;
    border-radius: 4px;
}
.nav-tabs .nav-link.active {
    border-bottom: 2px solid #0bacde;
    color: #000;
    background: #b9e0f1;
    font-weight: 600;
}
.product-list-content .product-list-image {
    display: block;
    overflow: hidden;
    height: 100px;
    position: relative;
    grid-area: left1;
}
.product-list-content .product-list-image .block-two {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
}
.product-list-content .product-list-image:hover .block-one {
    opacity: 0;
}
.product-list-content .product-list-image:hover .block-two {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 1;
}
.product-list-content .product-caption {
    width: 75%;
    display: block;
    overflow: hidden;
    padding-bottom: 0px;
    grid-area: right1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (max-width: 479px) {
    .product-list-content .product-caption {
        width: 60%;
        padding: 0px;
    }
}

.product-caption {
    padding: 0px 14px 0px 14px;
    background: #ffffff;
    position: relative;
}
.product-caption .product-name a {
    line-height: 22px;
    display: block;
    overflow: hidden;
    color: #3c74b9;
    font-size: 14px;
    margin-bottom: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-weight: 700;
}
.product-caption .product-name a:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product-caption .price-box {
    margin-top: 10px;
}
.yellow i {
    color: #f9ba48;
}
.single-product-list {
    display: grid;
    grid-template-areas: "left1 right1";
    grid-template-columns: 1fr 3fr;
    margin-bottom: 25px;
}
/* .slick-slide{margin:0 15px;} */
.slick-dots {
    position: absolute;
    bottom: -20%;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: "slick";
    font-size: 30px;
    /* border: 0px solid #fff; */
    box-shadow: 0 0 2px #000;
    border-radius: 50%;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "â€¢";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: black;
}
.slide-arrow {
    position: absolute;
    top: -15%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 0;
    z-index: 9;
    background: none;
    color: #0bacde;
    font-size: 18px;
}
.prev-arrow {
    right: 60px;
}
.next-arrow {
    right: 20px;
}
.discount-wrap {
    background-image: url(../img/discount_bg.jpg);
    background-position: right center;
    background-size: cover;
    padding: 100px 100px 100px 130px;
}
.discount-content {
    width: 37%;
}
.discount-content > span {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    color: #5a5960;
    margin-bottom: 6px;
}
.discount-content .title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1;
    margin-bottom: 14px;
}
.discount-content p {
    font-size: 15px;
    margin-bottom: 30px;
}
.discount-content .btn {
    padding: 16px 32px;
}
.footer-top-wrap {
    padding: 85px 0 20px;
}
.footer-widget {
    margin-bottom: 50px;
}
.fw-title {
    line-height: 1;
    font-size: 16px;
    margin-bottom: 25px;
}
.fw-link ul li + li {
    margin-top: 5px;
}
.fw-link ul li a {
    display: inline-block;
    font-size: 13px;
    color: #6d6d6d;
}
.fw-link ul li a:hover {
    color: #50b1f9;
    padding-left: 5px;
}
.f-newsletter p {
    font-size: 13px;
    margin-bottom: 12px;
    line-height: 24px;
}
.newsletter-form {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.newsletter-form input {
    flex-grow: 1;
    background: #ebf5fb;
    border: 1px solid #eaeaea;
    font-size: 13px;
    border-radius: 4px;
    padding: 12px 23px;
    min-height: 46px;
}
.newsletter-form input::placeholder {
    font-size: 13px;
    color: #6d6d6d;
}
.newsletter-form button {
    border: none;
    padding: 0 0;
    width: 57px;
    height: 46px;
    background: #50b1f9;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    margin-left: 7px;
}
.fw-download-btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.fw-download-btn > a {
    margin-top: 10px;
}
.fw-download-btn > a:first-child {
    margin-right: 10px;
}
.footer-counter-wrap {
    padding: 50px 0 30px;
    border-top: 1px solid #9ad1fa;
}
.fcw-title .title {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.counter-item {
    text-align: center;
}
.counter-item .count {
    line-height: 0.8;
    margin-bottom: 5px;
    font-size: 26px;
}
.counter-item p {
    line-height: 1.4;
    margin-bottom: 0;
}
.copyright-area {
    background: #ebf5fb;
    padding: 17px 0;
}
.copyright-text p {
    margin-bottom: 0;
    font-size: 13px;
    color: #6d6d6d;
    line-height: 24px;
}
.pathway-footer {
    color: #515759;
    background: #fff;
    padding: 5rem 0 20px;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.pathway-footer address {
    font-style: normal;
}

.pathway-footer address:not(:last-child) {
    margin-bottom: 0.8rem;
}

.pathway-footer .pathway-icon-btn {
    color: #2e3133;
    font-size: 1.875rem;
}

.pathway-footer .pathway-widget {
    font-size: 0.875rem;
    line-height: 1.5rem;
}

.pathway-footer-main:not(:last-child) {
    margin-bottom: 2.5rem;
}

.pathway-footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 1rem;
    color: #747c80;
}

.pathway-footer-bottom:not(:only-child) {
    margin-top: 2.5rem;
}

.pathway-footer-bottom p:not(:last-child) {
    margin-bottom: 0;
}
.pathway-link {
    color: #26658c;
}
h6.pathway-widget-title {
    font-weight: 700;
    color: #d66e02;
    margin-bottom: 20px;
}
.pathway-footer-main ul {
    margin: 0;
    padding: 0;
}
.pathway-footer-main ul li {
    list-style: none;
    margin-bottom: 10px;
}
.pathway-vr-list ul li,
.pathway-widget p,
.pathway-info {
    font-size: 14px;
}
.pathway-info {
    margin-bottom: 15px;
}
.pathway-icon-boxes.our-info[class*="item-col-"]:not(.no-gutters) {
    margin-top: -2rem;
}

.pathway-icon-boxes.our-info[class*="item-col-"]:not(.no-gutters) > * {
    padding-top: 2rem;
}

.pathway-icon-boxes.our-info[class*="item-col-"]:not(.no-gutters):not(
        :last-child
    ) {
    margin-bottom: 3.125rem;
}

.pathway-icon-boxes.our-info .pathway-icon-box {
    display: flex;
    align-items: flex-start;
}

.pathway-icon-box .pathway-icon-box-content p {
    font-weight: 500;
}

.pathway-icon-boxes.our-info .pathway-icon-box > .pathway-icon-box-icon {
    min-width: 4.375rem;
    padding-top: 0.5rem;
}

.pathway-icon-boxes.our-info .pathway-icon-box > .pathway-icon-box-icon:after {
    right: 20px;
}

.pathway-icon-boxes.our-info .pathway-icon-box > .pathway-icon-box-icon .svg {
    height: 3rem;
}

.pathway-icon-boxes.our-info .pathway-icon-box .pathway-icon-sub-title {
    color: #8b9599;
    display: block;
    font-size: 12px;
    line-height: 1rem;
    margin-bottom: 0.2rem;
    font-weight: 500;
}

.pathway-icon-boxes.our-info .pathway-icon-box .pathway-icon-box-title {
    font-size: 14px;
    line-height: 1.5rem;
    font-weight: bold;
    word-break: break-all;
    letter-spacing: 0;
}

.pathway-icon-box .svg .cls-1 {
    stroke: #2e3133;
}

.pathway-icon-box i,
.pathway-counter-icon,
.pathway-product-category .pathway-category-icon {
    display: inline-flex;
    position: relative;
    z-index: 1;
}

.pathway-icon-box i:after,
.pathway-counter-icon:after,
.pathway-product-category .pathway-category-icon:after,
.pathway-pt-icon:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2.5rem;
    height: 2.5rem;
    background: #b7e5f0;
    border-radius: 50%;
    z-index: -1;
}

.pathway-icon-boxes.size-2.vr-type .pathway-icon-box {
    text-align: center;
}
.pathway-social-icons ul {
    display: flex;
    flex-wrap: wrap;
}

.pathway-social-icons ul li {
    padding: 0.5rem 0.75rem 0;
}

.pathway-social-icons ul li a {
    display: block;
    color: #46a69c;
    font-size: 16px;
}

.pathway-social-icons ul li a i {
    line-height: inherit;
}

.pathway-social-icons.size-big ul li a {
    font-size: 2rem;
}

.pathway-social-icons.size-big ul {
    margin: -1rem -1rem 0;
}

.pathway-social-icons.size-big ul li {
    padding: 1rem 1rem 0;
}

.pathway-social-icons.size-small ul li a {
    font-size: 1.25rem;
}

.pathway-social-icons.size-small ul {
    margin: -1rem -0.75rem 0;
}

.pathway-social-icons.size-small ul li {
    padding: 1rem 0.75rem 0;
}

.tab-pro {
    padding: 70px 0;
    background-size: cover;
    margin-bottom: 90px;
}

.news-letter-area {
    position: relative;
    padding: 45px 0;
    background: #323232;
}
.news-letter-area .title-newsletter h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    line-height: 24px;
    margin: 0 0 10px;
}
.news-letter-area .title-newsletter p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}
.news-letter-area .subscribe-form {
    position: relative;
    overflow: hidden;
}
.news-letter-area .subscribe-form .validate {
}
.news-letter-area .subscribe-form .validate input.email {
    width: 100%;
    height: 47px;
    background: #fff;
    border: 0;
    color: #b1b1b1;
    padding: 0px 120px 0px 20px;
    display: inline-block;
    width: 100%;
    font-size: 14px;
    border: none;
    border-radius: 5px;
}
.news-letter-area .subscribe-form .validate .button {
    position: absolute;
    top: 0;
    right: 0;
    text-transform: capitalize;
    font-size: 0;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    background: #7e9a00;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 20px;
    line-height: 47px;
    height: 47px;
    border-radius: 0 5px 5px 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}
.product_slider .slick-slide {
    margin: 0 8px;
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-slide {
    margin: 0 15px;
}
.slick-dots {
    position: absolute;
    bottom: -5%;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: "slick";
    font-size: 30px;
    /* border: 0px solid #fff; */
    box-shadow: 0 0 2px #000;
    border-radius: 50%;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: black;
}
.slide-arrow {
    position: absolute;
    bottom: -20%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    border: 0;
    z-index: 9;
    background: #ffa90b;
    color: #fff;
}
.prev-arrow {
    right: 60px;
}
.next-arrow {
    right: 20px;
}
h2.title {
    color: #2b2b2b;
    font-weight: 600;
}


/*=======================*/
.LoginForm {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    padding: 20px;
    min-height: 412px;
    margin:0px 0px 20px;
}
.LoginForm select {
    padding: 4px;
    width: 100%;
    height: 40px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    font-size: 14px;
    margin: 0px 0px 20px;
    outline: none;
}
.LoginForm .text-danger {
    color: #dc3545!important;
    font-size: 11px;
    margin-top: 0px;
    position: relative;
    top: -20px;
}
.aa-myaccount-register {
    padding: 50px 0px;
}
.LoginForm h4 {
    color: #28303e;
    font-weight: 700;
    font-size:22px;
    display: block;
    margin: 0px 0px 20px;
    
}
.LoginForm label {
    font-size: 15px;
    color: #222222;
    font-weight: 400;
    display: block;
    margin: 0px 0px 5px;
}
.LoginForm input {
    width: 100%;
    display: block;
    height: 40px;
    border: 1px solid #dbdbdb;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 20px;
    outline: none;
    font-size: 14px;
}
.LoginForm label.rememberme input {
    width: auto;
    display: inline;
    margin: 0px;
    height: auto;
}
.LoginForm label.rememberme {
    margin: 10px 0px;
}
.LoginForm div, .LoginForm a {
    font-size: 15px;
    font-weight: 400;
}
.LoginForm button {
    background-color: #00bab5;
    border: 0px;
    padding: 10px 30px;
    color: #fff;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.LoginForm button:hover {
    background-color: #0bacde;
}
.LoginForm label.rememberme input {
    width: 20px;
    display: inline;
    margin: 0px;
    height: 20px;
    position: relative;
    top: 3px;
    margin-right: 5px;
}



/*header*/
.topbar li.top-dropdown {
    list-style: none;
}
.topbar li.top-dropdown a, .topbar .top_rgt li a{
    color: #fff;
    font-size: 14px;
}
.topbar .top_rgt {
    display: flex;
    justify-content: end;
    list-style: none;
    column-gap: 10px;
}
.search-element input, .search-element .search-category select{
    outline: none;
}

.header-tools .cart-info a{
    align-items: center;
    display: flex;
    position: relative;
}
.header-tools .cart-info a .aa-cart-notify {
    width: 15px;
    min-width: 15px;
    height: 15px;
    min-height: 15px;
    background-color: #222222;
    position: absolute;
    color: #fff;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    top: -5px;
    left: 16px;
}
.header-tools .cart-info a i{
    padding-right:5px;
}


/*cart page*/
.cart-view-area {
    position: relative;
    background-color: #fff;
    padding: 50px 0px 35px;
}

.cart-view-table table th, .cart-view-table table td {
    border: 1px solid #dbdbdb;
    padding: 10px;
    font-size: 14px;
    color: #222222;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.cart-view-table table td.aa-cart-view-bottom {
    text-align: right;
}


.table>:not(:last-child)>:last-child>* {
    border-bottom-color: #dbdbdb;
}
.cart-view-table table td a{
    color: #0bacde;
}
.cart-view-table table td a img, .cart-view-table table td img {
    width: 70px;
    margin: 0 auto;
}
.cart-view-table table td a fa {
    color: #ff0000;
    font-size: 16px;
    font-weight: 400;
}
.cart-view-table table td a.remove {
    text-align: center;
    width: 100%;
    display: block;
}
.cart-view-table table td>input {
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    outline: none;
    padding: 4px 8px;
    font-size: 14px;
    color: #222222;
    width: 50px;
    height: 30px;
    text-align: center;
}

.cart-view-table table td .aa-primary-btn input {
    border: 0px;
    background-color: #7e9a00;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 8px 20px;
    border-radius: 4px;
    text-transform: capitalize;
}
.login11 {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.check2 {
    margin-left: 13px;
}
.check11 {
    margin-left: 20px;}
/*checkout page*/
.checkout-area {
    position: relative;
    background-color: #fff;
    margin: 50px 0px;
}
.checkout-right {
    border-radius: 5px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 15px 50px rgb(0 0 0 / 10%);
}
.checkout-right h4 {
    color: #28303e;
    font-weight: 700;
    font-size: 20px;
    margin: 0px 0px 5px;
    padding: 0px 10px;
    text-transform: capitalize;
}
.checkout-left label {
    font-weight: 600;
    font-size: 11px;
}
.checkout-left input::placeholder {
    opacity: 0.4;
}
.checkout-left textarea::placeholder {
    opacity: 0.4;
}
.checkout-right .table-responsive th, .checkout-right .table-responsive td {
    font-size: 14px;
    color: #222222;
    padding: 10px;
}
.checkout-right .table-responsive th a.remove_coupon_code_link{
    color:#0bacde;
}
.checkout-right .aa-payment-method.coupon_code {
    padding: 10px 10px 0px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    column-gap: 10px;
}
.checkout-right .aa-payment-method.coupon_code div#coupon_code_msg {
    position: absolute;
    bottom: -18px;
    color: #ff0000;
    font-size: 11px;
    left: 10px;
}
.checkout-right input.aa-coupon-code {
    border: 1px solid #dbdbdb;
    outline: none;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;
    width: 100%;
    height: 40px;
}
.checkout-right input.aa-browse-btn {
    width: 100%;
    font-size: 14px;
    border: 0px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 5px;
    border-radius: 4px;
    color: #fff;
    background-color: #7e9a00;
    margin: 10px 0px 0px;
    text-transform: capitalize;
}
.checkout-right .aa-payment-method {
    padding: 5px 10px 0px;
}
.checkout-right .aa-payment-method label{
 font-size: 14px;
 color: #222222;
}

.checkout-left {
    margin: 0px 0px 30px;
    border-radius: 5px;
    padding: 26px;
    background-color: #fff;
    box-shadow: 0 15px 50px rgb(0 0 0 / 10%);
}
.checkout-left .check1>input {
    border: 0px;
    background-color: #7e9a00;
    color: #fff;
    padding: 8px 20px;
    text-transform: capitalize;
    border-radius: 4px;
}
a {
    color: #0bacde;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;

}
.check11 h2 {
    margin-bottom: 0px;
    font-size: 18px;
    font-weight: 600;
    background: #b9e0f1;
    padding: 6px 20px;
}
.checkout-left h4 {
    color: #28303e;
    font-weight: 700;
    font-size: 22px;
    margin: 0px 0px 20px;
}
.checkoutForm input {
    width: 100%;
    border: 1px solid #dbdbdb;
    font-size: 14px;
    padding: 10px;
    border-radius: 4px;
    height: 40px;
    outline: none;
    margin: 0px 0px 15px;
}
.checkoutForm textarea {
    width: 100%;
    border: 1px solid #dbdbdb;
    font-size: 14px;
    padding: 10px;
    border-radius: 4px;
    outline: none;
    height: 80px;
    resize: none;
    margin: 0px 0px 10px;
}

/*Dashboard*/
.dash_all {
    margin: 50px 0px;
    background-color: #fff;
}
.dash_all nav.woocommerce-MyAccount-navigation {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    overflow: hidden;
}
.dash_all nav.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.dash_all nav.woocommerce-MyAccount-navigation ul li a {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #dbdbdb;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}
.dash_all nav.woocommerce-MyAccount-navigation ul li a:hover {
    color: #222222;
    background-color: #f7f7f7;
}
.dash_all nav.woocommerce-MyAccount-navigation ul li:last-child a {
    border: 0px;
}

.dash_res p {
    font-size: 14px;
    color: #222222;
}
.dash_all .col-md-9 .dash_res {
    border: 1px solid #dbdbdb;
    padding: 15px;
    border-radius: 4px;
}


/*order*/
.dash_all .dash_res .aa-catg-head-banner-area h4 {
    color: #28303e;
    font-weight: 700;
    font-size: 22px;
    margin: 0px 0px 20px;
}
.dash_all .dash_res .cart-view-area {
    padding: 0px;
}

.rht_dshside.aboutcontent input, .dash_res .right_col input{
    width: 100%;
    border: 1px solid #dbdbdb;
    font-size: 14px;
    padding: 10px;
    border-radius: 4px;
    height: 40px;
    outline: none;
    margin: 0px 0px 15px;
}
.rht_dshside.aboutcontent textarea, .dash_res .right_col textarea{
    width: 100%;
    border: 1px solid #dbdbdb;
    font-size: 14px;
    padding: 10px;
    border-radius: 4px;
    outline: none;
    height: 80px;
    resize: none;
    margin: 0px 0px 10px;
}
.dash_res .right_col label{
    margin-bottom:5px;
    padding:0px;
    font-size:14px;
    color:#222222;
    font-weight: 400;
}
.dash_res .right_col .offset-md-3 {
    margin: 0px;
}
.form-control:focus{
    box-shadow: none;
}

/*Login popup*/
.LoginPopup .modal-body label {
    display: block;
    width: 100%;
    margin: 0px 0px 5px;
    font-size: 14px;
    color: #000;
}
.LoginPopup .modal-body input {
    width: 100%;
    border: 1px solid #dbdbdb;
    font-size: 14px;
    padding: 10px;
    border-radius: 4px;
    height: 40px;
    outline: none;
    margin: 0px 0px 15px;
}
.LoginPopup .modal-body button {
    border: 0px;
    background-color: #7e9a00;
    color: #fff;
    padding: 8px 20px;
    text-transform: capitalize;
    border-radius: 4px;
    margin: 0px 0px 10px;
}
h5#exampleModalLabel {
    font-weight: 600 !important;
}
p.aa-lost-password a {
    color: #f00 !important;
    font-size: 14px;
}

p.aa-lost-password a {
    color: #f00 !important;
    font-size: 14px;
}
.aa-register-now a {
    color: green !important;
}




.LoginPopup .modal-body label.rememberme input {
    width: auto;
    height: auto;
    margin: 0px;
}
.LoginPopup .modal-body label.rememberme {
    font-size: 14px;
    color: #222222;
    margin: 10px 0px;
}
.LoginPopup .modal-body p {
    margin: 0px 0px 5px;
}

/*pagination*/
.pagination1 ul {
    justify-content: center;
    margin: 0px;
}

.pagination1 ul li a, .pagination1 ul li span {
    border: 0px;
    height: 40px;
    min-width: 40px;
    width: 40px;
    min-height: 40px;
    background: #E3E2E2 !important;
    color: #333333 !important;
    font-size: 16px;
    font-weight: 500;
    line-height: 50px;
    display: flex;
    text-align: center;
    border-radius: 100px !important;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px 5px !important;
}
.pagination1 ul li.page-item.active span {
    color: #fff !important;
    background-color: #4e97fd !important;
}
.pagination1 ul li:first-child span, .pagination1 ul li:last-child a, .pagination1 ul li:first-child a, .pagination1 ul li:last-child span {
    font-size: 25px;
}

/*sortby*/
.product-part form.aa-sort-form {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.product-part form.aa-sort-form label {
    font-size: 14px;
    font-weight: 500;
    color: #222222;
}   
.product-part form.aa-sort-form select {
    outline: none;
    width: 75%;
    height: 35px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    padding: 4px;
}


/*track-order*/
.trackOrderPageForm {
    padding: 40px 0px;
    max-width: 500px;
    margin: 0 auto;
}
.trackOrderPageForm input {
    border: 1px solid #dbdbdb;
    outline: none;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;
    width: 100%;
    height: 45px;
}
.trackOrderPageForm .button-sub input {
    width: 100%;
    font-size: 14px;
    border: 0px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 5px;
    border-radius: 4px;
    color: #fff;
    background-color: #00bab5;
    margin: 15px 0px 0px;
    text-transform: capitalize;
}

.trackOrderPage span.text-danger{
    bottom: -18px;
    color: #ff0000;
    font-size: 11px;
    left: 10px;
}

.order_detail {
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    padding: 15px;
    margin: 0px 0px 30px;
    font-size: 14px;
    color: #222222;
    line-height: 24px;
    min-height: 185px;
    overflow-y: auto;
}

.order_detail h3 {
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    margin: 0px 0px 10px;
}


/*Contact us page*/
.ContactUsPageTop {
    padding: 40px 0px 20px;
}
.ContactUsPageTop .aa-contact-box h4 {
    margin-top: 15px !important;
}
.ContactUsPageTop .aa-contact-box {
    width: 100%;
    padding: 25px 15px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    margin: 0px 0px 20px;
    min-height: 190px;
    text-align: center;
}
.ContactUsPageTop .aa-contact-box h4 {
    font-size: 20px;
    color: #222222;
    font-weight: 600;
    margin: 0px 0px 8px;
}
.ContactUsPageTop .aa-contact-box p {
    font-size: 12px;
    color: #222222;
    font-weight: 400;
    margin:0px;
}
.ContactUsPageForm .aa-contact-map iframe {
    width: 100%;
    min-height: 300px;
}

.ContactUsPageForm .aa-contact-map {
    margin: 0px 0px 40px;
}
.ContactUsPageForm .aa-contact-form {
    margin: 0px 0px 40px;
    border-radius: 4px;
    background-color: #fff;
    padding: 24px;
    box-shadow: 0 15px 50px rgb(0 0 0 / 10%);
}
.ContactUsPageForm .aa-contact-form .form-part div {
    position: relative;
}
.ContactUsPageForm .aa-contact-form .form-part input {
    border: 1px solid #dbdbdb;
    outline: none;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;
    width: 100%;
    height: 40px;
    margin: 0px 0px 15px;
}
.ContactUsPageForm .aa-contact-form .form-part textarea {
    width: 100%;
    border: 1px solid #dbdbdb;
    font-size: 14px;
    padding: 10px;
    border-radius: 4px;
    outline: none;
    height: 80px;
    resize: none;
    margin: 0px 0px 15px;
}
.ContactUsPageForm .aa-contact-form .form-part .button-sub input {
    font-size: 14px;
    border: 0px;
    height: 40px;
    justify-content: center;
    align-items: center;
    padding: 0px 5px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    background-color:#7e9a00;
    text-transform: capitalize;
    display: table;
    margin: 0 auto;
}

.ContactUsPageForm .aa-contact-form .form-part span.text-danger {
    position: absolute;
    bottom: 0;
    color: #ff0000;
    font-size: 11px;
    left: 10px;
}
.RadioboxGroup {
    display: flex;
    column-gap: 20px;
    flex-flow: wrap;
    margin: 0px 0px 10px;
}


.RadioboxGroup .radioField {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin:0px 0px 10px;
}

.RadioboxGroup label {
    margin: 0px;
}


.LoginForm #frmRegistration input[type="radio"] {
    width: auto;
    display: inherit;
    height: auto;
    margin: 0px;
    position: relative;
}
/*About us */
.AboutUsPage {
    padding: 40px 0px;
}
.AboutUsPage h2 {
    font-size: 28px;
    color: #222222;
    font-weight: 700;
    margin: 0px 0px 15px;
}
.AboutUsPage p {
    font-size: 14px;
    color: #222222;
    font-weight: 400;
}
.aboutText, .aboutImg {
    margin: 30px 0px;
}
.aboutImg img {
    width: 100%;
    border-radius: 4px;
}
.AboutUsPage .visit-btn a {
    background-color: #00bab5;
    border: 0px;
    padding: 10px 30px;
    color: #fff;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    margin: 15px 0px;
    display: table;
}
.AboutUsPage .visit-btn a:hover {
    background-color: #0bacde;
    color:#fff ;
}
.aboutustablemain {
    margin: 30px 0px;
    border-top: 1px solid #dbdbdb;
    padding: 15px 0px 0px;
    border-radius: 4px;
}
.aboutustablemain h4 {
    font-size: 22px;
    font-weight: 700;
    color: #222222;
    margin: 0px 0px 15px;
    text-align: left !important;
}
.aboutustable table th, .aboutustable table td {
    border: 1px solid #dbdbdb;
    font-size: 14px;
    font-weight: 400;
    color: #222222;
}

.AboutUsPage .success-box .success-icon-wrap {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin: 0px 0px 10px;
}
.AboutUsPage .success-box .success-icon-wrap h3 {
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    margin: 0px;
}
.AboutUsPage .success-box {
    width: 100%;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    margin: 0px 0px 30px;
   
}
.AboutUsPage .success-box .icon-box-content {
    overflow-y: auto;
    height: 210px;
}
.AboutUsPage .success-box .icon-box-content::-webkit-scrollbar{
    display: none;
}

.AboutUsPage .success-box .icon-box-content p {
    /* -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    width: 100%;
    height: 100%; */
    margin: 0px;
}
.AboutUsPage .success-box .success-icon-wrap svg {
    max-width: 50px;
}

/*product detail page*/
.product-action-details ul {
    padding: 0px;
    margin: 20px 0px;
}
.cart-plus-minus .qtybutton {
    position: absolute;
    top: 8px;
    left: 9px;
    color: #222;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: #ffffff;
    font-size: 22px;
    text-align: center;
    line-height: 40px;
    font-weight: 500;
    border-radius: 100px;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cart-plus-minus .inc {
    left: auto;
    right: 9px;
}
.stock{
    margin-bottom: 20px;
}








/*about new*/
.InnerBanner {
    background-image: url(https://themexbd.com/poket/medical/wp-content/uploads/2021/06/footer-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 50px 0px;
    text-align: center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: overlay;
}

.InnerBanner h1 {
    font-weight: 700;
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0px 0px 10px;
}
.breadcrumb {
    margin-bottom: 0px;
    justify-content: center;
}
.breadcrumb li, .breadcrumb li a, .breadcrumb a {
    color: #fff !important;
}
.breadcrumb-item+.breadcrumb-item::before{
    color:#fff;
}

.innerpage {
    padding: 40px 0px;
}
.aboutIMG {
    overflow: hidden;

    height: 450px;
    border-radius: 4px;
    position: relative;
}

.aboutIMG img {
    object-fit: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
}
.subheading {
    font-size: 16px;
    color: #0bacde;
    font-weight: 700;
    margin: 0px 0px 10px;
}
.aboutsectop {
    padding: 0px 0px 40px;
}
.innerpage h1 {
    color: #222222;
    font-weight: 700;
    font-size: 28px;
    margin: 0px 0px 15px;
}
.innerpage h2 {
    color: #222222;
    font-weight: 700;
    font-size: 25px;
    margin: 0px 0px 15px;
}



.innerpage p {
    color: #222222;
}

.HowWeWorkrow {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}
.HowWeWorkBox {
    text-align: center;
    margin: 15px 0px;
}

.HowWeWork {
    background-color: #f5f5f5;
    padding: 40px 0px;
}

.HowWeWorkBox .HowWeWorkBoxIMG {
    overflow: hidden;
    width: 202px;
    min-width: 202px;
    height: 202px;
    min-height: 202px;
    margin: 0 auto 20px;
}
.HowWeWorkBox p {
    max-width: 300px;
    margin: 0 auto;
}
.innerpage h3 {
    color: #222222;
    font-size: 22px;
    font-weight: 700;
    margin: 0px 0px 10px;
}
.HowWeWorkText {
    max-width: 700px;
    margin: 0 auto;
}

/*location*/
.locationtopsec {
    text-align: center;
}
.licationIframe{
    margin-bottom:30px;
}
.licationIframe iframe {
    width: 100%;
    height: 400px;
}
.info-box {
    color: #222222;
    text-align: center;
    box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
    padding:20px;
}
.info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    overflow: hidden;
}
.info-box i {
    font-size: 32px;
    color: #0bacde;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    display: table;
    margin: 0 auto 15px;
    border-radius: 100px;
    border: 2px dotted #0bacde;
    background-repeat: no-repeat;
    background-position: center center;
}

.info-box i.map{
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230bacde' class='bi bi-geo-alt' viewBox='0 0 16 16'%3E%3Cpath d='M12.166 8.94c-.524 1.062-1.234 2.12-1.96 3.07A31.493 31.493 0 0 1 8 14.58a31.481 31.481 0 0 1-2.206-2.57c-.726-.95-1.436-2.008-1.96-3.07C3.304 7.867 3 6.862 3 6a5 5 0 0 1 10 0c0 .862-.305 1.867-.834 2.94M8 16s6-5.686 6-10A6 6 0 0 0 2 6c0 4.314 6 10 6 10'/%3E%3Cpath d='M8 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4m0 1a3 3 0 1 0 0-6 3 3 0 0 0 0 6'/%3E%3C/svg%3E");
}
.info-box i.envelope{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230bacde' class='bi bi-envelope' viewBox='0 0 16 16'%3E%3Cpath d='M0 4a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2zm2-1a1 1 0 0 0-1 1v.217l7 4.2 7-4.2V4a1 1 0 0 0-1-1zm13 2.383-4.708 2.825L15 11.105zm-.034 6.876-5.64-3.471L8 9.583l-1.326-.795-5.64 3.47A1 1 0 0 0 2 13h12a1 1 0 0 0 .966-.741M1 11.105l4.708-2.897L1 5.383z'/%3E%3C/svg%3E");
}
.info-box i.call{
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%230bacde' class='bi bi-telephone' viewBox='0 0 16 16'%3E%3Cpath d='M3.654 1.328a.678.678 0 0 0-1.015-.063L1.605 2.3c-.483.484-.661 1.169-.45 1.77a17.568 17.568 0 0 0 4.168 6.608 17.569 17.569 0 0 0 6.608 4.168c.601.211 1.286.033 1.77-.45l1.034-1.034a.678.678 0 0 0-.063-1.015l-2.307-1.794a.678.678 0 0 0-.58-.122l-2.19.547a1.745 1.745 0 0 1-1.657-.459L5.482 8.062a1.745 1.745 0 0 1-.46-1.657l.548-2.19a.678.678 0 0 0-.122-.58L3.654 1.328zM1.884.511a1.745 1.745 0 0 1 2.612.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z'/%3E%3C/svg%3E");
}



/*term condition*/
.Termsandconditionstitle {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-pencil-square' viewBox='0 0 16 16'%3E%3Cpath d='M15.502 1.94a.5.5 0 0 1 0 .706L14.459 3.69l-2-2L13.502.646a.5.5 0 0 1 .707 0l1.293 1.293zm-1.75 2.456-2-2L4.939 9.21a.5.5 0 0 0-.121.196l-.805 2.414a.25.25 0 0 0 .316.316l2.414-.805a.5.5 0 0 0 .196-.12l6.813-6.814z'/%3E%3Cpath fill-rule='evenodd' d='M1 13.5A1.5 1.5 0 0 0 2.5 15h11a1.5 1.5 0 0 0 1.5-1.5v-6a.5.5 0 0 0-1 0v6a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-11a.5.5 0 0 1 .5-.5H9a.5.5 0 0 0 0-1H2.5A1.5 1.5 0 0 0 1 2.5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    padding: 2px 0px 2px 30px;
    background-position: left top 8px;
    background-size: 22px;
}
.btnGroup {
    max-width: 200px;
    display: flex;
    column-gap: 10px;
    margin: 15px 0px;
}
.btnGroup a:first-child{
    color:#ff0000;
    border-color:#ff0000;
}
.btnGroup a {
    border: 1px solid;
    padding: 8px 20px;
    border-radius: 4px;
}
/*faq*/
.faqpage .accordion-item h2 {
    margin: 0px;
}
.faqpage .accordion-item h2 button {
    font-size: 16px;
}

.accordion-button:focus{
    box-shadow: none;
}
/*.paymentmethods*/
.paymentmethods {
    box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
    max-width: 700px;
    margin: 0 auto;
}


.nav-part12 button i {
    font-size: 20px;
}

.aa-contact-form input[type="file"] {
    border: transparent !important;
}
.BannerSec {
    position: relative;
}
.BannerSec .owl-nav{
    display: none;
}
.BannerSec .item {
    min-height: 550px;
    position: relative;
    padding: 40px 0px;
}


.BannerSec .item .BannerImg img{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    object-fit: cover;

}
.BannerSec  .owl-carousel button.owl-dot {
    width: 10px;
    min-width:10px;
    height:10px;
    min-height:10px;
    border-radius:50%;
   margin:0px 5px;
    background-color: #000;
    opacity: 0.6;
}
.BannerSec  .owl-carousel button.owl-dot.active {
    opacity: 1;
    background-color: #0bacde;
}
.BannerSec .owl-dots {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    bottom:5%;
}
.BannerContentWrapper {
    position: relative;
    min-height: 550px;
    display: flex;
    align-items: center;
}
.BannerLHS h5 {
    font-size: 50px;
    font-weight: 700;
    color: #28303e;
    font-family: "Poppins";
    margin: 0px 0px 20px;
}
.BannerLHS p {
    margin: 0px 0 30px;
    color: #222;
    font-size: 16px;
}
.BannerLHS {
    max-width: 350px;
}
.navbar-toggler:focus {
    box-shadow: none;
}


.ContactUsPageForm .aa-contact-form input#formFile {
    padding: 9px;
}

.newSlide ul.flex-direction-nav {
    display: none;
}

.newSlide .flexslider {
    margin: 0px 0 20px;
    border: 2px solid #ece3e3;
}
.newSlide .sliderflex2 li {
    padding: 10px;
    border-right: 2px solid #ece3e3;
    width: 110px !important;
    min-width: 110px !important;
}


.newSlide .sliderflex2 li:last-child{
    border:0px;
}
.aboutIMG1 img {
    width: 100%;
    margin-top: 10px;
}
@media screen and (max-width:1199px) {
    nav .navbar-nav .nav-link {
        font-size: 14px;
        padding: 10px 15px !important;
    }
    .header-menu-vertical .menu-title{
        padding: 0 8px;
    }
          
}



@media screen and (max-width:1024px) {
    
}



@media screen and (max-width:991px) {
    .HowWeWorkrow {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
    .locationForm .ContactUsPageForm {
        margin: 25px 0px 0px;
    }
    .locationForm .ContactUsPageForm .aa-contact-form{
        margin:0px;
    }
    .container{
        max-width:100% !important;
        min-width:100% !important;
    }
    .navbar-brand img.img-fluid {
        max-width: 200px;
    }  
    .search-element button{
        position: relative;
        width:100%;
        margin:10px 0px 0px;
        border-radius:5px;
    }
    .midbar {
        padding: 10px 0;
    }
    .midbar .col-lg-2.col-md-6 {
        width: 100%;
    }
    .header-tools {
        margin: -35px 0px 0px 0px;
        justify-content: left;
    }
    .midbar .align-items-center {
        align-items: start !important;
    }
    .search-element input {
        padding: 20px 15px 20px 180px;
    }
    .header_menus .col-lg-3.col-md-5.col-9 {
        width: 80%;
    }
    .header_menus .col-md-3.col-3 {
        width: 10%;
        display: flex;
        justify-content: flex-start;
    }
    .header_menus .row.w-100.align-items-center.m-0 {
        justify-content: space-between;
    }
    .tab-pro .row .col-md-3, .BestSellersDiv .row .col-md-3, .BROWSEPRODUCTS .list1 .row .col-md-3 {
        width: 33.33%;
    }
    .pathway-banner{
        margin-bottom:30px;
    }
    .shop-item{
        margin:15px 0px;
    }
    .tab-pro {
        padding: 40px 0px;
        margin-bottom: 0px;
    }
    .section-title-wrapper {
        margin-bottom: 20px;
    }
    .tab-pro .row.mt-5 {
        margin-top: 0px !important;
    }
    .pro1 {
        padding: 40px 0;
    }
    .pro1.pt-0 {
        padding: 0px;
    }
    .ban_img{
        margin-top:40px;
    }
    .ban_img img {
        width: 100%;
    }
 
    .news-letter-area .title-newsletter {
        margin: 0px 0px 20px;
    }
    .nav-tabs .nav-link {
        padding: 10px 11px;
        width: auto;
        min-width: auto;
    }
    .BROWSEPRODUCTS {
        padding: 0px;
    }
    .BannerSec .item, .BannerContentWrapper{
        min-height: 280px;}

}


@media screen and (max-width:767px) {
    .dash_all nav.woocommerce-MyAccount-navigation{
        margin:0px 0px 30px;
    }
    .AboutUsPage .success-box .icon-box-content {
        height:100%;
    }
    .aboutText, .aboutImg {
        margin: 15px 0px;
    }
    .AboutUsPage h2 {font-size: 24px;}
    .aboutustablemain h4 {font-size: 18px;}
    .AboutUsPage .success-box .success-icon-wrap h3 {font-size: 20px;}
    .HowWeWorkrow {grid-template-columns: repeat(2, 1fr);}
    .ContactUsPageTop .aa-contact-box{
        min-height: auto;
    }
    .top_contact ul {
        display: flex;
        justify-content: center;
        flex-flow: wrap;
        gap: 10px;
    }
    
    .topbar .top_rgt {
        justify-content: center;
        margin: 8px 0px 0px;
    }
    .midbar .col-lg-3.col-md-5.col-9, .midbar .col-md-7 {
        width: 100%;
    }
    
   
    .midbar a.navbar-brand {
        display: flex;
        justify-content: center;
        padding: 0px;
        margin: 0px 0px 10px;
    }
    .header-tools {
        margin: 15px 0px 0px;
        justify-content: center;
    }
    .search-element{
        padding:0px;
    }
    .header_menus .row.w-100.align-items-center.m-0 {
        justify-content: left;
    }
    .pro1 .row.align-items-center .col-md-9 {
        width: 70%;
    }
    .pro1 .row.align-items-center .col-md-3 {
        width: 30%;
    }
    .section-title-wrapper{
        padding:0px;
    }
    .tab-pro .row .col-md-3, .BestSellersDiv .row .col-md-3, .BROWSEPRODUCTS .list1 .row .col-md-3 {
        width:50%;
    }

    .BannerLHS h5{
        font-size:30px;
    }
    .BannerLHS p{
        font-size:14px;
    }
   .subheading1 {
    color: #000;
    font-size: 24px;}
 .check11 h2 {
    margin-bottom: 0px;
    font-size: 15px;
    font-weight: 600;
    background: #b9e0f1;
    padding: 10px 20px;
}   
.BannerContentWrapper {
    display: none;
}  
.BannerSec .item .BannerImg img {
    position: inherit;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    object-fit: cover;
} 
.BannerSec .item, .BannerContentWrapper {
    min-height: 123px !important;
}
.BannerSec .item {
    padding: 0px 0px !important;
}
.menu-content .dropdown-menu .menu-item {
    width: 100%;
}
.menu-content .dropdown-menu {
    left: 0;
    min-width: auto;
}
}

@media screen and (max-width:575px) {
    .HowWeWorkrow {grid-template-columns: repeat(1, 1fr);}
    .search-element input {
        padding: 20px 6px 20px 175px;
    }
    .tab-pro .row .col-md-3, .BestSellersDiv .row .col-md-3, .BROWSEPRODUCTS .list1 .row .col-md-3{
        width:100%;
    }
    .search-element .search-category select {
        padding: 0 10px;
        width: 172px;
    }
}
