 .woocommerce form .form-row .required { visibility: visible; }
.header .header__wrap.wrap{
    /*padding-left: 0;*/
    /*padding-right: 0;*/
}


.zmd{
    background: #007373;
    /*border-bottom: 3px solid #000;*/
}

.zmd .centers{
    overflow: hidden;
     padding-left: 100rem !important;
    padding-right: 100rem !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zmd .centers .lefts1{
    color: #fff;
    font-size: 14px;
    width: 60%;
    max-height: 40px;
}
.zmd .centers .lefts1 span{
    font-size: 13px;
}

.zmd .centers .right1{
}



.header__row{
    justify-content: space-between;
    padding: 20rem 0;
}

.rightdivs{
    width: 70%;
    display: flex;
    flex-direction: column;
}

.rightdivs .righttops{
    display: flex;
    justify-content: flex-end;
    padding-bottom: 11px;
}

.rightdivs .rightdowns{
    display: flex;
    justify-content: space-between;
    flex-direction: unset;
}

.rightdivs .rightdowns .header__search{
    width: 45%;
}

.rightdivs .rightdowns .header__right{
    width: 20%;
}




.rightdivs .righttops>.inner {
    display: flex;
    justify-content: flex-end;
    min-height: 30px
}

.rightdivs .righttops .header-infoList {
    display: flex;
    list-style-type: none;
}

.rightdivs .righttops .header-infoList>.item:not(:first-child) {
    margin-left: 24px
}

.rightdivs .righttops .header-infoList>.item a,.rightdivs .righttops .header-infoList>.item button {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.rightdivs .righttops .header-infoList>.item a:hover,.rightdivs .righttops .header-infoList>.item button:hover {
    text-decoration: underline
}

.rightdivs .inner .btn{
    height: unset;
    padding-left: 0;
    padding-right: 0;
    font-weight: 500 !important;
}

.rightdivs .icon-link02 {
    position: relative;
    padding-right: 16px !important;
    background: unset;
    border: unset;
}


.rightdivs .header-fontSize {
    position: relative;
    margin-left: 24px;
}

.rightdivs .header-fontSize>.btn>button {
    font-size: 14px;
    cursor: pointer;
}

.rightdivs .header-fontSize>.popup {
    display: none;
    position: absolute;
    top: calc(100% + 6px);
    width: 120px;
    background: #fff;
    z-index: 6
}

.rightdivs .header-fontSize>.popup>.inner>.list {
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 3px 8px rgba(0,0,0,.25)
}

.rightdivs .header-fontSize>.popup>.inner>.list>.item {
    display: flex;
    background: #fff
}

.rightdivs .header-fontSize>.popup>.inner>.list>.item:not(:first-child) {
    border-top: 1px solid #d5dedb
}

html.-fsDfault .rightdivs .header-fontSize>.popup>.inner>.list>.item:nth-child(2),html.-fsLarge .rightdivs .header-fontSize>.popup>.inner>.list>.item:nth-child(3),html.-fsSmall .rightdivs .header-fontSize>.popup>.inner>.list>.item:nth-child(1),html.-fsdDfault .rightdivs .header-fontSize>.popup>.inner>.list>.item:nth-child(2) {
    background: #e2efbc
}

.rightdivs .header-fontSize>.popup>.inner>.list>.item>.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    border-radius: 0;
    min-height: 35px
}

.rightdivs .header-fontSize>.popup>.inner>.list>.item>.btn::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: background-color .3s ease-out;
    background: rgba(255,255,255,0);
    z-index: 1;
    border-radius: 0;
}

.rightdivs .header-fontSize>.popup>.inner>.list>.item>.btn>span {
    font-size: 1.4rem;
    color: #000;
}



.rightdivs .header-lang {
    margin-left: 20px
}

.rightdivs .header-lang>.popup {
   position: absolute;
    z-index: 6;
    top: 90px;
    right: 90px;
}

.rightdivs .header-lang>.btn>button {
    font-size: 14px;
    cursor: pointer;
}

.rightdivs .popup>.inner>.list>.item.-current {
    background: #e2efbc;
}
.rightdivs .lang-block>.popup>.inner>.list>.item {
    display: flex;
    /*background: #fff;*/
        /*padding: 5px 0;*/
}

.rightdivs .lang-block>.popup>.inner>.list>.item .btn{
    color: #000;
    border-radius: 0;
    min-height: 35px;
    display: block;
    width: 100%;
    border-bottom:1px solid #d5dedb;
}

.rightdivs .lang-block>.popup>.inner>.list>.item .btn:last-child{
    border-bottom:1px solid none;
}

