@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Lexend', sans-serif;
    color: #393939;
    overflow-x: hidden;
    position: relative;
}

a {
    text-decoration: none;
    color: #000000;
    white-space: initial;
    display: inline-block;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "Lexend", sans-serif;
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    margin: 0 0 0px;
}

h2 {
    font-family: "Lexend", sans-serif;
    font-size: 41px;
    color: #000;
    font-weight: 700;
    margin: 0 0 20px;
}

h3 {
    font-family: "Lexend", sans-serif;
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: "Lexend", sans-serif;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "Lexend", sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "Lexend", sans-serif;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color:
        rgb(118, 118, 118);
    font-size: 16px;
    font-family: "Lexend", sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color:
        rgb(38, 26, 7);
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Lexend", sans-serif;
}


/*.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
*/


/*.menuSec ul li:last-child a {
    padding-right: 0px;
}*/


/* .menuSec ul li:last-child a:after {
    display: none;
} */

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #000000;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*header css start */


/*banner css start */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /* background: #00000066; */
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/


/* search box css */

.top-shipping ul li {
    margin-right: 15px;
}

.top-shipping ul {
    align-items: baseline !important;
}

body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 0;
    font-size: 50px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: black;
    padding: 1rem 1.25rem;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font: 18px;
    opacity: 1 !important;
    width: 50px;
    height: 50px;
}

.close:hover {
    background: #e21d1a;
    color: white;
    opacity: 1 !important;
    top: 2rem;
    right: 2rem;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000b0;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    color: #ffffff;
    width: 171px;
    height: 55px;
    background: #000000;
    font-family: 'Poppins';
    font-size: 22px;
    cursor: pointer;
    border: 0;
}

.top-cart ul li i {
    margin-right: 13px;
    font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
    width: 171px;
    height: 55px;
    font-size: 20px;
    color: white;
    background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);
    display: inline-block;
}

.search-box.search-elem input[type=text] {
    padding: 20px;
    height: 55px;
    width: 80%;
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #e21d1a;
    transition: border 0.3s;
    border-radius: 0;
}

.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px #55cd6c;
    box-shadow: none;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 13px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Poppins';
    color: #999;
    transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 17px;
    font-family: 'Poppins';
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 0.875rem;
    padding: 0 10px;
    display: inline-block;
    color: white;
}

/* end search box css */

/* header */

.themebtn1 {
    padding: 10px 20px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: rgba(68, 76, 203, 1);
}

.header_btn {
    text-align: end;
}

.menuSection {
    padding: 30px 0;
}

/* header */

/* banner */

.bnr_bg img {
    width: 100%;
    object-fit: cover;
    height: 570px;
    object-position: center center;
}

.d_block {
    display: block;
}

.banner_text {
    position: relative;
    z-index: 2;
    text-align: center;
}

.banner_text p {
    color:
        rgba(255, 255, 255, 0.8);
    font-size: 14px;
    font-weight: 400;
    width: 47%;
    margin: 10px auto;
}

.themebtn2 {
    padding: 12px 30px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #4048C1;
    border-radius: 5px;
}

section.main_slider {
    position: relative;
}

section.main_slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000066;
    z-index: 1;
}

/* banner */

/* about */

.about_txt p {
    margin-bottom: 40px;
}

