@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,800;1,900&family=Nunito+Sans:wght@200;300;400;500;600;700;800;900;1000&family=Poppins:wght@100;200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,700;0,900;1,300;1,400;1,500;1,800;1,900&family=Nunito+Sans:wght@200;300;400;500;600;700;800;900;1000&family=Nunito:wght@200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

h2 {
    color: #333;
    font-family: 'Nunito', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
}

.navbar ul li a {
    color: #333;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 27px;
}

.navbar ul li a:hover {
    border-bottom: 1px solid #333;
}

.navbar .active {
    border-bottom: 1px solid #333;
}

#main-top-bar {
    background: #4D4D4D;

}

#main-top-bar a {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-decoration: none
}

#main-top-bar .form-control {
    background: #4D4D4D;
}

#search-bar-input {
    background: #4D4D4D;
}

#search-bar-input .form-control {
    background: #4D4D4D;
}

.btn-effect {
    overflow: hidden;
    position: relative;
    background-color: #4D4D4D;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 18px;
}

.btn-effect span {
    z-index: -20;
    color: #fff;
}

.btn-effect:hover {
    color: #fff !important;
    background-color: #4D4D4D;
}

.btn-effect:after {
    background: #fff !important;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 10;
}

.btn-effect:hover:after {
    left: 120%;
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
    color: #fff !important;
}

.menu_active {
    border-bottom: 1px solid #333 !important;
}

.sub_menu_active:hover {
    border-bottom: 1px solid #333 !important;
}

.carousel {
    margin-top: 150px;
}

.carousel-caption h6 {
    color: #4D4D4D;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
 
}


.carousel-caption .btn i {
    width: 26px;
    height: 26px;
}

.carousel-caption h4 {
    color: #363636;
    font-family: 'Nunito', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
}

.carousel-caption p {
    color: #4D4D4D;
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;

}

.carousel-caption {
    position: absolute;
    top: 15%;
}

.carousel-control-prev,
.carousel-control-next {
    outline: black;
    background-color: rgba(0, 0, 0, 0.3);
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid black;
}

.carousel-control-prev {
    top: 40%;
    position: absolute;
    width: 50px;
    height: 50px;
    border: none;
}

.carousel-control-next {
    top: 40%;
    position: absolute;
    width: 50px;
    height: 50px;
    border: none;
}

/** about css **/
.about {
    background: #222429;
    height: 800px;
}

.about h6 {
    color: #FFF;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 222.222% */
    text-transform: uppercase;
}

.about h4 {
    color: #FFF;
    font-family: 'Nunito', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
}