.lang-block>.popup>.inner>.list>.item>.btn>.inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 1.4rem;
}
.lang-block>.popup>.inner>.list>.item>.btn>.inner>.name {
    position: relative;
    padding-left: 20px;
}
.lang-block>.popup>.inner>.list>.item>.btn>.inner>.code {
    min-width: 2em;
    text-align: left;
    padding-right: 20px;
}
.lang-block>.popup>.inner>.list {
    width: 180px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 3px 8px rgb(0 0 0 / 25%);
}

/*.lang-block>.popup>.inner>.list>.item>.btn>.inner>.name.-jp::before {
    background-image: url(/kojin/cmn/imgs/bg_country_01.svg)
}

.lang-block>.popup>.inner>.list>.item>.btn>.inner>.name.-en::before {
    background-image: url(/kojin/cmn/imgs/bg_country_02.svg)
}

.lang-block>.popup>.inner>.list>.item>.btn>.inner>.name.-zh::before {
    background-image: url(/kojin/cmn/imgs/bg_country_03.svg)
}

.lang-block>.popup>.inner>.list>.item>.btn>.inner>.name.-ko::before {
    background-image: url(/kojin/cmn/imgs/bg_country_04.svg)
}

.lang-block>.popup>.inner>.list>.item>.btn>.inner>.name.-vi::before {
    background-image: url(/kojin/cmn/imgs/bg_country_05.svg)
}
*/


.icon-link02>.inner::after {
    content: "";
    content: "";
    display: block;
    display: block;
    position: absolute;
    position: absolute;
    top: calc(50% - (3px / 2));
    right: 0;
    width: 0;
    height: 0;
    border-width: 3px 3px 0 3px;
    border-style: solid;
    border-color: #004831 transparent transparent transparent;
}


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

.section44 .blog__slider .rights2{
    display: flex;
    flex-direction: column;
    width: 49%;
}

.section44 .blog__slider .rights2 .blog__item{
    display: flex;
    flex-direction: unset;
    width: 100%;
    justify-content: space-between;
    min-height: unset;
}

.section44 .blog__slider .rights2 .blog__item .blog__item-info{
}


.section44 .blog__item1{
    flex-direction: column;
}
.section44 .blog__item1 .blog__preview{
    width: 100%;
}

.section44 .blog__item1  .blog__item-info{
    width: 100%;
}

.section44 .blog__item1  .blog__item-info{
    padding: 15rem 30rem 70rem;
}


.faq__column_left{
    background-image: linear-gradient(135deg,rgba(221,125,207,.1),rgba(221,125,207,.35));
    padding: 50px;
    width: calc(50% - 12.5px);
    border-radius: 30rem;
}

.faq-list__item{
    background: unset;
    border-radius: 0;
    border-left: none;
    border-top: none;
    border-right: none;
}

.faq-list__head .faq-list__title{
    font-size: 22rem;
}

.faq-list__head{
    padding: 25rem 0;
}

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

.faq__column_right{
       background-image: linear-gradient(135deg,rgba(71,230,164,.25),rgba(71,230,164,.6));
    padding: 50px;
    width: calc(50% - 12.5px);
    border-radius: 30rem;
}

.blog__itemright1{
    margin-bottom: 25px;
}


  .excellence__list{justify-content: space-between;}
  .excellence__item {
    display: flex;
    width: calc(25% - 20px);
    margin-right: 0 !important;
    flex-direction: row-reverse;
    background: #F9F9F9;
    border-radius: 10px;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 20px;
    align-items: center;
}
.excellence__content {
    
}


 .slidedivs{
    padding-bottom: 50px;
  }
  .slidedivs .category__items {
    overflow: hidden;
    border-radius: 15px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 9999;
    display: block;

}

  .slidedivs .category__items img{
    width: 100%;
    overflow: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }

  .slidedivs .category__items:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.slidedivs .swiper-pagination-bullet {
    margin-right: 5rem;
    width: 11rem;
    height: 11rem;
    cursor: pointer;
    background-color: transparent;
    border: 1rem solid rgba(1,177,175,.7);
    border-radius: 50%;
}

.slidedivs .swiper-pagination-bullet-active{
      background-color: rgba(1,177,175,.7);
}

.slidedivs .swiper-pagination{
  justify-content: center;
    display: flex;
    width: calc(100% - 200rem);
    bottom: 25px;
}

.mobilemenu2{
    display: none;
}


.section44 .blog__slider .rights2 .blog__preview{
    width: 50%;
}
.section44 .blog__slider .rights2 .blog__item-info{
    width: 50%;
}