.about_left img {
    height: 450px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* about */

/* our product */

.heading {
    text-align: center;
    margin-bottom: 30px;
}

.prd_txt h3 a {
    color: rgb(0 0 0);
    font-size: 16px;
    font-weight: 600;
}

.prd_txt p a {
    color:
        rgb(85, 85, 85);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}

.prd_txt h4 {
    color:
        rgb(38, 26, 7);
    font-size: 16px;
    font-weight: 600;
}

.prd_img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.prd_img>a {
    width: 100%;
    height: 584px;
}

.prd_txt {
    text-align: center;
}


.prd_img {
    position: relative;
}

.prd_img ul {
    display: flex;
    justify-content: space-between;
    width: 30%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: -3%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px 15px;
    border-radius: 5px;
    opacity: 0;
    transition: all .4s ease-in;
}

.prd_img ul li a {
    color: #000;
    font-size: 17px;
}

.prd_main:hover .prd_img ul {
    bottom: 2%;
    opacity: 1;
}

/* our product */

/* Showing real world use of scrubs */

.showing_realworld_txt {
    text-align: center;
    position: relative;
    z-index: 3;
}

.showing_realworld_txt h2 {
    font-size: 32px;
    color: #ffffff;
    margin-bottom: 0;
}

.showing_realworld_txt p {
    color:
        rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 400;
    width: 47%;
    margin: 10px auto;
}

.showing_realworld_txt a {
    padding: 12px 30px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: transparent;
    border-radius: 5px;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.showing_realworld {
    position: relative;
    padding: 150px 0;
    margin-bottom: 100px;
    background: url(../images/real-world-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.showing_realworld::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00000066;
    height: 100%;
    width: 100%;
    z-index: 1;
}

/* Showing real world use of scrubs */

/* Innovation You Won’t Find Anywhere Else */

.innovation_heading h2 {
    text-align: center;
    font-size: 46px;
    margin-bottom: 50px;
}

.innovation_heading h2 span {
    text-decoration: underline;
}

.innovation {
    background: #F9F9F9;
    padding: 100px 0;
}

.innovation_left img {
    height: 660px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.innovation_txt {
    padding: 30px;
    border-radius: 10px;
    background: #ffffff;
    margin-bottom: 30px;
    transition: all .4s ease-in;
}

.innovation_txt h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.innovation_txt:hover h3 {
    color: #ffffff;
}

.innovation_txt:hover p {
    color: #ffffff96;
}

.innovation_txt:hover {
    background: #4048C1;
}

/* Innovation You Won’t Find Anywhere Else */

/* service */

.service_txt h3 {
    color: #ffffff;
    font-size: 24px;
}

.service_main img {
    height: 490px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all .4s ease-in;
}

.service_txt {
    text-align: center;
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: all .4s ease-in;
}

.service_txt a {
    margin-top: 20px;
    padding: 10px 20px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #000000;
    border-radius: 5px;
    display: none;
    transition: all .4s ease-in;
}

.service_main {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transition: all .4s ease-in;
}

.service_main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00000045;
    height: 100%;
    width: 100%;
    z-index: 1;
    border-radius: 10px;
    transition: all .4s ease-in;
}

.service_main:hover::before {
    background: #00000077;
}

.service_main:hover img {
    transform: scale(1.2);
}

.service_main:hover .service_txt a {
    display: inline-block;
}

/* service */

/* testimonial */

.testi_info h6 {
    color: rgb(68, 76, 203);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.testi_info p {
    color:
        rgb(118, 118, 118);
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.rating i {
    color: rgb(234, 190, 18);
}

.testi_txt p {
    color: #ffffff;
}

.testi_txt {
    background-color: rgb(68, 76, 203);
    padding: 25px;
    position: relative;
    border-radius: 10px;
}

.testi_txt::before {
    content: "";
    position: absolute;
    top: -15px;
    left: 5%;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid rgb(68, 76, 203);
}

.testi_info {
    margin-bottom: 25px;
}

.testi_slider .slick-slide {
    opacity: 1;
}

.testi_slider .slick-dots li button {
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #bbb;
    padding: 3px;
}

.testi_slider .slick-dots li.slick-active button {
    background: #000000;
    border: 2px solid #000000;
}

.testi_slider .slick-dots li button:before {
    display: none;
}

.testi_slider .slick-dots {
    bottom: -45px;
}

.testi_slider .slick-active {
    opacity: 1;
}

.testi_slider .slick-prev,
.testi_slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.testi_slider .slick-prev:before,
.testi_slider .slick-next:before {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-size: 30px;
    color: #000000;
}

.testi_slider .slick-prev:before {
    content: "\f104";
}

.testi_slider .slick-next:before {
    content: "\f105";
}

/* testimonial */

/* gallery */

.gallery_main a {
    width: 100%;
}

.gallery_main a img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 10px;
}

/* gallery */

/* footer */

.ftr_social a {
    height: 50px;
    width: 50px;
    border-radius: 5px;
    background: #3C589D;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
}

.ftr_social {
    display: flex;
    justify-content: end;
}

.footerSec {
    background: #000;
}

.copy-txt * {
    color: #ffffff;
    text-align: center;
}

.ftr_links ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.ftr_links ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding: 0;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Lexend", sans-serif;
}

.ftr_links ul li a:hover {
    color: #ffffff88;
}

.ftr_top {
    padding: 40px 0;
    background-color: rgb(68, 76, 203);
    width: 99%;
    margin: 0 auto;
}

.footer-btm {
    padding: 20px;
}

.arowbtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000000b2;
    font-size: 18px;
    background-color: #E8E8E8;
    z-index: 99;
}

/* footer */

/* inner banner */

.inr_bnr_bg img {
    width: 100%;
    object-fit: cover;
    height: 230px;
    object-position: center center;
}

.inr_bnr_txt {
    text-align: center;
}

.inr_bnr_txt h1 {
    font-size: 68px;
    color: #ffffff;
    margin-bottom: 10px;
}

.inr_bnr_txt span {
    font-family: "Lexend", sans-serif;
    font-size: 16px;
    color: #ffffff;
}

.inr_bnr_txt span a {
    color: #ffffff9d;
}

.inr_bnr_txt span a:hover {
    color: #ffffff;
}

/* inner banner */

/* contact page */

.contact_page h2 {
    font-size: 56x;
    color: rgb(68, 76, 203);
    margin-bottom: 50px;
}

.contact_right form label {
    display: block;
    color: rgb(68, 76, 203);
    font-size: 16px;
    margin-bottom: 10px;
}

.contact_right form input,
.contact_right form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #2424244a;
    margin-bottom: 20px;
    color: #000;
}

.contact_right form input::placeholder,
.contact_right form textarea::placeholder {
    color: #00000054;
}

.contact_right form textarea {
    height: 200px;
    resize: none;
}

.contact_right form button {
    padding: 12px 30px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #4048C1;
    border-radius: 5px;
    border: none;
}

.contact_left ul li a {
    color: #000;
    font-size: 18px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding-top: 10px;
    margin-top: 20px;
    width: fit-content;
    border-top: 2px solid #00000045;
}

.contact_left ul li:nth-child(1) a {
    border-top: none;
}

.map iframe {
    width: 95%;
    height: 320px;
}

.map {
    margin-top: 30px;
}

.contact_right {
    padding-left: 50px;
    border-left: 1px solid #00000026;
}

/* contact page */


/* Product Detail */



/* Product Detail */

/* Shop Scrubs */

.shop_scrub_main_txt h3 a {
    color: rgb(0 0 0);
    font-size: 16px;
    font-weight: 600;
}

.shop_scrub_main_txt h4 {
    color: rgb(38, 26, 7);
    font-size: 16px;
    font-weight: 600;
}

.shop_scrub_main_txt p a {
    color: rgb(85, 85, 85);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}

.shop_scrub {
    padding: 80px 0 0;
    margin-bottom: -10px;
}

.shop_scrub_main_txt {
    text-align: center;
}

.shop_scrub_mainimg a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all .3s ease-in;
}