.about p {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.abt-img2 p {
    font-size: 10px;
    text-align: justify;
}

.about .btn {
    background: #fff;
    border-radius: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    color: #333 !important;
    text-transform: uppercase;
}

.about .abt-img .img-1 {
    position: relative;
    width: 400px;
    left: 0;
    bottom: 0;
    top: 100px;
}

.about .abt-img2 {
    background-image:  url('../assets/image/aboutbg2.png');
    height: auto;
    background-repeat: no-repeat;
    position: relative;
    left: 45%;
    top: -30%;
}

/* .about .abt-img .img-2 {
    position: relative;
    width: 381px;
    left: -40px;
    bottom: 0;
    top: 140px;
} */

.about .abt-info {
    position: relative;
    top: 190px;
}


/** product css ***/
.product h4 {
    color: #222;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

/**,*/
/**:after,*/
/**:before {*/
/*    -webkit-box-sizing: border-box;*/
/*    -moz-box-sizing: border-box;*/
/*    box-sizing: border-box;*/
/*}*/

/*.clearfix:before,*/
/*.clearfix:after {*/
/*    content: " ";*/
/*    display: table;*/
/*}*/

/*.clearfix:after {*/
/*    clear: both;*/
/*}*/

.product {
    width: 100%;
    font-family: sans-serif;
    background: #FFF;
    height: 600px;
   color: #333;
}
.product .card-body:hover
{
    background: #4D4D4D;
    color: #ffffff!important;
}
.product .card-body button:hover{
    color: #ffffff;
}
.product .card img{
background: radial-gradient(50% 50.00% at 50% 50.00%, #F7F7F7 0%, #EAEAEA 100%); 
}
h1 {
    color: #ccc;
    text-align: center;
}

a {
    color: #ccc;
    text-decoration: none;
    outline: none;
}

/*.product .tab_container {*/
/*    width: 90%;*/
/*    margin: 80px;*/
/*    border-top: 1px solid #CCC;*/
/*    position: relative;*/
/*}*/

/*.product input,*/
/*section {*/
/*    clear: both;*/
/*    padding-top: 10px;*/
/*    display: none;*/
/*}*/

/*.product label {*/
/*    font-weight: 700;*/
/*    font-size: 18px;*/
/*    position: relative;*/
/*    font-family: 'Poppins', sans-serif;*/
/*    left: 20%;*/
/*    right: 20%;*/
/*    width: 20%;*/
/*    color: #757575;*/
/*    cursor: pointer;*/
/*    text-decoration: none;*/
/*    text-align: center;*/

/*}*/

/*.product #tab1:checked~#content1,*/
/*.product #tab2:checked~#content2,*/
/*.product #tab3:checked~#content3 {*/
/*    display: block;*/
/*    padding: 20px;*/
/*    background: #fff;*/
/*}*/

/*.product .tab_container .tab-content p,*/
/*.product .tab_container .tab-content h3 {*/
/*    -webkit-animation: fadeInScale 0.7s ease-in-out;*/
/*    -moz-animation: fadeInScale 0.7s ease-in-out;*/
/*    animation: fadeInScale 0.7s ease-in-out;*/
/*}*/

/*.tab_container .tab-content h3 {*/
/*    text-align: center;*/
/*}*/

/*.product .tab_container [id^="tab"]:checked+label {*/
/*    background: #fff;*/
/*    border-top: 2px solid #C49B87;*/
/*}*/

/*.product .tab_container [id^="tab"]:checked+label .fa {*/
/*    color: #C49B87;*/
/*}*/

/*.product label .fa {*/
/*    font-size: 1.3em;*/
/*    margin: 0 0.4em 0 0;*/
/*}*/



/*Media query*/
/* @media only screen and (max-width: 900px) {} */

/*Content Animation*/
@keyframes fadeInScale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/** testimonial css **/


/*.heading span {*/
/*    font-size: 18px;*/
/*    display: block;*/
/*    font-weight: 500;*/
/*}*/

/*.white-heading span {*/
/*    color: #ffffff;*/
/*}*/

/*.gallery-cell p {*/
/*    color: #666;*/
/*    text-align: center;*/
/*    font-family: 'Poppins', sans-serif;*/
/*    font-size: 16px;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    line-height: 26px;*/
    /* 162.5% */
/*}*/

/*.testimonial {*/
/*    position: relative;*/
/*    padding-top: 40px;*/
/*    padding-bottom: 40px;*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*}*/

/*.gallery {*/
/*    background: #FFF;*/
/*}*/

/*.gallery-cell {*/
/*    margin-top: 40px;*/
/*    width: 50%;*/
/*    height: 380px;*/
/*    margin-right: 40px;*/
/*    counter-increment: gallery-cell;*/
/*}*/

/*.flickity-prev-next-button {*/
/*    top: 40% !important;*/
/*}*/

/*.flickity-button {*/
/*    background: #C2C2C2 !important;*/
/*    color: #FFFFFF !important;*/
/*}*/

/*.gallery-cell {*/
/*    filter: blur(2px);*/
/*}*/

/*.is-selected {*/
/*    filter: blur(0px);*/
/*}*/

/* ------testimonial  close-------*/
/**--------------------------------------------------------------------------------- Trust-----------------------------------------------------**/
.Trust {
    min-height: 570px;
}
.Trust .white-heading h4 {
    position: relative;
    top: 20px;
    color: #222;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
}
.Trust .card .card-body .card-text p {
    color: #666;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}
/** process **/
.process {
    width: 100%;
    height: 450px;
}

.process h4 {
    color: #222;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    /* 222.222% */
    text-transform: uppercase;
}


.process .pimage1 {
    display: block;
}

.process .pimage2 {
    display: none;
}



/** Features css **/
.Features h4 {
    color: #333;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    /* 107.692% */
}

.Features p {
    color: #666;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.Features {

    background-image:     url('../assets/image/pimg1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #F5F5F5;
    height: 550px;
    width: 100%;
}

.Features .card {
    background: #F5F5F5;
}


/** gallery **/
.video-container {
    width: 650px;
    height: 700px;
    position: relative;
    display: flex;
    justify-content: center;
}

.video-container .video-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.play-button-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.play-button-wrapper #circle-play-b {
    cursor: pointer;
    pointer-events: auto;
}

.play-button-wrapper #circle-play-b svg {
    width: 100px;
    height: 100px;
    fill: #fff;
    stroke: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    opacity: 0.9;
}

.Quality h2 {
    color: #222;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    /* 112.5% */
}

.Quality h6 {
    color: #222;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    /* 250% */
    text-transform: uppercase !important;
}

.Quality p {
    color: #333;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    /* 123.077% */
}

.Quality .card {
    width: 350px;
    height: 350px;
    background: #F5F5F5;
}

/** testimonial**/


/** footer section **/
.footer-inner {
    height: 300px;
    margin-top: -100px;
}

.footer-20192 {
    position: relative;
    color: #fff;
    padding: 7rem 0;
    background-color: #222429;
    /* margin-top: 13%; */
}

.footer-20192 .container {
    position: relative;
}

.footer-20192 h3 {
    /* font-size: 16px; */
    margin-bottom: 10px;
    margin-top: 0;
    color: #FFF;
    font-family: 'Nunito', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
}

.footer-20192 .links li {
    margin-bottom: 5px;
    display: block;
}

.footer-20192 .links li a {
    color: #FFFFFF;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;

    /* 193.333% */
}

/* .footer-20192 .btn {
    background-color: #4D4D4D;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 20px;
} */

.footer-20192 .footer-logo {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: .1rem;
}

.footer-20192 .copyright {
    color: #fff;
}

.footer-20192 .cta {
    padding: 20px;
    background-color: #F5F5F5;
    top: -180px;
    position: relative;
    color: #222222;
}

/* .footer-20192 .cta h2,
.footer-20192 .cta h3 {
    line-height: 1.5;
} */

.footer-20192 .cta h2 {
    color: #222;
    font-family: 'Nunito', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
}

.footer-20192 .cta h5 {
    color: #222;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 222.222% */
    text-transform: uppercase;
}

.news-letter-form .btn {
    position: relative;
    top: -34px;
    right: -60%;
    color: #222222 !important;
    background: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;

}

.socialicon {
    background-color: #4D4D4D;
}

.socialicon:hover {
    background-color: #111111;
    color: #fff !important;
}

/** about page **/
.aboutbanner {
   
    background-image:  url('../assets/image/b3.png');
    background-repeat: no-repeat;
    height: 200px;
    background-size: contain;
}

.aboutbanner {
    position: relative;
    margin-top: 180px;
}

.abouttitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.aboutbanner h2 {
    color: #FFF;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    /* 112.5% */
}

.aboutbanner .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: #FFF;
}

.aboutbanner .breadcrumb {
    background-color: #ffffff00;
}

.aboutbanner .breadcrumb-item a {
    color: #FFF !important;
}

.aboutinner {
    margin-top: 55px;
    height: 730px;
}

.aboutinner h4 {
    color: #333;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 222.222% */
    text-transform: uppercase;
}



.aboutinner p {
    color: #666;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-align: justify;
    /* 162.5% */
}

/** contact us page **/
.contactform {
    width: 100%;
    height: 950px;
}

.contactform h4 {
    color: #333;
    text-align: center;
    font-family: 'Nunito', sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
}

.contactform p {
    color: #666;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.contactform .btn {
    background: #4D4D4D;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    border-radius: 20px;
}

.contactform .info {
    background-color: #222429 !important;
    color: #fff;
}

.contactform .info p {
    color: #fff;
}

.contactform p {
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.contactform h6 {
    color: #FFF;
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    /* 204.545% */
}

.contactform h5 {
    color: #FFF;
    font-family: 'Nunito', sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    /* 150% */
}

.contactform input {
    color: #B6B6B6;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    /* 142.857% */
    text-transform: capitalize;
}

/** Faqs **/


/** shipping css **/
.shipping {
    height: 723px;
}


.shipping .shipping-info p {
    color: #666;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /* 162.5% */
}

.shipping-info ol li {
    list-style-type: upper-roman;
}

.cancel h4 {
    color: #333;
    font-family: 'Nunito', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;

    /* 173.077% */
}

.cancel p {
    color: #666;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /* 162.5% */
}

/** tearms **/

.terms p {
    color: #666;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}
.terms h3{
     color: #666;
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}
/** product **/
/*.dtysection .like {*/
/*    position: absolute;*/
/*    top: 5px;*/
/*    right: 15px;*/
/*}*/



.dtysection p {
    color: #666;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /* line-height: 26px; */
    /* 162.5% */
}

.dtysection .form-check-label {
    color: #333;
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    background: #DCDCDC;
    margin: 10px;
}

.dtysection .select {
    color: #666;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 171.429% */
}

/*#v-pills-tab .form-check-label{*/
/*    padding: 6px 30px !important;*/
/*    border: 0;*/
/*    text-align: center;*/
/*    font-family: 'Nunito', sans-serif;*/
/*    font-size: 22px;*/
/*    font-style: normal;*/
/*    font-weight: 600;*/
/*    line-height: 28px;*/
/*    text-transform: uppercase;*/

/*    background: #DCDCDC;*/
/*}*/

.dtysection .nav-pills .nav-link {
    border-radius: 0 !important;
 
}


.dtysection .tab-content {
    border-left: 1px solid #4D4D4D;
}

.dtysection .form-check-label .nav-pills .nav-link.active {
    color: #fff ;
    background: #4D4D4D ;
}

/** cart **/
.cartinfo {
    height: 650px;
}

/** sign in **/
.sign{
    height: 300px;
    margin: 70px;
}
.sign input {
    color: #B6B6B6;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.sign a {
    color: #1F43B2;
}

.sign .btn {
    background: #4D4D4D;
    color: #FFFFFF;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.sign h5 {
    color: #333;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.iti {
    display: block !important;
}

/** privarcy **/
.privacyinfo ol.a {
    list-style-type: disc!important;
}

/*.privacyinfo ol.b {*/
/*    list-style-type: upper-roman !important;*/
/*}*/

.privacyinfo p {
    color: #666;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.privacyinfo h4 {
    color: #333;
    font-family: 'Nunito', sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
    /* 173.077% */
}

.privacyinfo img {
    position: relative;
    top: 42px;
    left: -28px;
}

/** My account **/
.accountinfo .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #666;
    background-color: #fff;
}

.accountinfo .nav-pills .nav-link {
    background-color: #fff;
    color: #666;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}


.accountinfo #wallet .balance {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20) inset;
    background: #EFEFEF;

}

.accountinfo .bg-danger-transparent {
    background-color: rgba(239, 75, 75, 0.2) !important;
    color: rgb(239, 75, 75) !important;
}

.accountinfo .bg-success-transparent {
    background-color: rgba(56, 203, 137, 0.2) !important;
    color: rgb(56, 203, 137) !important;
}

.accountinfo .ms-n5 {
    margin-left: -40px;
}

/** faq **/

.faq {
    height: 850px;
}

.faq .accordion {
    width: 100%;
    background: #FFF;
    margin: 0 15px;
    border-radius: 8px;
    /* box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); */
}

/*.faq .accordion .accordion-content {*/
/*    margin: 20px 0;*/
/*    border-radius: 4px;*/
/*    overflow: hidden;*/
/*}*/


/*.faq .accordion-content.open {*/
/*    padding-bottom: 20px;*/
/*}*/

/*.faq .accordion-content header {*/
/*    display: flex;*/
/*    min-height:max-content;*/
/*    padding: 0 15px;*/
/*    cursor: pointer;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*    transition: all 0.2s linear;*/
/*}*/

/*.faq .accordion-content.open header {*/
/*    min-height: 35px;*/
/*}*/
.faq .accordion-item .accordion-header:focus{
    border:0;
    outline:0;
}
.faq .accordion .accordion-button {
    border:0!important;
    background: #FFF!important;
    outline:0;
}
.faq .accordion .accordion-item{
     width: 100%;
    text-align: left;
    border: 1px solid white;
    background: #fff;
    fill: #FFF;
    filter: drop-shadow(0px 0px 10px rgba(135, 135, 135, 0.20))
}
.faq .accordion-item .accordion-header{
    color: #333!important;
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;

}

/*.faq .accordion-content header i {*/
/*    font-size: 15px;*/
/*    color: #333;*/
    /* background-image: url(image/faq.png);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain; */
/*}*/

/*.faq .accordion-contentbg {*/
/*    position: relative;*/
/*    right: -20px;*/
/*}*/

/*.faq .accordion-contentimg {*/
/*    position: absolute;*/
/*    right: -30px;*/
/*}*/


.faq .accordion-body p{
    color: #666;
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
   
    /* 162.5% */
}

/*.faq .plus-position {*/
/*    position: relative;*/
/*    bottom: 32px;*/
/*    left: 14px;*/
/*}*/

/** checkout **/
.order .cardborder {
    border-bottom: 2px solid #CCCCCC;
    border-bottom-style: dashed;
}

.order .accordion {
    background-color: #fff;

}

.order .card-header {
    background-color: #fff;
    border-bottom: 0 !important;
}

.order .plus-position {
    position: relative;
    bottom: 32px;
    left: 14px;
}


/** cart **/
.cartinfo .cardborder {
    border-bottom: 2px solid #CCCCCC;
    border-bottom-style: dashed;
}

.cartinfo button {
    color: #1F43B2;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    /* 125% */
}

.cartinfo .Discount {
    background: #FFFFFF !important;
    border: 2px solid #CCCCCC;
    border-style: dashed;
}

/* .save {
    color: #fff;
    background: #4D4D4D;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
   
    text-transform: uppercase;
    padding: 10px 18px;
} */


/* .save:hover {
    background: #3C3C3C;
    box-shadow: 0px 0px 4px 2px #111 inset;
    color: #797979;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.50);
    transition: all 250ms linear;
} */

/* .accountinfo .nav-pills .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    border-bottom: 1px solid #333;

}

.accountinfo .nav-pills .nav-link:hover::after {
    width: 50%;
} */



/** media query **/
@media only screen and (min-width:0px) and (max-width:768px){
 .sign{
        height:625px!important;
        margin: 0px!important;
}
        .carousel-caption h4 {
        font-size: 15px !important;
        font-weight: 400 !important;    
        margin-top: 10px !important;
    }

    .carousel-caption .btn {
        width: 109px !important;
        font-size: 10px !important;
        height: 25px !important;
        top: 0 !important;
        padding: 2px 7px !important;
        /* margin-left: 15px !important; */

    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 25px !important;
        height: 25px !important;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 10px !important;
        height: 10px !important;
    }
       .about {
        width: 100% !important;
        height: 1050px !important;
    }
    .about .abt-info {
        text-align: center !important;
        top: 60px !important;
        width:344px!important;
        margin:auto!important;
    }

    .about .abt-img2 {
        display: none !important;
    }
    .about .abt-img .img-1 {
        top: 20px;
        width: 343px;
        height: 350px;
        margin: auto!important;
    }
    .aboutinner{
        height: 1025px!important;
    }
    .Quality{
        margin-bottom:20px;
         min-height: 1560px !important;
    }
    .Quality .card{
        margin:auto!important;
    }
    /*.Quality .video-wrapper{*/
    /*    width:50%!important;*/
    /*    height:50%!important;*/
    /*}*/
 .Trust
    {
   min-height: 1260px;
   text-align: justify;
}
.Trust .card img{
    width: 280px!important;
}
  .faq{
       min-height: 1450px!important;
    }
    .faq .accordion {
        margin:0 0!important;
    }
.tearms-section{
        min-height: 2330px;
}
.cancel{
    min-height: 2030px!important;
}
.footer-20192{
   min-height: 1735px;
}
.privacyinfo-section{
        min-height: 3030px!important;
}
.shipping {
    height: 1841px;
  
}
.shipping  h2{
      font-size:20px!important;
}
.contactform{
    height: 1574px;
}
 .Features {
    background-image: none !important;
    width: 100% !important;
    margin-top: 235px !important;
    height:1200px;
}
  .featureimage img{
        width: 340px!important;
    height: 260px!important;
    margin:auto!important;
    display:inline-block;
}
  .video-container {
        margin: auto;
        width: 350px;
        height: 350px;
        
    }
    .play-button-wrapper
        {
    width: 30px;
    height: 30px;
    top: 140px;
    left: 151px;
}
.play-button-wrapper #circle-play-b svg 
{
        width: 50px;
    height: 50px;
}
.product{
    height:1250px;
}
    .process {
        height: auto !important;
    }

    .process h4 {
        font-size: 14px !important;
    }

    .process h2 {
        font-size: 22px !important;
        line-height: 25px !important;
    }

    .process .pimage1 {
        display: none !important;
    }

    .process .pimage2 {
        margin-top: 0 !important;
        display: block !important;
    }
    .aboutbanner{
            height: 52px;
    }
     .aboutbanner .breadcrumb{
     display: none !important;
 }
 .abouttitle {
    position: relative !important;
    top: 0; 
    left: 0;
   transform: translate(0%, 0%);
}
.aboutbanner h2{
     position: relative;
    font-size:20px;
    top:10px;
}
 .aboutinner{
     margin-top:0;
 }
}
    

@media only screen and (min-width:769px) and (max-width: 992px) {

    .nav-item span {
        display: none;
    }

    .navbar-brand {
        width: 50px;
        height: 30px;
    }

    /* #topbar {
        display: none !important;
        margin-top: 0 !important;
    } */

    .carousel {
        margin-top: 150px;
    }

    .carousel-caption {
        position: absolute !important;
        top: 0 !important;
       font-size: 0.10rem;
    }

    .carousel-item img {
        width: 100%;
        height: 175px !important;

    }
  .carousel-item span{
      font-size:20px!important;
  }
    .carousel-caption h4 {
        font-size: 15px !important;
        font-weight: 400 !important;
        line-height: 20px !important;
        margin-top: 10px !important;
    }

    .carousel-caption .btn {
        width: 109px !important;
        font-size: 10px !important;
        height: 25px !important;
        top: 0 !important;
        padding: 2px 7px !important;
        /* margin-left: 15px !important; */

    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 25px !important;
        height: 25px !important;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 10px !important;
        height: 10px !important;
    }

    .about {
        width: 100% !important;
        height: 750px !important;
    }

    .about .abt-info {
        text-align: center !important;
        top: 40px !important;

    }

    .about .abt-img2 {
        display: none !important;
        /* width: 300px !important;
        height: 350px !important;
        top: 0 !important;
        left: 30px !important; */
    }

    .about .abt-img .img-1 {
        top: 20px;
        width: 360px;
        height: 350px;
        margin-left: auto;
    }

    .about h6 {
        font-size: 14px !important;
        line-height: 20px;
    }

    .about h4 {
        font-size: 22px !important;
        line-height: 35px !important;
    }

    .about p {
        font-size: 12px !important;
        line-height: 18px !important;
    }

    .about .btn {
        font-size: 10px !important;
    }
   .product {
        top: 0 !important;
        height: auto !important;
    }
   .product .card{
    width:250px!important;
    height:250px!important;
    text-align:center;
   }
    .product h4 {
        font-size: 12px !important;
        line-height: 10px !important;
    }

    .product p {
        font-size: 12px !important;
    }

    .product h2 {
        font-size: 22px !important;
        margin-left: 5px !important;
        line-height: 25px !important;
    }

    .product label {
        font-size: 10px !important;
        padding: 0 !important;
        width: 20% !important;
    }

    .process {
        height: auto !important;
    }

    .process h4 {
        font-size: 14px !important;
    }

    .process h2 {
        font-size: 22px !important;
        line-height: 25px !important;
    }

    .process .pimage1 {
        display: none !important;
    }

    .process .pimage2 {
        margin-top: 0 !important;
        display: block !important;
    }

    .Features {
        background-image: none !important;
        width: 100% !important;
        margin-top: 5px !important;
        height: 800px !important;
    }

    .featureimage {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .Features img {
        margin-top: 0 !important;
        width: 250px !important;
        height: 250px !important;
    }

    .Features h4 {
        font-size: 16px !important;
    }

    .Features p {
        font-size: 12px !important;
        line-height: 15px !important;
    }

    .Features .card img {
        width: 40px !important;
        height: 40px !important;
    }

    .Quality {
        top: 0 !important;
        min-height: 1360px !important;
    }

    .Quality h4 {
        font-size: 14px !important;
        margin-top: 0 !important;
    }

    .Quality h2 {
        font-size: 24px !important;
        line-height: 28px !important;
    }

    .Quality h6 {
        font-size: 12px !important;
        margin-top: 20px !important;
    }

    .Quality p {
        font-size: 14px !important;
    }

    .video-container {
        margin: auto;
        width: 350px;
        height: 350px;
    }

    /*.testimonial {*/
    /*    height: 750px !important;*/
    /*}*/

    .white-heading h4 {
        font-size: 14px !important;
    }

    .white-heading h2 {
        font-size: 22px !important;
    }
 
   .Trust {
    min-height: 950px;
}

    .footer-section::after {
        display: none !important;
    }

    .footer-20192 .cta h5 {
        font-size: 12px !important;
        line-height: 15px !important;
    }

    .footer-20192 .cta h2 {
        font-size: 18px !important;
    }

    .footer-20192 h3 {
        font-size: 16px !important;
    }

    .footer-20192 .btn {
        font-size: 10px !important;
        line-height: 10px !important;
    }

    .footer-20192 .links li a {
        font-size: 12px !important;
    }

    .news-letter-form input[type="submit"] {
        position: relative;
        top: 50%;
    }

    .footer-inner {
        height: auto !important;
    }

    .contactform {
        height: auto !important;
    }

    .contactform textarea {
        margin-top: 15px !important;
        width: 100% !important;
    }

    .faq {
        height: 1250px !important;
    }

   .shipping {
    height: 1100px !important;
}

    .privacyinfo-section{
        min-height: 1650px!important;
}

  .cancel {
    min-height: 1400px !important;
   }
    .sign {
        height: auto !important;
    }

    .dtysection {
        height: 1500px !important;
    }

    .aboutbanner {
        margin-top: 130px;
        height: 100px!important;
    }
 .aboutbanner .breadcrumb{
     display: none !important;
 }
 .aboutbanner .aboutinner{
     margin-top:0!important;
 }
    /*.aboutbanner h2 {*/
    /*    display: none !important;*/
    /*}*/

    .dtysection .tab-content {
        border-left: none;
    }

    .abouttitle {
        position: relative !important;
        top: 0;
        left:0;
        transform: translate(0%, 0%);
    }

    .abouttitle h2 {
       position: relative;
    font-size: 20px !important;
    top: 34px;
    }

    .cartinfo {
        display: inline-flex;
    }

    .cartinfo {
        height: 1480px;
    }

    .cartinfo .card {
        text-align: center;
    }

    .cartinfo .card h4 {
        text-align: center !important;
    }

    .info {
        margin-bottom: 30px;
    }

    .contactform .map {
        margin-bottom: 90px;
    }
     .tearms-section{
      height: 1442px;
}
     }
     /*.dtysection .like { position: absolute; top: 5px; right: 15px; }*/
