

:root {
    --avelia_color: #8f616d;
}





body{
    font-family: 'Montserrat';
}
.bold_font{
    font-family: 'Montserrat';
}
.hashtag{
    font-family: 'Montserrat';
}
.col-md-offset-1 {
    max-width: 1800px;
}
.fullPage{
    float: left;
    width: 100%;
    display: block;
    margin-top: 80px;
}
.fullPage .col-md-offset-1{
    margin: auto;
}
.big_container{
    float: left;
    width: 100%;
    padding: 0px 100px;
}
.sec{
    float: left;
    width: 100%;
    position: relative;
}
.leaf{
    position: fixed;
    bottom: 5%;
    left: 20%;
    width: 230px;
    z-index: 99;
    display: none !important;
}
.header{
    z-index: 999999;
    height: 80px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
}
.header.fixedTop{
    position: fixed;
    -webkit-box-shadow: 0px 7px 8px -5px rgba(9, 4, 0, 0.2);
    box-shadow: 0px 7px 8px -5px rgba(9, 4, 0, 0.2);
}
.header .social_media{
    position: absolute;
    top: 75px;
    right: 50px;
    width: 20px;
    height: auto;
    z-index: 9999;
}
.header.fixedTop .social_media{
    top: 90px;
}
.header .social_media a{
    float: left;
    width: 100%;
    font-size: 20px;
    color: #80B9AF;
    margin-bottom: 10px;
}
.navbar-brand img{
    width: 230px;
}
.navbar{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 22px 15px;
}
.nav-link {
    display: block;
    padding: 0px;
    font-size: 18px;
    color: #3A3E43;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 2px;
}
.nav-link:hover {
    color: #2580B3;
}
.navbar-nav .nav-item:nth-child(1) .nav-link:after,
.navbar-nav .nav-item:nth-child(2) .nav-link:after,
.navbar-nav .nav-item:nth-child(4) .nav-link:after{
    content: "";
    position: absolute;
    right: -20px;
    top: 0px;
    height: 25px;
    width: 1px;
    background-color: #3A3E43;
}
.nav-item{
    margin: 5px 30px;
}

/* Icon 1 */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 27px;
    height: 18px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #4a4f54;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 8px;
}

#nav-icon1 span:nth-child(3) {
    top: 16px;
}

#nav-icon1.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}


.has-search .form-control {
    padding-left: 2.375rem;
}
.has-search{
    float: right;
    width: 250px;
    position: absolute;
    right: 50px;
    top: 20px;
}
.has-search .form-control{
    padding: 5px 43px 5px 10px;
    border-color: #4D4D4D;
    border-radius: 10px;
}
.has-search .form-control-feedback {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 2;
    display: block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    pointer-events: none;
    color: #80B9AF;
}
.header .dropdown {
    display: contents;
}
.header .dropdown:hover a.nav-link {
    color: #2580B3;
}
.header .dropdown-toggle{
    border: 0px;
    padding: 0px 0px 27px 0px;
    background-color: transparent;
}
/*.dropdown .dropdown-toggle::after{
    display: none;
}*/

.header .dropdown-menu {
    background-color: #fff;
    border: 0px;
    display: table;
    list-style: none;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 100%;
    left: auto;
    right: 50%;
    top: 100px;
    margin: 0px;
    transform: translateX(50%);
    -moz-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    background-image: url('/public/img/menu-bg.svg');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
    min-height: 300px;
    padding: 60px 8.3333%;
    z-index: 99999;
}
.header .dropdown:hover>.dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 80px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 3px 10px 10px 0 rgba(0,36,50,.12);
    -webkit-box-shadow: 3px 10px 10px 0 rgba(0,36,50,.12);
    -moz-box-shadow: 3px 10px 10px 0 rgba(0,36,50,.12);
}
.header .dropdown-menu .sub_sec{
    float: left;
    width: 50%;
    position: relative;
}
.header .dropdown-menu .sub_sec.separator:before{
    content: "";
    position: absolute;
    left: -30%;
    top: 0px;
    height: 220px;
    width: 1px;
    background-color: #cccccc;
}
.header .dropdown-menu .sub_sec.separator:after{
    content: "";
    position: absolute;
    right: 20%;
    top: 0px;
    height: 220px;
    width: 1px;
    background-color: #cccccc;
}
.header .dropdown-menu .sub_sec a{
    float: left;
    width: auto;
    font-size: 15px;
    color: #4D4D4D;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 4px 0px;
}

.header .dropdown-toggle.type_full{
    padding: 0px 0px 26px 0px;
}




@media (min-width: 768px) {
    .position-md-absolute {
        position: absolute;
        top: 8px;
    }

    .navbar-nav .nav-item:nth-child(3) {
        margin-right: 350px;
    }
    .navbar-nav .nav-item:nth-child(5) {
        margin-right: 255px;
    }
}




.social_media{
    float: right;
    width: auto;
    padding: 0px;
    display: block;
    margin: 0px;
}
.social_media li{
    float: right;
    list-style: none;
    margin: 0px 5px;
}
.social_media li a{
    font-size: 16px;
    color: #000000;
    background-color: #ffffff;
    width: 25px;
    height: 25px;
    border-radius: 100%;
    display: block;
    text-align: center;
}


/**-- Slider --**/