.shop_scrub_mainimg>a {
    width: 100%;
    height: 585px;
}

.addtocart_box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.compare a {
    color: #00000069;
}

.addtocart_box ul li a i {
    color: #00000069;
    font-size: 20px;
}

.shop_scrub_main_cartbtn {
    padding: 10px 15px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #4048C1;
    border-radius: 5px;
}

.addtocart_box {
    opacity: 0;
    margin-top: 10px;
    transition: all .3s ease-in;
}

.shop_scrub_main {
    padding: 20px;
    border-radius: 10px;
    transition: all .3s ease-in;
    position: relative;
    z-index: 99;
    background: transparent;
}

.shop_scrub_main:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.shop_scrub_main:hover .addtocart_box {
    opacity: 1;
}

.compare {
    position: absolute;
    padding: 15px;
    text-align: end;
    border-bottom: 1px solid #00000021;
    font-size: 20px;
    transition: all .3s ease-in;
    width: 100%;
    height: auto;
    background: #fff;
    bottom: -20px;
    left: 0;
    z-index: 3;
    display: none;
}

.shop_scrub_main:hover .compare {
    bottom: 0px;
    display: block;
}

.shop_scrub_mainimg {
    overflow: hidden;
    position: relative;
}

.shop_scrub_main:hover .shop_scrub_mainimg a img {
    transform: scale(1.1);
}

