html {
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}
body {
    background: #fff;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: 'Lato', sans-serif !important;
    color: #424242 !important;
    /*  padding-top: 83px*/
}

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

h1 {
    margin: 0;
}

h2 {
    margin: 0;
}

h3 {
    margin: 0;
}

h4 {
    margin: 0;
}

h5 {
    margin: 0;
}

h6 {
    margin: 0;
}

p {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    color: #424242;
}

.header-area {
    background: #000;
    padding: 8px 0px;
}

.left ul {
    display: flex;
    align-items: center;
}

    .left ul li {
        margin-right: 45px;
        font-size: 14px;
        color: #fff;
    }

        .left ul li a {
            color: #fff;
            padding-left: 10px;
            text-decoration: none;
        }

.left ul {
    display: flex;
    align-items: center;
    margin: 0px;
}

    .left ul li {
        margin-right: 45px;
        font-size: 14px;
        color: #fff;
    }

        .left ul li a {
            color: #fff;
            padding-left: 10px;
        }

.right ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0px;
}

    .right ul li {
        margin-left: 12px;
        font-size: 16px;
        color: #fff;
    }

        .right ul li a {
            color: #fff;
        }


/*section.slick_slider {
    background-image: url('../images/slider2.png');
    background-size: cover;
    position: relative;
    height: 100vh !important;
    padding: 230px 0px;
    z-index: 99999;
}*/
.slick_slider img {
    border-radius: 16px;
}
.content_slider img {
    height: 527px;
}
section.slick_slider {
    background: #dddddd69;
    padding: 5px;
}
.rightSlot_column img {
    width: 96%;
    height: 256px;
     
}
.rightSlot_column .col-md-12 {
    padding: 0px !important; 
}
section.slick_slider {
    text-align: center;
}

    section.slick_slider ul.slick-dots {
        display: grid;
        align-items: center;
        position: absolute;
        top: 20px;
        left: 36px;
        bottom: inherit;
    }

        section.slick_slider ul.slick-dots li button {
            padding: 0;
            border: 0;
            margin-right: 10px;
            background: #304265;
            font-size: 0;
            height: 10px;
            width: 10px;
            border-radius: 50%;
            line-height: 1;
            cursor: pointer;
            outline: none;
        }

        section.slick_slider ul.slick-dots li.slick-active button {
            background: #ff3208 !important;
        }

    section.slick_slider::after {
        content: "";
        position: absolute;
        left: 0px;
        bottom: -115px;
        width: 100%;
        background-image: url('../../images/choose_bg_shape02.png');
        height: 200px;
        background-position: center center;
        background-size: cover;
        display: none;
    }


.slide {
    position: relative;
}

    .slide img {
        width: 100%;
        height: auto;
    }

.slider-content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    width: 85%;
    transform: translate(-50%, -50%);
}

    .slider-content h4 {
        font-size: 50px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0px;
    }

    .slider-content p {
        font-size: 20px;
        color: #fff;
        text-align: center;
    }

.slider-text-info {
    position: absolute;
    left: 15%;
    top: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    text-align: center;
}

    .slider-text-info h4 {
        font-size: 70px;
        color: #fff;
    }

    .slider-text-info a {
        font-size: 16px;
        color: #fff;
        font-weight: 400;
        letter-spacing: 2px;
        width: 200px;
        height: 45px;
        background: #000000;
        display: inline-block;
        line-height: 40px;
        border: 2px solid #fff;
        margin: 20px 0px 0px;
        border-radius: 0px 15px 0px 15px;
    }

section.health-section {
    margin: 60px 0px;
}

.healthSlot {
    position: relative;
    overflow: hidden;
    transition-duration: 0.6s;
    height: auto;
    background: black;
    border-radius: 10px;
}

    .healthSlot h4 {
        font-size: 22px;
        font-weight: 500;
        margin-bottom: 10px;
    }

img.hproduct {
    width: 100%;
    height: auto;
}

.homeboxinn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 50%);
    transition: all 0.3s;
    text-align: center;
}

.healthSlot:hover .homeboxinn {
    background: rgb(0 0 0 / 70%);
    transition: all 0.3s;
}

.homeboxinn h4 {
    font-size: 38px;
    color: #fff;
    font-weight: 600;
}