.slider{
    z-index: 9999;
    padding-bottom: 200px;
    overflow: hidden;
}
.slider .imageCont{
    width: 100%;
    height: 530px;
}
.slider .imageCont img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-container {
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 99;
}
.swiper-container .hashtag{
    position: absolute;
    right: 0px;
    bottom: -45px;
    z-index: 99;
    font-size: 17px;
    text-transform: uppercase;
    color: #50605D;
    font-weight: 600;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -140px;
}
.swiper-slide img{
    width: 100%;
}
.slider .card{
    position: absolute;
    bottom: -76px;
    left: 15px;
    width: 455px;
    background-color: transparent;
    border: none;
}
.slider .card h5{
    font-size: 39px;
    text-transform: uppercase;
    color: #3A3E43;
    padding: 0px 95px;
    margin-bottom: 30px;
}
.slider .card h1{
    font-size: 24px;
    text-transform: uppercase;
    color: #3A3E43;
    margin-bottom: 30px;
    position: relative;
}
.slider .card h1:after{
    content: "";
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -47px;
    width: 94px;
    height: 4px;
    background-color: #DC6E80;
}
.slider .card h1.avelia_color:after{
    background-color: var(--avelia_color);
}
.slider .card p{
    font-size: 14px;
    color: #4D4D4D;
}
.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
}
.swiper-pagination-bullet {
    background-color: transparent;
    border: 2px solid #4D4D4D;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #80B9AF;
    border: 2px solid #80B9AF;
}
.swiper-slide img.product_slider{
    position: absolute;
    bottom: -158px;
    right: 24px;
    width: 40%;
    max-width: 475px;
    transition: all 0.3s;
}
.swiper-slide .explore{
    position: absolute;
    right: 442px;
    bottom: -63px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #80B9AF;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
    padding: 14px 0px 0px 0px;
    transition: all 0.3s;
}
.swiper-slide .explore.avelia_color{
    background-image: linear-gradient(to top,#d5b493 0, #c8a389 25%, #9a6e6f 50%, #764656 100%);
    color: #ffffff !important;
}
.swiper-slide .explore.avelia_color span{
    color: #ffffff !important;
}
.swiper-slide .explore span{
    float: left;
    width: 100%;
    font-size: 50px;
    font-family: 'Montserrat';
    position: relative;
    top: -20px;
    transition: all 0.3s;
}
.swiper-slide .explore:hover{
    text-decoration: none;
    box-shadow: 8px 9px 19px -13px rgba(0,0,0,0.75);
    -webkit-box-shadow: 8px 9px 19px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 8px 9px 19px -13px rgba(0,0,0,0.75);
    transition: all 0.3s;
}
.swiper-slide .explore:hover span{
    transform: rotate(180deg);
    transition: all 0.3s;
}

.slider [data-aos^=fade-right].aos-animate {
    transition-duration: 0.5s;
}
.slider [data-aos^=fade-left].aos-animate {
    transition-duration: 0.8s;
}
.slider [data-aos^=zoom-in].aos-animate {
    transition-duration: 1s;
}
/**-- End Slider --**/



/**-- About Section --**/
.about_sec{
    min-height: 680px;
    text-align: center;
    background-image: url(/public/img/parallax.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: 550px;
    background-color: #f2f2f2;
    padding: 300px 60px 60px 60px;
    position: relative;
    overflow: hidden;
}
.about_sec .container{
    position: relative;
}
.about_sec h2{
    float: left;
    width: 100%;
    display: block;
    font-size: 31px;
    color: #3A3E43;
    margin-bottom: 30px;
    padding-bottom: 5px;
}
.about_sec h2:after{
    content: "";
    position: absolute;
    bottom: -10px;
    width: 94px;
    height: 3px;
    background-color: #3A3E43;
    left: 50%;
    margin-left: -47px;
}
.about_sec p{
    float: left;
    width: 100%;
    font-size: 14px;
    color: #50605D;
    margin-bottom: 30px;
}
.about_sec a.more{
    font-size: 13px;
    color: #50605D;
    font-family: 'Montserrat';
    text-transform: uppercase;
    cursor: pointer;
    display: inline-grid;
    transition: all 0.3s;
}
.about_sec a.more span{
    float: left;
    width: 100px;
    color: #80B9AF;
    font-size: 50px;
    font-family: 'Montserrat';
    transition: all 0.3s;
}
.about_sec a.more:hover{
    text-decoration: none;
    color: #80B9AF;
    transition: all 0.3s;
}
.about_sec a.more:hover span{
    transform: rotate(180deg);
    transition: all 0.3s;
}
.point_one{
    width: 32px;
    height: 32px;
    background-color: #2580B3;
    border-radius: 100%;
    position: absolute;
    top: 15%;
    right: 35%;
    z-index: 99;
}
.point_two{
    width: 57px;
    height: 57px;
    background-color: #DC6E80;
    border-radius: 100%;
    position: absolute;
    top: 35%;
    left: 28%;
    z-index: 99;
}
.point_three{
    width: 50px;
    height: 50px;
    border: 4px solid #80B9AF;
    border-radius: 100%;
    position: absolute;
    top:40%;
    right:28%;
    z-index: 99;
}
/**-- End About Section --**/


/**-- Start Products Section --**/
.slick-track {
    margin: 50px 0px;
}
.products_sec{
    padding: 60px 0px 0px 0px;
    background-color: #ffffff;
    min-height: 300px;
    text-align: center;
    background-image: url('/public/img/product-slider-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 99;
}
.products_sec h2{
    font-size: 40px;
    color: #80B9AF;
    text-transform: uppercase;
    letter-spacing: 7px;
}
.products_sec p{
    font-size: 14px;
    color: #4D4D4D;
}
.slick-initialized .slick-slide{
    text-align: center;
}
.slick-initialized .slick-slide img{
    width: 40%;
    margin: auto;
}
.slick-initialized .slick-slide h3{
    float: left;
    width: 100%;
    font-size: 20px;
    color: #50605D;
    text-transform: uppercase;
}
.slick-initialized .slick-slide p{
    float: left;
    width: 100%;
    font-size: 15px;
    color: #50605D;
}
.slick-next:focus, .slick-prev:focus,
.slick-next:hover, .slick-prev:hover,
.slick-next, .slick-prev{
    height: 45px;
    width: 25px;
    background-image: url('/public/img/arrow-slider.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    opacity: 1;
}
.slick-prev{
    transform: rotate(180deg);
}
.slick-next:before, .slick-prev:before{
    content: "";
    height: 45px;
    width: 25px;
}
.products_sec .more{
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 100%;
    background-color: #80B9AF;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 17px;
    cursor: pointer;
    padding: 14px 0px 0px 0px;
    transition: all 0.3s;
    font-family: 'Montserrat';
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    top: 27px;
    z-index: 99;
    font-weight: 600;
}
.products_sec .more span{
    float: left;
    width: 100%;
    font-size: 50px;
    font-family: 'Montserrat';
    position: relative;
    top: 7px;
    transition: all 0.3s;
    font-weight: 300;
}
.products_sec .more:hover{
    text-decoration: none;
    box-shadow: 0px 8px 19px -13px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 8px 19px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 8px 19px -13px rgba(0,0,0,0.75);
    transition: all 0.3s;
}
.products_sec .more:hover span{
    transform: rotate(180deg);
    transition: all 0.3s;
}
.slick-next {
    right: 0px;
    top: 49% !important;
}
.slick-prev {
    left: 0px;
    top: 45% !important;
}

/**-- End Products Section --**/


/**-- Start wellbeing Section --**/
.wellbeing_sec{
    /*    padding: 125px 0px;*/
    min-height: 300px;
    height: 500px;
    background: url('/public/img/parallax2.jpg') bottom fixed no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    position: relative;
    /* background-repeat: no-repeat; */
    z-index: 9;
    overflow: hidden;
}
.wellbeing_sec:before{
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-color: rgba(25,40,63,0.69);
}
.wellbeing_sec .container{
    position: relative;
    z-index: 999;
    height: 100%;
    top: 700px;
}
.wellbeing_sec h2{
    width: auto;
    font-size: 38px;
    color: #FFFFFF;
    text-transform: capitalize;
    float: none;
    display: inline-block;
    margin: 170px 0px 20px 0px;
    position: relative;
    font-weight: 400;
}
.wellbeing_sec h2:after{
    content: "";
    position: absolute;
    bottom: -10px;
    width: 94px;
    height: 3px;
    background-color: #ffffff;
    left: 50%;
    margin-left: -47px;
}
.wellbeing_sec p{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #FFFFFF;
    position: relative;
}
.wellbeing_sec ul{
    float: left;
    width: 100%;
    padding: 0px 90px;
    margin: 30px 0px 0px 0px;
    position: relative;
}
.wellbeing_sec ul li{
    float: left;
    width: 25%;
    list-style: none;
    padding: 0px 15px;
    text-align: center;
}
.wellbeing_sec ul li img{
    float: none;
    width: 50%;
    max-width: 100px;
}
/**-- End wellbeing Section --**/


/**-- Start testimonial Section --**/
.testimonial_sec{
    padding: 60px 0px;
    text-align: center;
}
.testimonial_sec h2{
    font-size: 28px;
    color: #80B9AF;
    text-transform: uppercase;
    text-align: center;
    line-height: 31px;
    letter-spacing: 7px;
}
.testimonial_sec span.comma{
    font-size: 126px;
    color: #80B9AF;
    line-height: 113px;
    font-family: 'Montserrat';
    height: 40px;
    display: block;
}
.testimonial_sec .content{
    padding: 120px 0px 0px 0px;
    min-height: 700px;
    z-index: 9999;
}
.testimonial_sec .content .image_circle{
    width: 256px;
    height: 256px;
    border-radius: 100%;
    overflow: hidden;
}
.testimonial_sec .content .image_circle img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonial_sec .content .image_circle.top{
    position: absolute;
    top: 8%;
    right: 8%;
}
.testimonial_sec .content .image_circle.bottom{
    position: absolute;
    top: 33%;
    left: 8%;
    z-index: 99;
}
.testimonial_sec .content .testimonial_bg{
    position: absolute;
    top: 0px;
    left: 14%;
    width: 72%;
}
.testimonial_sec .content .slider_cont{
    float: left;
    width: 100%;
    text-align: center;
}
.testimonial_sec .content .slider_cont .testimonial_slider{
    width: 500px;
    float: none;
    margin: auto;
}
.testimonial_sec .content .slider_cont .testimonial_slider .item{
    padding: 0px 100px;
}
.testimonial_sec .content .slider_cont .testimonial_slider .item p{
    font-size: 16px;
    color: #50605D;
}
.testimonial_sec .slick-prev{
    top: 45% !important;
}
.testimonial_sec .slick-next{
    top: 57% !important;
}
.testimonial_sec .hashtag{
    color: #50605D;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    top: 20px;
    font-weight: 600;
}

/**-- End testimonial Section --**/


/**-- Start  brands Section --**/
.brands_sec{
    padding: 30px 0px;
    background-color: #ffffff;
}
.brands_sec h2{
    width: 100%;
    margin: 0px 0px 30px 0px;
    font-size: 14px;
    color: #50605D;
    display: block;
    text-align: center;
    border-bottom: 1px solid #80B9AF;
    text-transform: uppercase;
    letter-spacing: 7px;
}
.brands_sec h2 span{
    background-color: #ffffff;
    padding: 5px 15px;
    position: relative;
    top: 9px;
    font-weight: 400;
}
.brands_slider{
    padding: 30px 0px;
}
.brands_slider .item{
    text-align: center;
    padding: 0px 15px;
}
.brands_slider .item img{
    width: 40%;
}
/**-- End brands Section --**/


/**-- Start footer --**/
.footer{
    float: left;
    width: 100%;
    min-height: 250px;
    padding: 60px 0px 15px 0px;
    /*    background-color: rgba(128,185,175,0.13);*/
    background-color: #f0f7f7;
    position: relative;
    z-index: 9999;
}
.footer ul.links{
    float: left;
    width: 100%;
    padding: 0px;
}
.footer ul.links li{
    float: left;
    width: 20%;
    list-style: none;
    text-align: left;
}
.footer ul.links li:last-child{
    text-align: left;
}
.footer ul.links li h3{
    float: left;
    width: 100%;
    font-size: 13px;
    color: #50605D;
    font-family: 'Montserrat';
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}
.footer ul.links li a{
    float: left;
    width: 100%;
    font-size: 11px;
    color: rgba(80,96,93,0.62);
    font-family: 'Montserrat';
    margin-bottom: 4px;
    font-weight: 500;
}
.footer ul.links li h3 a{
    font-size: 13px;
    color: #50605D;
    font-family: 'Montserrat';
    text-transform: uppercase;
}
.footer ul.links li a:hover{
    text-decoration: none;
    color: #80B9AF;
}
.footer ul.links li .logo{
    float: left;
    width: 60%;
    margin-top: 39px;
}
.footer .col-md-offset-1 {
    margin: auto;
    z-index: 99;
}
.footer ul.links li .social_media {
    float: right;
    width: 100%;
    margin-top: 69px;
}
.footer ul.links li .social_media a{
    float: right;
    width: auto;
    margin-left: 20px;
    font-size: 20px;
    color: #80B9AF;
}
.footer p.follow{
    float: right;
    width: 100%;
    font-size: 13px;
    color: #80B9AF;
    font-family: 'Montserrat';
    text-align: right;
}
.footer p.follow span{
    font-size: 15px;
    color: #50605D;
    font-family: 'Montserrat';
    letter-spacing: 1px;
    font-weight: 500;
}
.footer .sub_footer{
    margin: 15px 0px 0px 0px;
}
.footer .copyright{
    float: left;
    width: auto;
    font-size: 11px;
    color: #50605D;
    font-family: 'Montserrat';
    border-top: 1px solid #80B9AF;
    padding-top: 15px;
    font-weight: 500;
}
.footer .sub_links{
    float: right;
    width: auto;
    border-top: 1px solid #80B9AF;
    padding-top: 15px;
}
.footer .sub_links a{
    float: right;
    width: auto;
    font-size: 11px;
    color: #50605D;
    font-family: 'Montserrat';
    font-weight: 500;
}
.footer .sub_links a.privacy{
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #50605D;
}

/**-- End footer --**/
.header .dropdown .dropdown-toggle:focus{
    outline: none;
}

/*.close_icon{
    position: absolute;
    top: 7px;
    right: 10px;
    height: 25px;
    width: 25px;
    background-image: url(/public/img/close-icon.svg);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 99;
    display: none;
}*/

body.open_menu{
    overflow: hidden;
}

.type_mob{
    display: none;
}



#searchProducts{
    z-index: 9999;
    position: relative;
    -webkit-box-shadow: 3px 3px 15px -1px #cccccc;
    box-shadow: 3px 3px 15px -1px #cccccc;
    border-radius: 10px;
}
.search-ul {
    list-style-type: none;
    background-color: #fff;
    padding: 19px;
    border-radius: 10px;
    max-height: 400px;
    overflow: auto;
}

.search-li{
    border-bottom: 1px #e2e2e2 solid;
}

.search-link{
    color: #3A3E43;
    font-size: 1rem;
    text-align: left;
    line-height: 2.3;
    text-transform: lowercase;
}

.search-link:hover{
    color: #2580B3;
    text-decoration: none;
}

.mobile_menu .dropdown-menu {
    transform: none !important;
}

.header .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 7px solid;
    border-right: 7px solid transparent;
    border-bottom: 0;
    border-left: 7px solid transparent;
    position: absolute;
    right: 20px;
    top: 25px;
    color: #80b8ae;
    transition: all 0.3s;
    display: none;
}
.header .dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
    transition: all 0.3s;
}

.mobile_menu{
    display: none;
}


.cat_slider{
    margin: 0px 0px 30px 0px;
    position: relative;
}
.cat_slider a{
    color: #3A3E43;
    font-size: 17px;
    position: relative;
}
.cat_slider a:hover{
    color: #80B9AF;
    text-decoration: none;
}
.cat_slider a:after{
    content: "";
    position: absolute;
    bottom: -35px;
    left: 0px;
    width: 100%;
    background-color: #80B9AF;
    height: 5px;
    opacity: 0;
}
.cat_slider a.active{
    font-family: 'Montserrat';
    color: #80B9AF;
}
.cat_slider a.active:after{
    opacity: 1;
}

.swiper-button-next, .swiper-button-prev {
    color: #80B9AF !important;
    z-index: 99;
}
.cat_slider .swiper-container {
    padding: 30px 0px 52px 0px;
}
.cat_slider .swiper-container:after {
    content: "";
    position: absolute;
    bottom: 17px;
    left: 0px;
    width: 100%;
    background-color: #d3e7e3;
    height: 5px;
    opacity: 1;
}
.swiper-button-prev{
    left: -3px;
    top: 40%;
}
.swiper-button-next{
    right: -3px;
    top: 40%;
}



.post_item{
    float: left;
    width: 100%;
    text-align: center;
    margin: 15px 0px 30px 0px;
}
.post_item .post_image{
    width: 250px;
    height: 250px;
    border-radius: 100%;
    overflow: hidden;
    position: relative;
    margin: 0px auto 15px auto;
}
.post_item .post_image a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.post_item .post_image a .hover_sec{
    position: absolute;
    top: 20px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border-radius: 100%;
    background-color: rgba(128, 185, 175, 0.6);
    color: #ffffff;
    font-size: 17px;
    font-family: 'Montserrat';
    padding-top: 66px;
    opacity: 0;
    transition: all 0.3s;
}
.post_item .post_image a .hover_sec b{
    font-size: 65px;
    position: relative;
    top: -22px;
    font-family: 'Montserrat';
}
.post_item .post_image a:hover .hover_sec{
    opacity: 1;
    transition: all 0.3s;
}
.post_item .post_image img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.post_item .post_title{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #80B9AF;
    margin: 0px 0px 10px 0px;
    font-weight: normal;
}
.post_item .post_title a{
    font-size: 20px;
    color: #80B9AF;
}
.post_item .post_title a:hover{
    text-decoration: none;
}
.post_item .post_date{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #3A3E43;
    margin: 0px 0px 0px 0px;
}

.post_item.full_w a{
    float: left;
    width: 100%;
    height: 350px;
    position: relative;
}
.post_item.full_w a:after{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0,0,0,0.6);
}
.post_item.full_w a img{
    float: left;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post_item.full_w .post_text{
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 99;
    text-align: left;
    padding: 45px;
}
.post_item.full_w .post_title {
    text-align: left;
    font-size: 30px;
    color: #ffffff;
}
.post_item.full_w .post_text p {
    float: left;
    width: 100%;
    text-align: left;
    color: #ffffff;
    font-size: 21px;
}
.post_item.full_w .post_text .hover_sec {
    float: left;
    width: 100%;
    color: #ffffff;
    font-size: 20px;
    margin-top: 40px;
    opacity: 0;
    transition: all 0.3s;
}
.post_item.full_w .post_text .hover_sec b{
    font-size: 65px;
    font-family: 'Montserrat';
    position: relative;
    top: -19px;
    left: 3px;
}
.post_item.full_w a:hover .post_text .hover_sec{
    transition: all 0.3s;
    opacity: 1;
}


.load_more{
    padding: 15px 15px 40px 15px;
    text-align: center;
    background-color: rgba(128,184,174,0.12);
    position: relative;
    margin: 15px 0px;
    cursor: pointer;
    transition: all 0.3s;
}
.load_more span{
    float: left;
    width: 100%;
    font-size: 22px;
    color: #4A4F54;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.load_more img{
    width: 12px;
    transform: rotate(90deg);
    position: absolute;
    top: 48px;
    left: 50%;
    margin-left: -6px;
}
.load_more:hover{
    background-color: rgba(128,184,174,0.3);
    transition: all 0.3s;
}

.load_more.related_btn{
    margin: 15px 0px 60px 0px;
}

.breadcrumb {
    background-color: transparent;
    padding: 10px 0px;
}
.breadcrumb a{
    color: #50605D;
}
.breadcrumb a:hover{
    color: #80B9AF;
    text-decoration: none;
}
.breadcrumb-item.active {
    color: rgba(80,96,93,0.62);
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #50605D;
    content: ">";
}
.post_page_title{
    float: left;
    width: 100%;
    color: #80B9AF;
    font-size: 40px;
}
.post_page_date{
    float: left;
    width: 100%;
    color: #1c1c1c;
    font-size: 20px;
    margin-bottom: 40px;
}
.post_content{
    float: left;
    width: 100%;
}
.post_content p{
    font-size: 18px;
    color: #4D4D4D;
    line-height: 28px;
}

.post_action_sec{
    float: left;
    width: 100%;
    border-top: 1px solid #f0f7f7;
    border-bottom: 1px solid #f0f7f7;
    padding: 30px 30px 50px 30px;
    margin: 30px 0px;
}
.post_action_sec .writer{
    float: left;
    width: 100%;
    font-size: 25px;
    color: #1c1c1c;
    font-family: 'Montserrat';
    margin: 0px 0px 60px 0px;
}
.share_story{
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #80B9AF;
    border-radius: 25px;
    color: #4d4d4d;
    font-size: 17px;
    float: left;
    margin-right: 30px;
}
.share_story img{
    margin-right: 10px;
}
.share_icons{
    float: left;
    margin: 5px 0px 0px 0px;
}
.share_icons a{
    font-size: 25px;
    color: #80B9AF !important;
    padding: 4px 15px;
    position: relative;
    border-right: 1px solid #80B9AF;
    cursor: pointer;
}
.share_icons a:hover{
    color: #4d4d4d !important;
}
.share_icons a:last-child{
    border-right: 0px
}
.next_post{
    float: right;
    direction: rtl;
    color: #4d4d4d;
    font-size: 17px;
    margin-left: 40px;
}
.prev_post{
    float: right;
    direction: rtl;
    color: #4d4d4d;
    font-size: 17px;
}
.prev_post img{
    transform: rotate(180deg);
}
.next_post:hover,
.prev_post:hover{
    color: #80B9AF;
    text-decoration: none;
}


.avelia_color{
    color: var(--avelia_color) !important;
}

.menu_title{
    float: left;
    width: 100%;
    margin: 0px 0px 30px 0px;
}
.menu_title img{
    float: left;
    margin-right: 10px;
}
.menu_title span{
    float: left;
    font-size: 20px;
    margin: 3px 0px 0px 10px;
    color: #81b5ab;
    font-family: 'Montserrat';
}
.header .dropdown-menu .menu_title span a,
.header .dropdown-menu .sub_sec .menu_title span a{
    font-size: 20px;
    color: #81b5ab;
    padding: 0px;
    font-weight: 600;
}
.header .dropdown-menu .menu_title span a:hover,
.header .dropdown-menu .sub_sec .menu_title span a:hover{
    color: #4D4D4D;
    text-decoration: none;
}


@media (max-width: 1600px){
    .navbar-brand img {
        width: 200px;
    }
    .navbar-nav .nav-item:nth-child(3) {
        margin-right: 290px;
    }
    .navbar-nav item:nth-child(5) {
        margin-right: 99px;
    }
    .nav-item {
        margin: 5px 20px;
    }
    .navbar-nav .nav-item:nth-child(1) .nav-link:after, .navbar-nav .nav-item:nth-child(3) .nav-link:after {
        right: -20px;
    }
    .position-md-absolute {
        top: 13px;
    }

}


@media (max-width: 1500px){
    .navbar-brand img {
        width: 170px;
    }
    .navbar-nav .nav-item:nth-child(3) {
        margin-right: 219px;
    }
    .header .dropdown-menu .sub_sec.separator:after{
        right: 14%;
    }
}

@media (max-width: 1450px){
    .testimonial_sec .content .image_circle.bottom {
        top: 18%;
    }
}


@media (max-width: 1360px){
    .position-md-absolute {
        top: 13px;
    }
    .navbar-brand img {
        width: 170px;
    }
    .navbar-nav .nav-item:nth-child(3) {
        margin-right: 200px;
    }
    .nav-item {
        margin: 5px 10px;
    }
    .navbar-nav .nav-item:nth-child(1) .nav-link:after, .navbar-nav .nav-item:nth-child(3) .nav-link:after {
        right: -10px;
    }
    .nav-link {
        font-size: 16px;
    }
    .navbar-nav .nav-item:nth-child(1) .nav-link:after, .navbar-nav .nav-item:nth-child(2) .nav-link:after, .navbar-nav .nav-item:nth-child(4) .nav-link:after {
        right: -10px;
    }
    .our_team_sec .image {
        width: 350px;
        height: 350px;
    }
    .our_team_sec .col-md-7 .border-image{
        width: 430px;
        height: 430px;
    }
    .load_more span {
        font-size: 17px;
        letter-spacing: 3px;
    }
    .navbar-brand img {
        width: 145px;
    }
    .navbar-nav .nav-item:nth-child(5) {
        margin-right: 225px;
    }
    .header .dropdown-menu .sub_sec.separator:after {
        right: 9%;
    }
    
}


@media (max-width: 1220px){
    .position-md-absolute {
        top: 22px;
        padding: 0px;
    }
    .navbar-brand img {
        width: 130px;
    }
    .navbar-nav .nav-item:nth-child(3) {
        margin-right: 165px;
    }
    .nav-item {
        margin: 5px 10px;
    }
    .navbar-nav .nav-item:nth-child(1) .nav-link:after, .navbar-nav .nav-item:nth-child(3) .nav-link:after {
        right: -10px;
        top: 0px;
        height: 20px;
    }
    .nav-link {
        font-size: 14px;
    }
    .slider .card h5 {
        font-size: 27px;
        padding: 0px 100px;
        margin-bottom: 20px;
    }
    .swiper-slide img.product_slider {
        bottom: -102px;
        width: 233px;
        max-width: 233px;
    }
    .swiper-slide .explore {
        right: 223px;
        width: 80px;
        height: 80px;
    }
    .swiper-container .hashtag {
        bottom: -128px;
    }
    .slider .card h1 {
        font-size: 20px;
    }
    .testimonial_sec .content .image_circle.top {
        right: 0%;
    }
    .testimonial_sec .content .image_circle.bottom {
        left: 0%;
        top: 18%;
    }
    .testimonial_sec .content .slider_cont .testimonial_slider .item p {
        margin: 0px;
    }
    .testimonial_sec .content .testimonial_bg {
        left: 0%;
        width: 100%;
    }

    .brands_slider .item img {
        width: 70%;
    }
}


@media (max-width: 1130px) {
    .header .dropdown-toggle::after {
        display: block;
    }
    .header {
        height: auto;
        min-height: 80px;
        display: block;
    }
    .type_mob{
        display: block;
    }
    .type_full{
        display: none;
    }
    .position-md-absolute {
        padding: 0px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        display: none!important;
        position: absolute;
        top: 80px;
        left: 0px;
        background-color: #80B9AF;
        padding: 15px;
        text-align: center;
        /*        height: auto !important;*/
    }
    .navbar-collapse.collapse {
        display: none!important;
        /*        height: auto !important;*/
    }
    .navbar-collapse.collapsing,
    .navbar-collapse.show{
        display: none!important;
        /*        height: auto !important;*/
    }
    .navbar-nav {
        float: left!important;
        width: 100%;
        display: block;
    }
    .navbar-nav > li {
        float: left;
        width: 100%;
        margin: 0px 0px 10px 0px !important;
        display: block;
        text-align: left;
    }
    .collapse.in {
        display:none !important;
    }
    .navbar-expand-md .navbar-toggler {
        display: block;
        position: absolute;
        top: 20px;
        left: 50px;
        border: 0px;
        padding: 0px;
    }
    .navbar-expand-md .navbar-toggler:focus{
        outline: none;
    }
    .navbar-expand-md .navbar-toggler img{
        width: 27px;
    }
    .navbar-nav .nav-item:nth-child(1) .nav-link:after, .navbar-nav .nav-item:nth-child(3) .nav-link:after {
        display: none;
    }
    .header .dropdown .dropdown-toggle {
        padding: 0px 0px 0px 0px;
        width: 100%;
        text-align: left;
    }
    button:focus {
        outline: none !important;
    }

    .header .dropdown-menu {
        background-color: #eef3f2;
        border: 0px;
        display: table;
        list-style: none;
        opacity: 1;
        position: relative !important;
        visibility: visible;
        width: 100%;
        left: auto;
        right: auto;
        top: 0px;
        display: block;
        margin: 0px;
        transform: translateX(0%);
        -moz-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        background-image: url(/public/img/menu-bg.svg);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 100%;
        min-height: 0px;
        padding: 0px;
        z-index: 99999;
        max-height: 0px !important;
        overflow: hidden;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .header .dropdown:hover>.dropdown-menu {
        top: 0px;
    }
    .header .dropdown-menu.show{
        max-height: 1000px !important;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
    .testimonial_sec .content .image_circle {
        width: 200px;
        height: 200px;
    }
    .brands_sec h2 {
        letter-spacing: 6px;
    }
    .navbar-collapse.collapsing,
    .navbar-collapse.collapse{
        position: absolute;
        top: 80px;
        left: -100%;
        bottom: 0px;
        right: 0px;
        z-index: 999999;
        padding: 15px 0px;
        display: none !important;
        transition: all 0.5s;
        background-image: url(/public/img/pattern-reach.svg);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 262%;
        background-color: rgb(240, 246, 245);
        width: calc(100% - 60px) !important;
        -webkit-box-shadow: 7px 0px 8px -7px #b7b7b7;
        box-shadow: 7px 0px 8px -7px #b7b7b7;
        /*        height: calc(100% - 80px) !important;*/
    }
    .out_menu{
        display: block;
        position: absolute;
        top: 0px;
        right: -60px;
        width: 60px;
        background-color: rgba(0,0,0,0.3);
        height: 100%;
    }
    .navbar-collapse.collapse.show{
        left: 0%;
        transition: all 0.4s;
    }
    .social_media.visible-mob {
        position: absolute;
        bottom: 28px;
        top: auto;
        width: 100%;
        display: block;
        text-align: center;
    }
    .navbar-nav .nav-link {
        padding-left: 15px;
        color: #4A4F54;
        font-size: 20px;
    }
    .header .header .dropdown-menu{
        background-image: none;
    }
    .navbar {
        padding: 17px 15px;
        height: 100%;
    }
    .position-md-absolute {
        margin-top: 0px !important;
    }
    .navbar-expand-md .navbar-toggler {
        top: 28px;
    }
    .leaf {
        width: 130px;
        display: none !important;
    }
    .swiper-slide {
        display: block;
    }
    .nav-item {
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 13px;
    }
    .header .dropdown-item.active, .dropdown-item:active {
        background-color: #e8e8e8;
    }
    .social_media.hidden-mob{
        display: none;
    }
    .mobile_menu{
        position: fixed;
        top: 80px;
        left: -100%;
        bottom: 0px;
        right: 0px;
        z-index: 999999;
        padding: 15px 0px;
        display: block !important;
        transition: all 0.5s;
        background-image: url(/public/img/pattern-reach.svg);
        background-repeat: no-repeat;
        background-position: bottom;
        background-size: 262%;
        background-color: rgb(240, 246, 245);
        width: calc(100% - 60px) !important;
        -webkit-box-shadow: 7px 0px 8px -7px #b7b7b7;
        box-shadow: 7px 0px 8px -7px #b7b7b7;
        height: calc(100% - 80px) !important;
    }
    .mobile_menu.open{
        left: 0%;
        transition: all 0.5s;
    }
    .mobile_menu .social_media a {
        float: none;
        width: auto;
        font-size: 20px;
        color: #80B9AF;
        margin-bottom: 10px;
        display: inline-block;
        margin: 0px 20px;
    }
    .mobile_menu .dropdown-toggle {
        border: 0px;
        padding: 0px 0px 0px 0px;
        background-color: transparent;
        width: 100%;
        text-align: left;
        position: relative;
    }
    .mobile_menu .dropdown-toggle::after {
        display: inline-block;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: 7px solid;
        border-right: 7px solid transparent;
        border-bottom: 0;
        border-left: 7px solid transparent;
        position: absolute;
        right: 15px;
        top: 10px;
        color: #80b9af;
    }
    .mobile_menu .dropdown-menu {
        position: relative !important;
        border: 0px;
        border-radius: 0px;
        top: 8px !important;
    }
    .mobile_menu .dropdown-menu{
        max-height: 217px;
        background-color: #fbfbfb;
        overflow: auto;
    }



}



@media (max-width: 1024px){
    .post_item .post_image {
        width: 200px;
        height: 200px;
    }
    .post_item .post_image a .hover_sec {
        padding-top: 45px;
    }
    .post_item .post_image a .hover_sec b {
        font-size: 50px;
        top: -20px;
    }
}


@media (max-width: 970px){
    .footer ul.links li {
        width: 33.3333%;
    }
}

@media (max-width: 812px){
    social_media.hidden-mob {
        display: none;
    }

    .header .dropdown-menu .sub_sec {
        width: 50%;
    }
    .footer ul.links li {
        width: 33.3333%;
    }
    .big_container {
        padding: 0px 15px;
    }
    .has-search {
        right: 15px;
    }
    .slider .card {
        bottom: auto;
        top: 30px;
    }
    .navbar-expand-md .navbar-toggler {
        left: 15px;
    }
    .brands_sec h2 {
        letter-spacing: 4px;
    }
    .search-ul {
        max-height: 250px;
        overflow: auto;
    }
    .out_menu{
        display: block;
        position: absolute;
        top: 0px;
        right: -60px;
        width: 60px;
        background-color: rgba(0,0,0,0.3);
        height: 100%;
    }
    .navbar-collapse.collapse.show{
        left: 0%;
        transition: all 0.4s;
    }
    .header .social_media.visible-mob {
        position: absolute;
        bottom: 28px;
        top: auto;
    }
    .navbar-nav .nav-link {
        padding-left: 15px;
        color: #4A4F54;
        font-size: 20px;
    }
    .header .dropdown-menu{
        background-image: none;
    }
    .navbar {
        padding: 17px 15px;
    }
    .position-md-absolute {
        margin-top: 8px !important;
    }
    .navbar-expand-md .navbar-toggler {
        top: 28px;
    }
    .leaf {
        width: 130px;
        display: none !important;
    }
    .swiper-slide {
        display: block;
    }
    .nav-item {
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 13px;
    }
    .header .dropdown-item.active, .header .dropdown-item:active {
        background-color: #e8e8e8;
    }
    .slider {
        height: 800px;
    }
    .slider.about_page{
        height: auto;
    }
    .slider .card h5 {
        font-size: 20px;
        padding: 0px 15px;
        margin: 0px 0px 5px 0px;
    }
    .slider .card h1 {
        font-size: 20px;
        margin: 0px 0px 10px 0px;
        padding-bottom: 0px;
    }
    .slider .card h1:after {
        bottom: -4px;
    }
    .slider .card p {
        font-size: 13px;
    }
    .swiper-slide img.product_slider {
        bottom: 0px;
        top: -50px;
        float: right;
        width: 230px;
        max-width: 230px;
        right: 50%;
        margin-right: -135px;
        position: relative;
    }
    .slider .imageCont {
        height: auto;
        float: left;
        width: 100%;
        display: block;
    }
    .slider .imageCont img {
        height: auto;
        object-fit: initial;
    }
    .slider .card {
        position: relative;
        float: left;
        left: 0px;
        width: 100%;
        background-color: rgba(255,255,255,0);
        padding: 10px 0px;
        border-radius: 0px;
        display: block !important;
        right: 0px;
        top: -30px;
    }
    .swiper-slide .explore {
        right: 50%;
        margin-right: -50px;
        bottom: -48px;
        width: 80px;
        height: 80px;
        position: relative;
        display: inline-block;
        float: right;
    }
    .swiper-container .hashtag {
        bottom: -134px;
        font-size: 13px;
    }
    .load_more span {
        font-size: 17px;
        letter-spacing: 3px;
    }

}

@media (max-width: 600px){
    .navbar {
        display: block;
    }
    .position-md-absolute {
        float: left;
        margin-left: 45px !important;
        bottom: auto;
        display: flex;
    }
    .navbar-expand-md .navbar-toggler {
        top: 24px;
    }
    .brands_sec h2 {
        letter-spacing: 2px;
    }
    .testimonial_sec .content .slider_cont .testimonial_slider {
        width: 100%;
    }
    .testimonial_sec .content .image_circle {
        top: 0px !important;
        width: 150px;
        height: 150px;
    }
    .testimonial_sec h2 {
        font-size: 23px;
        line-height: 28px;
        letter-spacing: 5px;
    }
    .footer ul.links li {
        width: 50%;
        margin-bottom: 30px;
    }
    .footer ul.links li:last-child h3{
        text-align: left;
    }
    .slider .card {
        position: relative;
        float: left;
        left: 0px;
        width: 100%;
        background-color: rgba(255,255,255,0);
        padding: 10px 0px;
        border-radius: 0px;
        display: block !important;
        right: 0px;
        top: -30px !important; /*osama*/
    }
    .wellbeing_sec h2 {
        font-size: 28px;
    }
    .wellbeing_sec ul {
        padding: 0px 0px;
    }

    .wellbeing_sec ul {
        float: left;
        width: 100%;
        padding: 0px 50px;
        margin: 0px 0px 0px 0px;
        position: relative;
    }

    .wellbeing_sec ul li {
        float: left;
        width: 50%;
        list-style: none;
        padding: 0px 15px;
        text-align: center;
    }

    .wellbeing_sec ul li img {
        float: none;
        width: 73%;
        max-width: 100px;
        margin-top: 21px;
    }

    .wellbeing_sec {
        /* padding: 125px 0px; */
        min-height: 300px;
        height: 550px;
        background: url(/public/img/parallax2.jpg) bottom no-repeat;
        background-size: cover;
        background-position: center;
        text-align: center;
        position: relative;
        /* background-repeat: no-repeat; */
        z-index: 9;
        overflow: hidden;
    }
    .back_btn {
        top: 95px !important;
    }

    .testimonial_sec .content {
        min-height: 500px;
    }
    .footer .copyright {
        width: 100%;
        text-align: center;
    }
    .footer .sub_links a {
        float: none;
        width: auto;
        display: inline-block;
    }
    .footer .sub_links {
        float: left;
        width: 100%;
        border-top: 0px;
        padding-top: 0px;
        text-align: center;
    }
    .footer .sub_links a.privacy {
        margin-left: 0px;
        margin-right: 20px;
        padding-left: 0px;
        padding-right: 20px;
        border-left: 0px;
        border-right: 1px solid #50605D;
    }
    .footer ul.links li .logo {
        float: left;
        width: 200px;
        margin-top: 39px;
        position: absolute;
        top: -33px;
        left: 50%;
        margin-left: -100px;
    }
    .footer ul.links li:last-child {
        width: 100%;
    }
    .footer ul.links li .social_media {
        margin-top: 15px;
        margin-bottom: 15px;
        text-align: center;
    }
    .footer ul.links li .social_media a {
        float: none;
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
    }
    .footer p.follow {
        text-align: center;
        margin: 0px;
    }
    .footer ul.links {
        margin: 0px;
    }
    .footer .sub_footer {
        margin: 0px 0px 0px 0px;
    }
    #nav-icon1{
        position: relative;
        top: 0px;
    }


}

@media (max-width: 480px){
    .header .dropdown-menu .sub_sec {
        width: 100%;
    }
    .header .dropdown-menu.show {
        max-height: 183px !important;
        overflow: auto;
        border-radius: 0px;
        padding: 15px 0px;
        top: 13px !important;
    }
    .footer ul.links li {
        width: 50%;
    }
    .brands_sec h2 {
        letter-spacing: 1px;
        font-size: 12px;
    }
    .has-search {
        width: 124px;
    }
    .slider {
        height: 640px;
    }
    .slider.about_page{
        height: auto;
    }
    .slider .card h5 {
        font-size: 20px;
        padding: 0px 15px;
        margin: 0px 0px 5px 0px;
    }
    .slider .card h1 {
        font-size: 20px;
        margin: 0px 0px 10px 0px;
        padding-bottom: 0px;
    }
    .slider .card h1:after {
        bottom: -4px;
    }
    .slider .card p {
        font-size: 13px;
    }
    .swiper-slide img.product_slider {
        bottom: 0px;
        top: -50px;
        float: right;
        width: 230px;
        max-width: 230px;
        right: 50%;
        margin-right: -135px;
        position: relative;
    }
    .slider .imageCont {
        height: auto;
        float: left;
        width: 100%;
        display: block;
    }
    .slider .imageCont img {
        height: auto;
        object-fit: initial;
    }
    .swiper-slide .explore {
        right: 50%;
        margin-right: -50px;
        bottom: -48px;
        width: 80px;
        height: 80px;
        position: relative;
        display: inline-block;
        float: right;
    }
    .swiper-container .hashtag {
        bottom: -134px;
        font-size: 13px;
    }
    .about_sec {
        padding: 300px 15px 60px 15px;
        background-size: 392px;
    }
    .point_two {
        top: 26%;
    }
    .point_three {
        top: 23%;
    }
    .products_sec h2 {
        font-size: 35px;
        letter-spacing: 2px;
    }
    .products_sec {
        padding: 30px 0px 0px 0px;
    }
    .testimonial_sec {
        padding: 15px 0px;
    }
    .testimonial_sec .content .image_circle {
        width: 100px;
        height: 100px;
    }
    .testimonial_sec .content .slider_cont .testimonial_slider .item {
        padding: 0px 30px;
    }
    .footer {
        padding: 120px 0px 15px 0px;
    }
    .footer ul.links li .logo {
        top: -3px;
    }
    .out_menu{
        display: block;
        position: absolute;
        top: 0px;
        right: -60px;
        width: 60px;
        background-color: rgba(0,0,0,0.3);
        height: 100%;
    }
    .navbar-collapse.collapse.show{
        left: 0%;
        transition: all 0.4s;
    }
    .social_media.visible-mob {
        position: absolute;
        bottom: 28px;
        top: auto;
    }
    .navbar-nav .nav-link {
        padding-left: 15px;
        color: #4A4F54;
        font-size: 20px;
    }
    .header .dropdown-menu{
        background-image: none;
    }
    .navbar {
        padding: 17px 15px;
    }
    .position-md-absolute {
        margin-top: 8px !important;
    }
    .navbar-expand-md .navbar-toggler {
        top: 31px;
    }
    .leaf {
        width: 130px;
        display: none !important;
    }
    .swiper-slide {
        display: block;
    }
    .nav-item {
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 13px;
    }
    .header .dropdown-item.active, .dropdown-item:active {
        background-color: #e8e8e8;
    }

}

b, strong {
    font-size: 17px;
}

/* @media (min-width: 768px){
  .navbar-expand-md .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: 0px !important;
  }
} */

.fancybox-opened {
    z-index: 1000000 !important;
}
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
    @media (max-width: 812px){
        .navbar-collapse.collapsing, .navbar-collapse.collapse {
            height: calc(100% - 80px) !important;
            min-height: 500px;
        }
    }
}*/




.x-logo, .x-logo path {
    width: 17px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    transition: transform .25s ease;    
    color: #7fbaae !important;
    fill: currentColor !important;
}

.x-logo:hover{
  transform: scale(1.15);
}