.shop_scrub_main:hover {
    background: #ffffff;
}

/* Shop Scrubs */


/* shp_pg_bnr banner */

.shp_pg_bnr_bg img {
    width: 100%;
    object-fit: cover;
    height: 200px;
    object-position: center center;
}

.shp_pg_bnr_txt {
    text-align: center;
}

.shp_pg_bnr_txt h1 {
    font-size: 22px;
    color: #ffffff9d;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.shp_pg_bnr_txt h1 span a {
    font-family: "Lexend", sans-serif;
    font-size: 22px;
    border-bottom: 2px solid #000;
}

.shp_pg_bnr_txt h1 a {
    color: #ffffff9d;
}

.shp_pg_bnr_txt span a:hover,
.shp_pg_bnr_txt h1 a:hover {
    color: #ffffff;
}

/* shp_pg_bnr banner */

/* shopping cart */


.cart-section {
    padding: 60px 0;
}

.cart-table table {
    width: 100%;
}

.cart-table th {
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px;
    border-bottom: 1px solid #eee;
    color: rgba(68, 76, 203, 1);
}

.cart-table td {
    padding: 15px;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
    font-family: 'Lexend';
    color: #888888;
    font-size: 16px;
}

.product-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.product-info img {
    width: 70px;
    border-radius: 6px;
}

.remove-btn {
    cursor: pointer;
    font-size: 25px;
    color: #888;
}

.qty-box {
    display: flex;
    align-items: center;
    border: 2px solid #ddd;
    width: 100px;
    border-radius: 5px;
}

.qty-box input {
    width: 40px;
    height: 40px;
    text-align: center;
    border: 2px solid #00000029;
    color: #00000063;
    border-top: none;
    border-bottom: none;
}

.qty-box button {
    width: 30px;
    height: 30px;
    border: none;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    color: #00000063;
}

.subtotal {
    font-weight: bold;
    color: #000 !important;
}

/* Coupon */
.coupon-box {
    display: flex;
    gap: 10px;
}

.coupon-box input {
    padding: 10px;
    border: 1px solid #ddd;
    flex: 1;
    border-radius: 5px;
}

.apply-btn {
    background: #4b4fcf;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}

/* Cart Totals */
.cart-totals {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    border: 2px solid #0000000f;
}

.cart-totals h3 {
    margin-bottom: 20px;
    color: rgba(68, 76, 203, 1);
    font-size: 22px;
}

.totals-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.total {
    font-weight: bold;
    font-size: 16px;
    border: none;
}

.checkout-btn {
    width: 100%;
    margin-top: 30px;
    padding: 10px;
    background: #4b4fcf;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
}

.product-info h6 a {
    font-size: 16px;
    color: #000;
}

.product-info h6 a:hover {
    color: #0000008e;
}

.cart_btm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.cart_btm a {
    width: 100%;
    padding: 10px 30px;
    background: #00000008;
    color: #00000061;
    border: none;
    border-radius: 5px;
    font-weight: 500;
    text-transform: uppercase;
}

/* shopping cart */

/* Checkout */

.checkoutpg_left span a {
    color: #000;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 600;
}

.checkoutpg_left span {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 50px;
    display: block;
}

.checkoutpg_left h2 {
    font-size: 22px;
    text-transform: uppercase;
    color: rgba(68, 76, 203, 1);
}

.checkoutpg_left form label {
    display: block;
    color: rgb(68, 76, 203);
    font-size: 16px;
    margin-bottom: 10px;
}

.checkoutpg_left form input,
.checkoutpg_left form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #2424244a;
    margin-bottom: 20px;
    color: #000;
}