.section44 .blog__slider .rights2 ..blog__preview-img{
   object-fit: cover;
}

    @media (max-width: 768px) {
        .header .header__search{
          width: 60% !important;
        }

        .headmenusss .faq-list__head{
          display: flex;
          align-items: center;
        }

        .main-slider__dots .owl-dot {
            width: 12rem;
            height: 12rem;
            border: none;
            margin-right: 8rem;
        }

       .footer__center-column_left .footer__cards img {
            max-height: unset;
            max-width: 100%;
        }
        .footer__top-column_right{
            justify-content: center;
        }

       /* .footer__menu-link:not(:last-child) {
            margin-right: 0;
        }*/

        .footer__menu-link{
                margin-left: 10px !important;
                margin-right: 10px !important;
        }


        .footer__menu .footer__menu-link{
            width: calc(50% - 68rem);
        }

        .footer__logo {
            width: 100px;
        }

        .faq__row{
            flex-direction: column;
        }

        .faq__column_left,.faq__column_right{
            width: calc( 100% - 25px);
            margin-left: auto;
            margin-right: auto;
            padding: 40px 20px 20px 20px;
        }
        .faq__list.faq-list {
            margin-top: 20rem;
        }

        .faq__column_left{
            margin-bottom: 15px;
        }

        h2.faq__title p br{
            display: none;
        }

        .faq_main .faq-list__title{
            line-height: 1.4;
        }

        .faq-list__item:last-child{
            border: none;
        }

        .faq-list__content p{
            font-size: 15px;
        }




        .section44 .blog__slider{
            flex-direction: column;
            width: 100%;
        }

        .section44 .blog__item1{
            width: 100%;
        }

        .section44 .blog__slider .rights2{
            width: 100%;
        }

        .section44 .blog__item .blog__preview-img{
                object-fit: contain;
        }

        .blog__item-info {
            padding: 15px 15px 50px;
        }

        .blog__itemright1{
            margin-top: 15px;
            margin-bottom: 15px;
        }



        .faq_main {
            padding-top: 100px;
        }



        .excellence__list{justify-content: space-between;}
          .excellence__item {
            display: flex;
            width: 100% !important;
            margin-right: 0 !important;
        }
        .excellence__content {
            margin-left: 15.5rem !important;
        }


        .excellence__progress {
            width: 100%;
        }

    .owl-carousel .owl-item img {
        object-fit: unset;
        height: unset;
    }

  .pop-products__title {
    font-size: 20px;
    line-height: 1.25;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.pop-products__arrow-link{
    margin-bottom: 0 !important;
}

.section33 .owl-carousel .owl-stage-outer{
    padding-top: 30px;
}

.pop-category__product {
    height: 110rem;
}

.excellence__list .owl-stage {
    padding: 20px 20px 0;
}

.slidedivs .swiper-pagination{
        width: calc(100% - 30px);
}

.slidedivs .swiper-pagination-bullet{
    width: 12rem;
    height: 12rem;
}

.main-category{
    margin: 5px;
    width: calc(16.66% - 10px);
}

.main-category__icon {
    position: static;
    width: 100%;
    height: 50px;
    /*padding: 20rem;*/
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    fill: #fff;
    border-radius: 15rem;
    background-color: #01b1af;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-categories_mobile {
    margin: 20rem 0 -8rem;
    width: calc(100%);
    flex-wrap: wrap;
    display: flex;
}

.main-category__icon img{
    filter: invert(50%) brightness(300%) !important;
}

.main-category__text{
    color: #000;
}

.main-category__icon_categories {
    background-color: #d2cdcd!important;
}

.main-category__text_categories {
    color: #000!important;
}



.zmd .centers{
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.zmd .centers .lefts1{
    width: 100%;
}
.zmd .centers .rights1{
    display: none;
}

#case4 .swiper-slide{
    padding-left: 0;
    padding-right: 0;
    line-height: 1.8;
    font-size: 14px;
    text-align: center;
    /*height: 40px !important;*/
}


.header .header__search {
    width: 90% !important;
}

.rightdivs .righttops{
    display: none;
}

.headmenusss .faq-list__head {
    padding: 5rem 20rem;
}
.headmenusss .faq-list__title{
    color: #000;
        font-size: 18px;
    line-height: 1;
    font-weight: 600;
}

.headmenus ul{
    width: 100%;
}

.headmenus ul li{
    width: 100%;
}

.headmenus ul li::before{
    display: none;
}
.headmenus ul li:last-child::after{
    display: none;
}

.product-search__input{
    border-radius: 25rem;
}


.mobilemenu2{
    border-bottom: 1px solid #01b1af;
    display: block;
}
.mobilemenu2 .header-infoList {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    padding: 15px 0 15px 0;
}

.mobilemenu2 .header-infoList>.item:not(:first-child) {
    margin-left: 24px
}

.mobilemenu2 .header-infoList>.item a,.mobilemenu2 .header-infoList>.item button {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.mobilemenu2 .header-infoList>.item a:hover,.mobilemenu2 .header-infoList>.item button:hover {
    text-decoration: underline
}


.mobile__nav-text{
    font-size: 12px;
}

.mobile__nav{
    padding-top: 10px;
}

.pimgs{
    padding-bottom: 5px;
}

.mobile__nav-close.is-active {
    opacity: 0.5;
    visibility: visible;
    z-index: -1;
    background: #e6e7e9;
}


.footer .footer__wrap{
    padding-top: 15px;
}

.footer {
    padding-bottom: 85px;
}



.section44 .blog__slider .rights2 .blog__preview{
    width: 45%;
}
.section44 .blog__slider .rights2 .blog__item-info{
    width: 58%;
}


.section55 .excellence__list .owl-stage{
        padding: 20px 0 0;
}

.section55 .excellence__content {
    margin-left: 7.5px;
    margin-right: 7.5px;
}

.main-category__text{
    font-size: 12px;
}

.product-search__input {
    padding: 2vw 21rem;
}
.product-search__input{
    font-size: 14px;
}
.product-search__submit {
    border-radius: 30rem;
}

.main__wrap {
    top: -50rem;
}


}



    @media (min-width: 768px) {

        .mobileheader{display: none;}

        .product-search__input,..product-search__submit{
            height: 43rem;
        }

        .btn-cart,.btn-phone__preview{
            height: 43rem;
            width: 43rem;
        }

        .rightdivs .rightdowns .header__right {
            width: 195px;
        }


        .blog__top-column1{
            width: 23.5%;
        }
        .blog__top-column2{
            margin-right: 1.5%;
        }

    }





















/* Preloader */

.handle-preloader {
    align-items: center;
    -webkit-align-items: center;
    display: flex;
    display: -ms-flexbox;
    height: 100%;
    justify-content: center;
    -webkit-justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.preloader-close {
    position: fixed;
    z-index: 99999999;
    font-size: 26px;
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    right: 30px;
    top: 30px;
}

.handle-preloader .animation-preloader {
    position: absolute;
    z-index: 100;
}

.handle-preloader .animation-preloader .spinner {
    /* animation: spinner 1s infinite linear; */
    border-radius: 50%;
    height: 150px;
    line-height: 150px;
    margin: 0 auto 45px auto;
    width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
    text-align: center;
    user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    animation: letters-loading 4s infinite;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    top: 0;
    position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    font-family: 'Microsoft JhengHei';
    font-weight: 400;
    letter-spacing: 15px;
    display: inline-block;
    position: relative;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    animation-delay: 0.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    animation-delay: 0.4s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    animation-delay: 0.6s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    animation-delay: 0.8s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    animation-delay: 1s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    animation-delay: 1.2s;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    animation-delay: 1.4s;
}

.handle-preloader .loader-section {
    background-color: #ffffff;
    height: 100%;
    position: fixed;
    top: 0;
    width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
    opacity: 0;
    transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading {
    color: #ffffff;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before {
    color: #ffffff;
}

.handle-preloader .animation-preloader .spinner {
    /* border: 3px solid #ffffff; */
    border-top-color: rgba(255, 255, 255, 0.5);
}


/* AnimaciÃ³n del preloader */

@keyframes spinner {
    to {
        transform: rotateZ(360deg);
    }
}

@keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }
    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@media screen and (max-width: 767px) {
    .handle-preloader .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }



}

@media screen and (max-width: 500px) {
    .handle-preloader .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }
    .handle-preloader .animation-preloader .txt-loading .letters-loading {
        font-size: 40px;
        letter-spacing: 10px;
    }
}

.centred {
    text-align: center;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

figure {
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}


/** button **/

.theme-btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    font-family: 'Microsoft JhengHei';
    color: #fff;
    text-align: center;
    padding: 7px 30px;
    border-radius: 10px;
    text-transform: uppercase;
    z-index: 1;
    transition: all 500ms ease;
}

.theme-btn.btn-one {}

.theme-btn.btn-index-new {
    background: #FCCA12;
    color: #1E3173;
    font-weight: 600;
}

.theme-btn:before {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    right: 0px;
    top: 0px;
    opacity: 0.1;
    z-index: -1;
    transition: all 500ms ease;
}

.theme-btn.btn-one:before {
    background: #000;
}

.theme-btn:hover:before {
    width: 100%;
    left: 0px;
}

.pagination {
    position: relative;
    display: block;
}

.pagination li {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

.pagination li:last-child {
    margin: 0px !important;
}

.pagination li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #ffffff;
    text-align: center;
    color: #141417;
    z-index: 1;
    transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current {
    color: #fff;
}

.sec-pad {
    padding: 115px 0px 120px 0px;
}

.mr-0 {
    margin: 0px !important;
}

/** scroll-top**/
.scroll-to-tops.s2 {
    position: fixed;
    right: 0px;
    bottom: 4vh;
    transform: rotate(0deg);
    z-index: 99;
}
/**.scroll-to-tops.s1 {
    position: fixed;
    right: 0px;
    bottom: 45vh;
    transform: rotate(0deg);
    z-index: 99;
}**/
.scroll-to-tops.s1 {
    position: absolute;
    right: 0px;
    /*top: calc(-142px - 3vh);*/
    top: unset;
    bottom: 24vh !important;
   transform: rotate(0deg); 
    z-index: 999;
}

.scroll-to-tops .scroll-top-inners{
    margin-top: 120px;
}


@media screen and (max-width: 1500px) {
  .scroll-to-tops.s1 {
  bottom:50vh;
  }
}
@media screen and (max-width: 1420px) {
  .scroll-to-tops.s1 {
  bottom:50vh;
  }
}
@media screen and (max-width: 1214.8px) {
  .scroll-to-tops.s1 {
  bottom:50vh;
  }
}
@media screen and (max-width: 991.8px) {
  .scroll-to-tops.s1 {
  bottom:63vh;
  }
}
@media screen and (max-width: 801.8px) {
  .scroll-to-tops.s1 {
  bottom:75vh;
  }
}


@media screen and (max-width: 777.8px) {
  
   .scroll-to-tops.s1{
    top: 70vh;
  }
  .scroll-to-tops.s2{
    bottom:26vh
  }
}


@media screen and (max-width: 660.8px) {
.scroll-to-tops.s2{
    bottom:25vh
  }
}

@media screen and (max-width: 580.8px) {
.scroll-to-tops.s2{
    bottom:25vh
  }
}
@media screen and (max-width: 475.8px) {
.scroll-to-tops.s2{
    bottom:22vh
  }
}
@media screen and (max-width: 379.8px) {
.scroll-to-tops.s2{
    bottom:22vh
  }
}
.scroll-to-tops .visible {
    visibility: visible!important;
    opacity: 1!important;
}

.scroll-to-tops .scroll-top-inner {
    opacity: 0;
    visibility: hidden;
}

.scroll-to-tops .scroll-top-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    -o-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    transition: all cubic-bezier(.4, 0, .2, 1) .4s;
}

.scroll-to-tops .scroll-bar {
    width: 50px;
    height: 2px;
    margin-right: 10px;
    position: relative;
}

.scroll-to-tops .scroll-bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #f4244f;
    opacity: .3;
}