.homeboxinn a {
    font-size: 16px;
    background: #1d498c;
    color: #fff;
    padding: 8px 30px;
    border-radius: 30px;
}

.healthSlot p {
    text-align: justify;
    padding-top: 15px;
}



section.topSlot {
    margin: 65px 0px;
}

.infoSlot {
    /* border: 1px solid rgba(0,0,0,.125); */
    padding: 30px;
    text-align: center;
    border-radius: 7px;
    box-shadow: 0px 0px 8px 3px #00000026;
    transition-duration: 0.6s;
    margin-bottom: 30px;
    cursor: pointer;
    height: 310px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.icon-box {
    background: #e8e5e5;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    line-height: 70px;
    text-align: center;
    margin: 10px auto 20px;
}

.txt-box h3 {
    margin: 0px;
    font-size: 22px;
    padding: 0px 0px 10px;
    color: #424242;
    font-family: 'Playfair Display', serif;
}

.infoSlot:hover {
    background: #1d498c;
    box-shadow: none;
    transform: rotateY( 180deg );
    transition: 0.3s ease-in-out all;
}

    .infoSlot:hover .txt-box {
        transform: rotateY( 180deg );
    }

    .infoSlot:hover .icon-box {
        transform: rotateY( 180deg );
        background: #ffffff;
    }

    .infoSlot:hover .txt-box h3 {
        color: #fff;
    }

    .infoSlot:hover .txt-box p {
        color: #fff !important;
    }

section.welcome-company {
    background: #f7f7f7;
    margin-bottom: 60px;
}

.aboutSec {
    padding: 70px 0px 0px 100px;
}

    .aboutSec a.submit_btn {
        margin-top: 30px;
    }

h4.subheading.skincolor {
    font-size: 35px;
    margin-bottom: 15px;
    line-height: 45px;
}

.section-title h2 {
    font-size: 20px;
    line-height: 32px;
}

h4.subheading.skincolor span {
    color: #ea1c21;
}

section.our_video {
    margin: 0px 0px 60px;
}
.newsSlot {
    overflow: hidden;
    cursor: pointer;
    height: 375px;
    transition: all 0.4s ease 0.2s;
    padding: 0px 0px 0px 7px;
}


    .newsSlot img {
        width: 100%;
        height: 370px;
        object-fit: cover;
    }

.news_txt {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 0;
    padding: 0px 15px;
    position: relative;
    top: -100px;
}

    .news_txt div h2 {
        font-size: 22px;
        text-transform: uppercase;
        color: #000;
        font-weight: 600;
        font-family: 'Oswald', sans-serif;
        margin: 0px 0px 10px;
    }

    .news_txt div p {
        color: #000 !important;
    }

.buttnSlot {
    position: relative;
    left: 140px;
    transition: all 0.5s ease 0s;
}

.newsSlot:hover .buttnSlot {
    left: 0px;
    transition: all 0.5s ease 0s;
}

.buttnSlot a {
    background: #ea1b21;
    padding: 10px 25px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.text-title h4 {
    font-size: 35px;
    font-weight: 600;
    color: #121110;
    text-transform: capitalize;
    font-family: 'Playfair Display', serif;
}

.text-title {
    text-align: center;
}


section.onlineshop {
    background-image: url('../images/oil-drop.jpg');
    background-position: center center;
    background-size: cover;
    height: 400px;
    padding: 135px 0px;
    margin: 60px 0px;
}

.txtSlot {
    text-align: center;
}

    .txtSlot h6 {
        font-size: 18px;
        color: #fff;
    }

    .txtSlot h5 {
        font-size: 40px;
        font-weight: 600;
        color: #000;
        margin: 10px 0px;
    }

.submit_btn {
    display: inline-block;
    width: 250px;
    height: 40px;
    background: #304267;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    transition-duration: 0.6s;
    text-decoration: none !important;
}

    .submit_btn:hover {
        background: #304267 !important;
        border-radius: 7px;
        color: #fff;
        font-size: 16px;
        transition-duration: 0.6s;
    }

section.breadcrumbs {
    background-image: url(../images/bg_sec_3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 80px 0px;
    margin: 0px;
    background-position: 50%;
    position: relative;
}


    section.breadcrumbs:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.6;
        background: #000;
        content: "";
        -webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

h2.contact_Slot {
    font-size: 35px;
    color: #fff;
    margin: 0px 0px 0px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
}

section.breadcrumbs ol.breadcrumb {
    background: none;
    text-align: center;
    justify-content: center;
    padding: 0px 0px;
}

li.breadcrumb-item {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

    li.breadcrumb-item a {
        color: #fff;
    }

.breadcrumb-item.active {
    color: #fff !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #fff;
    content: "/";
}


section.footwear_product {
    margin: 60px 0px;
}

img.banner-slider {
    border: 1px solid #ccc;
    border-radius: 5px;
}



.newsletter {
    background-image: url('../images/newsletter.jpg');
    padding: 150px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 70px 0px 0px;
    background-position: left;
    position: relative;
}

    .newsletter:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.76);
    }

.title {
    font-size: 38px;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
    line-height: 30px;
    color: #fff;
}

.title-subtitle {
    font-weight: 400;
    padding-top: 38px;
    font-size: 16px;
    color: #fff;
}

.newsletter-form form {
    position: relative;
    margin-top: 40px;
}

.newsletter-form input {
    background-color: #fff !important;
    border: 1px solid #fff;
    padding: 14px 50px 14px 18px;
    font-size: 14px;
    color: #333;
    height: 43px;
    width: 100%;
    outline: none;
    border-radius: 20px;
    font-weight: 400;
}

.newsletter-form button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    border: none;
    background-color: #1d498c;
    padding: 13px 25px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    height: 43px;
    z-index: 9999;
    border-radius: 0 20px 20px 0px;
    font-weight: 500;
    outline: none;
    z-index: 99;
}

.custom-text-banner img {
    width: 100%;
}

section.custom-about-feature {
    padding: 20px 0px 50px;
}

.text-feature ul li {
    margin-bottom: 20px;
    font-size: 16px;
}

img.icon {
    width: 20px;
    margin-right: 10px;
}

.secure-info {
    text-align: center;
    margin-bottom: 20px;
}

.secure-info-txt h3 {
    font-size: 15px;
    margin: 10px 0px 2px 0px;
    font-weight: 600;
    color: #06264b;
}

.secure-info-txt p {
    line-height: normal;
}

section.i2cure_media {
    padding: 60px 0px;
    text-align: center;
}

.news_title img {
    width: 100%;
}

    .news_title img:hover {
        transform: rotateY( 360deg );
        transition: all 1000ms ease;
        cursor: pointer;
    }

.news_title div {
    padding-top: 20px;
}

    .news_title div a {
        font-size: 18px;
        color: #333;
        font-weight: 500;
    }

.clo_product {
    text-align: center;
}
.line-imgs img {
    width: 35%;
    height: auto;
}

.clo_product h4 {
    color: #333;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    background: #304267;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.line-imgs {
    padding: 5px 0px 20px;
}
/*   .line-imgs img {
        width: 90%;
        margin: 0px auto;
    }*/
section.paymentSlot {
    background: #e4e4e4;
    padding: 40px 0px;
}

.paymentSec {
    text-align: center;
}

    .paymentSec img {
        width: 100%;
        max-width: 90px;
    }

    .paymentSec h2 {
        font-size: 18px;
        font-weight: 600;
        color: #333;
        padding: 0px;
        margin: 10px 0px;
    }

.blogSlot {
    border-radius: 10px;
    padding-bottom: 15px;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 0px 8px #ccc;
    overflow: hidden;
    background-color: #ffffff;
    text-align: center;
    /* border: 1px solid #fff; */
    padding: 25px 10px;
    transition-duration: 0.6s;
    height: 300px;
}

    .blogSlot i {
        border: 1px solid #fff;
        width: 75px;
        height: 75px;
        border-radius: 50%;
        color: #fff;
        background: linear-gradient(to left, #4d5fbf, #3a4998);
        font-size: 32px;
        text-align: center;
        line-height: 75px;
    }

    .blogSlot h2 {
        font-size: 30px;
        color: #4d5fbf;
        font-weight: 600;
        letter-spacing: 1px;
        margin: 20px 0px 10px;
        font-family: 'Playfair Display', serif;
    }

    .blogSlot p {
        padding: 0px 15px;
        text-align: left;
        color: #000 !important;
        font-size: 13px;
    }

.choose_header h3 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 20px;
}

section.blog-Section {
    background: #f1f1f1;
    padding: 70px 0px;
    margin: 0px;
}

section.bg-lightgrey {
    background: #fff;
    padding: 60px 0px;
}

.servies-info:hover img {
    -webkit-transform: scale(2.05);
    transform: scale(1.05);
    filter: blur(2px);
}

.servies-info img {
    width: 100%;
    transition: all .4s;
}

.servies-info:hover h3.servies-title {
    margin-left: 20px;
    transition: all .5s;
    margin-right: 20px;
}

h3.servies-title {
    position: relative;
    padding: 23px 28px 25px;
    background-color: #fff;
    border-radius: 5px;
    font-size: 16px;
    margin: -46px 45px 0;
    transition: all .4s;
    text-align: center;
}

.servies-info:hover h3.servies-title:before {
    width: 100%;
}

h3.servies-title:before {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    text-align: center;
    border-bottom: 3px solid #ff0000;
    width: 0;
    z-index: 1;
    transition: all .5s;
}

.servies-info {
    margin-bottom: 30px;
}


.client-section {
    /* margin-bottom: 60px; */
    background: #fff;
    padding: 60px 0px;
}

.single-services {
    /* border: 1px solid #ccc; */
    margin-bottom: 30px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    padding: 20px;
    background: white;
    height: 435px;
    border-radius: 5px;
}

img.our_services {
    width: 100%;
}

.services_img .icon-bg {
    color: #304267;
    text-align: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    display: inline-block;
    position: absolute;
    bottom: -33px;
    right: 10px;
    background: #fff;
    width: 66px;
    height: 66px;
    line-height: 66px;
    font-size: 25px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 13%);
    transition: all 0.3s ease;
}