.checkoutpg_left form textarea {
    height: 200px;
    resize: none;
}

.checkoutpg_left form textarea::placeholder {
    color: #00000083;
}

#order_review_heading {
    text-align: center;
    text-transform: uppercase;
    color: rgb(68, 76, 203);
    font-size: 22px;
    margin-bottom: 30px;
}

.checkout-order-review {
    padding: 30px;
    background: #f7f7f7;
}

.review_table table {
    width: 100%;
}

.review_table th {
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px;
    border-bottom: 1px solid #eee;
    color: rgba(68, 76, 203, 1);
}

.review_table td {
    padding: 15px;
    vertical-align: middle;
    border-bottom: 1px solid #eee;
    font-family: 'Lexend';
    color: #888888;
    font-size: 16px;
    font-weight: 600;
}

.review_table {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
}

.txtalignend {
    text-align: end;
}

td.txtalignend.blk {
    font-weight: 600;
    color: #000;
}

td.txtalignend.fontsize {
    font-size: 21px;
    font-weight: 600;
    color: #000;
}

td.tdcolor {
    color: rgba(68, 76, 203, 1);
}

.chkout_yellow {
    margin: 20px 0;
    padding: 30px;
    border-radius: 10px;
    background: #e0b252;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
}

.chkout_yellow i {
    font-size: 20px;
    color: #ffffff;
}

.chkout_yellow p {
    padding-left: 20px;
    color: #ffffff;
}

.chkout_btm p {
    color: #00000091;
    font-weight: 500;
}

.chkout_btm {
    border-top: 1px solid #00000033;
    padding-top: 20px;
}