.scroll-to-tops .scroll-bar .bar-inner {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: currentColor;
}

.scroll-to-tops .scroll-bar-text {
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 500ms ease;
}

.scroll-to-tops .scroll-bar-text:hover {
    transform: scale(1.1);
}
/** scroll-to-top **/

.scroll-to-top {
    position: fixed;
    right: 0px;
    bottom: 150px;
    transform: rotate(90deg);
    z-index: 99;
}

.scroll-to-top .visible {
    visibility: visible!important;
    opacity: 1!important;
}

.scroll-to-top .scroll-top-inner {
    opacity: 0;
    visibility: hidden;
}

.scroll-to-top .scroll-top-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    -o-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    transition: all cubic-bezier(.4, 0, .2, 1) .4s;
}

.scroll-to-top .scroll-bar {
    width: 50px;
    height: 2px;
    margin-right: 10px;
    position: relative;
}

.scroll-to-top .scroll-bar:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #f4244f;
    opacity: .3;
}

.scroll-to-top .scroll-bar .bar-inner {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: currentColor;
}

.scroll-to-top .scroll-bar-text {
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 500ms ease;
}

.scroll-to-top .scroll-bar-text:hover {
    transform: scale(1.1);
}

@-webkit-keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes ripple {
    70% {
        -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.sec-title h5 {
    text-transform: uppercase;
}


/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 0;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fixed-header .sticky-header {
    z-index: 999;
    opacity: 1;
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


/** header-top **/

.header-top {
    position: relative;
    width: 100%;
    background: #37393d;
    padding: 0px 70px;
}

.header-top .top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-top .info li {
    position: relative;
    display: inline-block;
    float: left;
    font-size: 15px;
    line-height: 26px;
    color: #fff;
    padding: 15px 25px 14px 27px;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    margin-right: 25px;
}

.header-top .info li:last-child {
    padding-right: 0px;
    margin-right: 0px;
    border: none;
}

.header-top .info li i {
    position: absolute;
    left: 0px;
    top: 19px;
    font-size: 18px;
}

.header-top .info li a {
    display: inline-block;
    color: #fff;
}

.header-top .info li a:hover {}

.header-top .social-links li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 25px;
}

.header-top .social-links li:last-child {
    margin: 0px !important;
}

.header-top .social-links li p {
    font-size: 15px;
    color: #fff;
}

.header-top .social-links li a {
    font-size: 15px;
    color: #fff;
}

.header-top .social-links li a:hover {}


/** header-lower **/

.header-lower {
    position: relative;
    width: 100%;
}

.header-lower {
    position: relative;
    width: 100%;
}

.main-header .outer-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10%;
}

.main-header .logo-box {
    position: relative;
    float: left;
    padding: 27px 0px 33px 0px;
    margin-right: 150px;
}

.main-header .logo-box .logo {
    max-width: 152px;
    width: 100%;
}

.main-header .logo-box .logo img {
    width: 100%;
}

.main-header .nav-right {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header .nav-right .support-box {
    position: relative;
    margin-right: 40px;
}

.main-header .nav-right .support-box h6 {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    padding-left: 30px;
}

.main-header .nav-right .support-box h6 i {
    position: absolute;
    left: 0px;
    top: 1px;
    font-size: 20px;
}

.main-header .nav-right .support-box h6 a {
    display: inline-block;
    color: #141417;
}

.main-header .nav-right .support-box h6 a:hover {}

.main-header .nav-right .search-box-outer {
    position: relative;
    margin-right: 40px;
    font-size: 24px;
    color: #141417;
    cursor: pointer;
    transition: all 500ms ease;
}

.main-header .nav-right .search-box-outer:hover {}


/*** Search Popup ***/

.search-popup {
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    visibility: hidden;
    opacity: 0;
    overflow: auto;
    background: rgba(0, 0, 0, 0.80);
    padding-bottom: 200px;
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    transform: translateY(101%);
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
}

.search-popup.popup-visible {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    visibility: visible;
    opacity: 1;
}

.search-popup .popup-inner {
    width: 100%;
    background: #fff;
}

.search-popup .upper-box {
    position: relative;
    padding: 70px 70px;
}

.search-popup .overlay-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
}

.search-popup .close-search {
    position: relative;
    font-size: 22px;
    color: #141417;
    cursor: pointer;
    z-index: 5;
    top: 11px;
    transition: all 500ms ease;
}

.search-popup .close-search:hover {
    color: red;
}

.search-popup .search-form {
    position: relative;
    width: 100%;
    padding: 100px 0px 250px 0px;
}

.search-popup .search-form .form-group {
    position: relative;
    margin: 0px;
}

.search-popup .search-form fieldset input[type="search"] {
    position: relative;
    height: 90px;
    padding: 20px 0px;
    background: #ffffff;
    line-height: 30px;
    font-size: 20px;
    color: #808080;
    font-family: 'Poppins', sans-serif;
    border: none;
    font-weight: 400;
    border-radius: 0px;
    padding-right: 50px;
    border-bottom: 1px solid #e5e5e5;
}

.search-popup .search-form fieldset button[type="submit"] {
    position: absolute;
    top: 30px;
    right: 0px;
    font-size: 22px;
    color: #141417;
    cursor: pointer;
    transition: all 500ms ease;
}

.search-popup .search-form fieldset input[type="search"]:focus {
    border-color: #141417;
}

.search-popup .form-control:focus {
    box-shadow: none !important;
}


/** main-menu **/

.main-menu {
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0px;
    display: block !important;
}

.main-menu .navigation {
    margin: 0px;
}

.main-menu .navigation>li {
    position: relative;
    float: left;
    z-index: 2;
    margin: 0px 24px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-menu .navigation>li:last-child {
    margin-right: 0px !important;
}

.main-menu .navigation>li:first-child {
    margin-left: 0px !important;
}

.main-menu .navigation>li>a {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    padding: 40px 0px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    opacity: 1;
    color: #333;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.main-menu .navigation>li>a::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: 30px;
    width: 0;
    height: 3px;
    background: #FC3AA1;
    visibility: hidden;
    opacity: 0;
}

.main-menu .navigation>li.current>a::after,
.main-menu .navigation>li:hover>a::after {
    visibility: visible;
    -webkit-transition: all 0.3s ease-out 0s;
    opacity: 1;
    width: 100%;
    left: 0;
    right: auto;
}

.main-menu .navigation>li.current>a,
.main-menu .navigation>li:hover>a {}

.main-menu .navigation>li>ul,
.main-menu .navigation>li>.megamenu {
    position: absolute;
     left: -30px;
    top: 100%;
    width: 180px;
    
    z-index: 100;
    display: none;
    opacity: 0;
    visibility: hidden;
    border-radius: 15px;
    background-color: #F2FCFE;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li {
    position: relative;
    width: 100%;
}

.main-menu .navigation>li>ul>li>a,
.main-menu .navigation>li>.megamenu li>a {
    position: relative;
    display: block;
    padding: 10px 30px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    color: #333;
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-menu .navigation>li>.megamenu li>a {
    padding-left: 0px;
}

.main-menu .navigation>li>.megamenu h4 {
    display: block;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}

.main-menu .navigation>li>ul>li>a:hover,
.main-menu .navigation>li>.megamenu li>a:hover {}

.main-menu .navigation>li>ul>li:last-child>a,
.main-menu .navigation>li>.megamenu li:last-child>a {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 10px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    z-index: 5;
}

.main-menu .navigation>li>ul>li>ul {
    position: absolute;
    left: 100%;
    top: 0%;
    margin-top: 15px;
    width: 230px;
    z-index: 100;
    display: none;
    border-radius: 0px;
    background-color: #37393d;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul.from-right {
    left: auto;
    right: 0px;
}

.main-menu .navigation>li>ul>li>ul>li {
    position: relative;
    width: 100%;
}

.main-menu .navigation>li>ul>li>ul>li:last-child {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a {
    position: relative;
    display: block;
    padding: 10px 30px;
    line-height: 24px;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.main-menu .navigation>li>ul>li>ul>li:last-child>a {
    border-bottom: none;
}

.main-menu .navigation>li>ul>li>ul>li>a:hover {}

.main-menu .navigation>li>ul>li>ul>li.dropdown>a:after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f105";
    position: absolute;
    right: 20px;
    top: 12px;
    display: block;
    line-height: 24px;
    font-size: 16px;
    font-weight: 900;
    z-index: 5;
}

.main-menu .navigation>li.dropdown:hover>ul,
.main-menu .navigation>li.dropdown:hover>.megamenu {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    top: 90%;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0%;
    margin-top: 0px;
}

.main-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: -32px;
    top: 66px;
    width: 34px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #3b3b3b;
    cursor: pointer;
    display: none;
    z-index: 5;
    transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn {}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn {
    display: none;
}

 .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

 .mobile-nav-toggler .icon-bar {
    position: relative;
    height: 2px;
    width: 20px;
    display: block;
    margin-bottom: 5px;
    background-color: #fff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

 .mobile-nav-toggler .icon-bar:last-child {
    margin-bottom: 0px;
}

.sticky-header .main-menu .navigation>li>a {
    padding: 30px 0px;
}

.sticky-header .logo-box {
    padding: 20px 0px;
}

.sticky-header .nav-right {
    padding: 15px 0px;
}


/** megamenu-style **/

.main-menu .navigation>li.dropdown>.megamenu {
    position: absolute;
    width: 100%;
    padding: 30px 50px;
    left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4 {
    margin-bottom: 10px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    color: #3786ff;
    display: none;
}

.mobile-menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    transition: all 900ms ease;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}

.mobile-menu .nav-logo {
    position: relative;
    padding: 25px 25px;
    text-align: left;
    max-width: 200px;
    /* padding-bottom: 0px; */
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu {
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop {
    position: fixed;
    left: 0%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all 900ms ease;
    background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    right: 100%;
    -webkit-transition: all .8s ease-out 0s;
    -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #01b1af;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    right: 25px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
    margin-top: 65px;
}

.mobile-menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>ul>li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.mobile-menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li ul li>a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize;
}
.mobile-menu .navigation li ul li>ul>li>a{margin-left: 40px;}
.mobile-menu .navigation li>a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    border-left: 5px solid #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .navigation li.current>a:before {
    height: 100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open {
    color: #ffffff;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.mobile-menu .navigation li>ul,
.mobile-menu .navigation li>ul>li>ul,
.mobile-menu .navigation>li.dropdown>.megamenu {
    display: none;
}

.mobile-menu .social-links,.size,.lang {
    position: relative;
    padding: 10px 25px;
}
.size a,.lang a{color: #999;margin-right: 10px;}
.size .middle{font-size: 18px;}
.size .large{font-size: 20px;}
.size a.active,.lang a.active{color: #fff;}
.mobile-menu .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 10px 10px 0;
    color: #fff;
}

.mobile-menu .social-links li a {
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.mobile-menu .social-links li a:hover {}

div#mCSB_1_container {
    top: 0px !important;
}

.mobile-menu .contact-info {
    position: relative;
    padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
    position: relative;
    display: block;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.80);
    margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a {
    color: rgba(255, 255, 255, 0.80);
}

.mobile-menu .contact-info ul li a:hover {}

.mobile-menu .contact-info ul li:last-child {
    margin-bottom: 0px;
}

.main-header .outer-box {
    position: relative;
}






/*** 

====================================================================
                        home-page-2
====================================================================

***/


/** header-style-two **/

.header-style-two {
    position: relative;
}

.header-style-two .header-top {
    padding: 14.5px 0px;
}

.header-top .text p {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 500;
    padding-left: 31px;
}

.header-top .text p i {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 26px;
    font-weight: 400;
}

.header-upper {
    position: relative;
    display: block;
    background: #faf8f5;
}

.header-upper .upper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-upper .upper-inner .logo-box {
    float: none;
    padding: 0px;
    margin: 0px;
}

.header-upper .upper-inner .logo-box .logo {
    position: relative;
    display: block;
    padding: 27px 44px 33px 40px;
    max-width: 100%;
}

.header-upper .upper-inner .logo-box .logo:before {
    position: absolute;
    content: '';
    width: 32px;
    height: 100%;
    top: 0px;
    right: -30px;
    clip-path: polygon(0% 0%, 100% 0%, 50% 30%, 50% 75%, 7% 100%, 0% 100%, 0% 80%, 0% 20%);
}

.header-upper .upper-inner .info-list {
    position: relative;
    display: flex;
    align-items: center;
}

.header-upper .upper-inner .info-list li {
    position: relative;
    display: block;
    padding-left: 60px;
    margin-right: 50px;
}

.header-upper .upper-inner .info-list li:last-child {
    margin: 0px !important;
}

.header-upper .upper-inner .info-list li .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 45px;
    line-height: 50px;
}

.header-upper .upper-inner .info-list li h5 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0px;
}

.header-upper .upper-inner .info-list li p {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #141417;
}

.header-upper .upper-inner .info-list li p a {
    display: inline-block;
    color: #141417;
}

.header-upper .upper-inner .info-list li p a:hover {}
.menu-area {
    width: 100%;
}
@media only screen and (max-width: 1699px) {
    .main-header .logo-box {
        margin-right: 30px;
    }
    .main-header .outer-box {
        padding: 0px 30px;
    }
    .main-header .nav-right .support-box {
        display: none;
    }
    .rtl .main-header .logo-box {
        margin-left: 30px;
    }
}

@media only screen and (max-width: 1299px) {}

@media only screen and (max-width: 1200px) {
    .main-menu,
    .sticky-header,
    .main-header.style-one .outer-container:before {
        display: none !important;
    }
     .mobile-nav-toggler {
        display: block;
        padding: 12px 9.5px 9.5px 10px;
        margin-top: 0;
       background: #01b1af;
       border-radius: 50%;
       margin-left: 10px;
    }
    .header-top .top-inner {
        display: block;
        text-align: center;
    }
    .header-top .info li {
        float: none;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .header-top .info li i {
        top: 4px;
    }
    .header-top {
        padding: 10px 0px;
    }
    .header-top .social-links li {
        float: none;
    }
    .header-upper .upper-inner .info-list li {
        margin-right: 5px;
    }
 
}

@media only screen and (min-width: 768px) {
    .main-menu .navigation>li>ul,
    .main-menu .navigation>li>ul>li>ul,
    .main-menu .navigation>li>.megamenu {
        display: block !important;
        visibility: hidden;
        opacity: 0;
    }
}

@media only screen and (max-width: 991px) {
   
    .header-upper {
        display: none;
    }
}
.mobile-img{display: none;}
@media screen and (max-width:640px) {

	.rightdivs{}
    .header .header__search{width: 100% !important;}
    .pop-products__container{width: 100%;justify-content: space-between;}
    .pop-products__cart-item{display: block;}
    .pc-shows{display: none;}
    .mobile-img{display: block;}
    .main-categories,.category{display: none;}
}

@media only screen and (max-width: 599px) {
    .main-header .nav-right .btn-box {
        display: none;
    }
    .main-header .nav-right .search-box-outer {
        margin-right: 0px;
    }
  
}



@media only screen and (max-width: 399px) {
    .main-header .outer-box {
        padding: 0px 15px;
    }
}