.services_img:hover .icon-bg {
    background: #304267;
    color: #fff;
}

.single-services h4 {
    padding: 0px;
    margin: 25px 0px 5px 0px;
    font-size: 20px;
    color: #484295;
    text-align: left;
    font-family: system-ui;
}

.single-services p {
    margin: 0px;
    font-size: 14px;
    text-align: justify;
}


section.brand_section {
    text-align: center;
    padding: 80px 0px;
    background: #f6f6f6;
}

.brand_logos ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    margin: 0px auto 30px;
}

    .brand_logos ul li {
        border-radius: 5px;
        transition-duration: 0.6s;
        padding: 10px 10px;
        margin: 15px 0px 15px;
        width: 16%;
    }

        .brand_logos ul li a img {
            width: 100%;
            /* box-shadow: 0 0 4px #1a5967; */
            height: 90px;
            border: 1px solid rgba(0,0,0,.08);
            transition: all .2s ease-in-out;
            filter: grayscale(100%);
            padding: 10px;
        }

        .brand_logos ul li:hover {
            box-shadow: 0 0 4px #1a5967;
            transition-duration: 0.6s;
            /* box-shadow: 0 0 5px #e4e4e4; */
        }

            .brand_logos ul li:hover a img {
                filter: grayscale(0);
            }