.chk_btn a {
    width: 100%;
    margin-top: 30px;
    padding: 10px;
    background: #4b4fcf;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

/* Checkout */

/* sidebar */

.sidenav {
    height: 100%;
    width: 370px;
    position: fixed;
    z-index: 99;
    top: 0;
    right: -370px;
    /*background-color: #f8f9fa;*/
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
    display: flex;
    flex-direction: column;
}

.sidenav .inner_side {
    background: #fff;
    height: 100%;
    flex-direction: column;
    display: flex;
    position: relative;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

div#overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: #00000054;
    left: 0;
    display: none;
}

.sidenav a:hover {
    color: #000;
}

.sidebar_top {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 45px;
    background-color: #fff;
    padding: 15px 10px;
}

.sidebar_top_mid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.sidebar_top_mid i {
    font-size: 35px;
}

.side_pro {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 15px 0;
    background-color: #fff;
    margin: 15px;
    box-shadow: 0 2px 2px #00000005;
}

.s_p_img {
    width: 25%;
}

.s_p_details a {
    padding: 0;
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.sidebar_btm {
    text-align: center;
    padding: 20px 20px 5px 20px;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    margin-top: auto;
    box-shadow: 0 -1px 10px #0000001a;
}

.sidebar_btm span {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.sidebar_btm p {
    font-weight: 500;
    padding: 5px 10px;
}

a.cart_btn {
    color: #fff;
    font-size: 20px;
    background-color: #000;
    margin-bottom: 10px;
    padding: 10px;
    transition: all 0.4s ease;
}

a.cart_btn:hover {
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
}

/* sidebar */

.prd_head1 ul {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.prd_head1 ul li a {
    font-size: 16px;
    color: #000;
}

.prd_det_pg_right h2 {
    font-size: 34px;
    margin-bottom: 20px;
}

.prd_det_pg_right h3 {
    font-size: 25px;
}

.prd_head {
    display: flex;
    justify-content: space-between;
}

.prd_head2 ul {
    display: flex;
    gap: 20px;
}

.prd_qua_btns_main {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 30px;
}

.prd_qua_btns {
    display: flex;
    border: 2px solid #0000001a;
    border-radius: 5px;
}

.prd_qua_btns button {
    border: none;
    border-radius: 5px;
    padding: 10px;
    background: #fff;
    color: #00000080;
}

.prd_qua_btns input {
    width: 40px;
    border: 1px solid #00000029;
    border-top: none;
    border-bottom: none;
    color: #00000080;
}

.comp_wish ul {
    display: flex;
    gap: 50px;
    padding: 20px 0;
    border-bottom: 1px solid #0000002e;
    margin-bottom: 20px;
}

.product_meta label,
.prd_social label {
    font-size: 16px;
    color: #000000c2;
    font-weight: 600;
}

.product_meta a,
.prd_social a {
    font-size: 16px;
    color: #0000007d;
}

.prd_social {
    display: flex;
    gap: 10px;
    margin: 10px 0;
}

.prd_det_pg_left img {
    height: 580px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.prd_det_pg_left {
    position: relative;
}

.prd_det_pg_left a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
    background: #fff;
    color: #0000007d;
    border-radius: 50%;
    position: absolute;
    bottom: 30px;
    left: 30px;
}

/* tabs */

ul#myTab {
    justify-content: center;
    gap: 20px;
    border-bottom: none;
    border-top: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    font-family: "Lexend", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000b0;
    font-size: 16px;
    border: none;
    padding: 20px 10px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #000000b5;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    border-top: 3px solid #000;
    border-radius: 0;
}

.Shipping_left img {
    height: 370px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.Shipping_left {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.Shipping_right h4 {
    font-size: 22px;
    color: #4048C1;
    margin-bottom: 30px;
}

.Shipping_right h5 {
    font-size: 18px;
    color: #4048C1;
    margin-bottom: 30px;
}

.Shipping_right p {
    margin-bottom: 20px;
}

.reviews h4 {
    font-size: 16px;
    color: #4048C1;
    margin-bottom: 30px;
}

.reviews_right form label {
    display: block;
    color: rgb(68, 76, 203);
    font-size: 16px;
    margin-bottom: 10px;
}

.reviews_right form input,
.reviews_right form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #2424244a;
    margin-bottom: 20px;
    color: #000;
}

.reviews_right form textarea {
    height: 200px;
    resize: none;
}

.reviews_right p {
    margin-bottom: 20px;
}

.reviews_right form button {
    border-radius: 5px;
    border: none;
}

.shiip input {
    width: auto !important;
}

.shiip {
    margin: 30px 0;
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 20px;
}

/* tabs */

.menuSection .container-fluid {
    padding: 0px 16%;
}


.related_prd_main_img>a {
    width: 100%;
    height: 300px;
}

.related_prd_main_img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: all .3s ease-in;
}

.related_prd_main_txt {
    text-align: center;
}

.related_prd_main_txt h3 a {
    color: rgb(0 0 0);
    font-size: 16px;
    font-weight: 600;
}

.related_prd_main_txt p a {
    color: rgb(85, 85, 85);
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
}

.related_prd_main_txt h4 {
    color: rgb(38, 26, 7);
    font-size: 16px;
    font-weight: 600;
}

.related_prd_main_img {
    overflow: hidden;
    position: relative;
}

.compare {
    position: absolute;
    padding: 15px;
    text-align: end;
    border-bottom: 1px solid #00000021;
    font-size: 20px;
    transition: all .3s ease-in;
    width: 100%;
    height: auto;
    background: #fff;
    bottom: -20px;
    left: 0;
    z-index: 3;
    display: none;
}

.related_prd_main:hover .compare {
    bottom: 0px;
    display: block;
}

.related_prd_main:hover .related_prd_main_img a img {
    transform: scale(1.1);
}

.related_prd_main_img ul {
    display: flex;
    width: 15%;
    margin: 0 auto;
    position: absolute;
    right: -13%;
    height: auto;
    top: 3%;
    box-shadow: 0 0 5px #0000002e;
    transform: translateX(-50%);
    gap: 20px;
    background: #fff;
    padding: 15px 15px;
    border-radius: 5px;
    opacity: 0;
    transition: all .4s ease-in;
    flex-direction: column;
    align-items: center;
}

.related_prd_main:hover .related_prd_main_img ul {
    right: -3%;
    opacity: 1;
}

.related_prd h2 {
    font-size: 22px;
    color: #4048C1;
    margin-bottom: 30px;
}

section.related_prd {
    border-top: 1px solid #0000001a;
}