section.overlay_bg {
    background: #000000;
    padding: 70px 0px;
}

.overlay_bg .call-inner h2 {
    font-size: 34px;
    line-height: 35px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700;
}

.overlay_bg .call-inner p {
    color: #eee;
    font-size: 15px;
}

.overlay_bg .button {
    position: relative;
    float: right;
    margin-top: 5px;
    background: none;
}

.overlay_bg .bizwheel-btn {
    background: #fff;
    color: #488134;
    box-shadow: 0 10px 10px -8px rgb(0 0 0 / 50%);
    padding: 12px 32px;
    font-size: 15px;
    border-radius: 0px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease;
    line-height: 20px !important;
}

    .overlay_bg .bizwheel-btn:hover {
        background: #304265;
        color: #fff;
    }

.topAchiver_imgs {
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
}

    .topAchiver_imgs img {
        width: 100%;
    }

section.topAchiver {
    padding-top: 60px;
}
    section.topAchiver .topAchiver_imgs {
        height: 235px !important;
        margin-bottom: 0px;
    }

.newsSection {
    background-image: url('../images/pay_bt.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 375px;
    position: relative;
}
section.top_achiever {
    margin: 0px 0px -10px 0px;
}

    .newsSection:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
    }

    .newsSection p {
        color: #fff;
        padding: 20px;
    }


/*    line img css*/
/*    line img css*/
/*    line img css*/
 
.reflection-text {
    position: relative;
    margin: 13px 0px 30px;
    display: inline-block;
}

.reflection-text div {
    position: absolute;
    text-align: center;
    bottom: -2rem;
    width: auto;
    display: inline;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}

    .reflection-text div i {
        color: #ffffff;
        z-index: 9;
        font-size: 16px;
        position: relative;
        background: #ff3208 !important;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        line-height: 26px;
    }

.reflection-text .one {
    width: 90px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 130%;
    background: #333;
    z-index: 9;
}

.reflection-text .two {
    width: 90px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 130%;
    background: #333;
    z-index: 9;
}

/*@media (min-width:330px) and (max-width:480px){
    .clo_product{
        height:100%;
    }
}*/

@media (min-width:320px) and (max-width:480px) {
    .left ul li {
        margin-right: 0 !important;
    }
    .slick_slider .col-md-8 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .form-group input{
        width:100%;
    }
    h2.contact_Slot{
        font-size:27px!important;
    }
    section.login-section{
        border-radius:0px;
    }
   
    .left ul {
        display: block !important;
    }
    .imgSlot {
        width: 100% !important;
    }
    #login input {
        padding: 18px 10px!important;
    }
    section.slick_slider{
        padding:0!important;
    }
    .imgSlot img {
        width: 100% !important;
        border-radius: 0 !important;
    }
        .left ul {
            text-align:center;
        }

     .left ul li a {
            padding-left: 5px;
    }
    .right ul{
        justify-content:center;
    }
    section.slick_slider ul.slick-dots{
        left:24px!important;
    }
    .content_slider img {
        height: auto;
        border-radius: 0;
        object-fit:cover;
        object-position:center;
    }
    .rightSlot_column img{
        width:94%;
        height:auto;
    }
    .slick-dotted.slick-slider{
        margin-bottom:13px;
    }
    .view_btn .btn_read{
        width:100%;
        text-align:center;
    }
    .newsSlot{
        padding:0px;
    }
    .skincolor {
        text-align: center;
        margin-top: 13px;
    }
    section.blog-Section{
        padding:24px 0;
    }
    .clo_product{
        height:auto!important;
    }
    .blog-Section .col-md-6{
        margin-bottom:15px;
    }
    footer.footer-section{
        margin-top:0!important;
    }
    .btn-primary {
        width: 100%;
    }
    .dropdown-menu{
        min-width:100%!important;
    }
    .addcart a {
        width: 100% !important;
        line-height: 24px !important;
    }
    section.breadcrumbs:before{
        opacity:0.6;
    }
    h2.contact_Slot{
        line-height:35px!important;
    }
    .control-wrap{
        width:100%!important;
        padding:0!important;
    }
    
    .btnSlot{
        margin-left: 0px!important;
        margin-top:10px;
        width:100%!important;
    }
   
    .clo_product{
        border-radius:0!important;
    }
   html,body{
       overflow-x:hidden!important;
   }
    .breadcrumbs{
        margin-bottom:5px!important;
    }
   
}


@media (min-width:481px) and (max-width:767px){
    /*section.slick_slider{
        padding:0!important;
    }
    .slick-track img {
        height: auto !important;
        border-radius:0!important;
    }
    section.slick_slider ul.slick-dots{
        left:16px;
    }
    .imgSlot{
        border-radius:0!important;
    }
    .rightSlot_column img{
        width:100%!important;
    }*/

    .left ul li {
        margin-right: 0 !important;
    }

    .slick_slider .col-md-8 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .imgSlot {
        width: 100% !important;
    }

    #login input {
        padding: 18px 10px !important;
    }

    section.slick_slider {
        padding: 0 !important;
    }

    .imgSlot img {
        width: 100% !important;
        border-radius: 0 !important;
    }

    .left ul {
        justify-content: space-between;
    }

        .left ul li a {
            padding-left: 5px;
        }

    .right ul {
        justify-content: center;
    }

    section.slick_slider ul.slick-dots {
        left: 24px !important;
    }

    .content_slider img {
        height: auto;
        border-radius: 0;
        object-fit: cover;
        object-position: center;
    }

    .rightSlot_column img {
        width: 94%;
        height: auto;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 13px;
    }

    .view_btn .btn_read {
        width: 100%;
        text-align: center;
    }

    .newsSlot {
        padding: 0px;
    }

    .skincolor {
        text-align: center;
        margin-top: 13px;
    }

    section.blog-Section {
        padding: 24px 0;
    }

    .clo_product {
        height: auto !important;
    }

    .blog-Section .col-md-6 {
        margin-bottom: 15px;
    }

    footer.footer-section {
        margin-top: 0 !important;
    }

    .btn-primary {
        width: 100%;
    }

    .dropdown-menu {
        min-width: 100% !important;
    }

    .addcart a {
        width: 100% !important;
        line-height: 24px !important;
    }

    section.breadcrumbs:before {
        opacity: 0.6;
    }

    h2.contact_Slot {
        line-height: 35px !important;
    }

    .control-wrap {
        width: 100% !important;
        padding: 0 !important;
    }

    .btnSlot {
        margin-left: 0px !important;
        margin-top: 10px;
        width: 100% !important;
    }

    ul.navbar-nav.headerSlot {
        padding: 0 !important;
    }

    .clo_product {
        border-radius: 0 !important;
    }

    html, body {
        overflow-x: hidden !important;
    }

    .breadcrumbs {
        margin-bottom: 5px !important;
    }

    form#forgotform {
        width: 100% !important;
    }
}


/*@media (min-width:320px) and (max-width:768px){
    .main-header {
        display: block;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: 0!important;
        margin-left: 0!important;
        width: 100%;
        height: 93px;
    }
}*/
@media (min-width:320px) and (max-width:767px){
    .main-header{
        display:block;
        padding-left:0px;
        padding-right:0px;
    }
    nav.navbar.navbar-expand-lg.navbar-light{
        height:auto!important;
    }
    .overlay_bg .call-inner h2 {
        margin-bottom: 4px!important;
    }
    .overlay_bg .call-inner p {
        margin-bottom: 4px!important;
    }
    section.overlay_bg {
        text-align: center;
    }
    .overlay_bg .button{
        float:none;
    }
    ul.navbar-nav.headerSlot {
        padding: 0px !important;
    }

    #navbarSlot1 {
        width: 100%;
        right: 0px;
    }
    .navbar-expand-lg {
        display:block;
    }
    ul.navbar-nav.headerSlot{
        padding:0px;
    }
}


@media screen and (max-width:576px)
{
    .header-logo
    {
        width:100%;
    }
    .logo-and-bar {
        position: relative;
        padding-bottom:10px;
    }
    .logo-and-bar .anchor_logo {
        display:inline-block;
        width:50%;
        padding-left:5px;
    }
    .logo-and-bar .navbar-toggler {
        position: absolute;
        top:10px;
        right:20px;
    }
   
    .collapseslot.responsive
    {
        top:0 !important;
    }
    .main-header {
        height: 100%;
    }
    ul.navbar-nav.headerSlot li.nav-item{
        margin:0px;
    }
    #new_toggle{
        width:22px;
        height:25px;
    }
}
@media screen and (min-width:577px) and (max-width:767px)
{
    .header-logo {
        width: 100%;
    }
    #new_toggle {
        width: 22px;
        height: 25px;
    }
    .logo-and-bar {
        position: relative;
        padding-bottom: 10px;
    }

        .logo-and-bar .anchor_logo {
            display: inline-block;
            width: 24%;
            padding-left: 10px;
        }

          .collapseslot.responsive {
        top: 0 !important;
    }

    .main-header {
        height: 100%;
    }
}
@media screen and (min-width:768px) and (max-width:992px) {

    .header-logo {
        width: 100%;
    }
    #new_toggle {
        width: 22px;
        height: 25px;
    }
  
        .logo-and-bar .anchor_logo {
            display: inline-block;
            width: 21%;
            padding-left: 10px;
        }

      

   /* header.header-section {
        height: 100%;
    }
*/
    

    .main-header {
        height: 100%;
    }
}

@media screen and (min-width:993px)
{
    .navbar-toggler
    {
        display:none;
    }
}

@media screen and (max-width:992px){
    .logo-and-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 18px;
    }
}