@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*----------------
# Default
-----------------*/
body {
    font-family: "Poppins", sans-serif;
}

.inner_topdes p {
    color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    margin: 0 0 15px 0;
    padding: 0;
}

h1 {
    font-size: 3rem;
}
h2 {
    font-size: 2.5rem;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 1rem;
}

img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.text-purple {
    color: #35008f !important;
}
.color-purple {
    color: #35008f !important;
}
.color-purple_dark {
    color: #35008f !important;
}
.color-pink {
    color: #35008f !important;
}
.btn-radius {
    border-radius: 30px;
}
hr {
    border-color: #010101;
    border-width: 1px;
}

.p {
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 22px;
    color: #666666;
}

/* section.section{padding-top: 70px;} */

/*skin_enhancement*/
.skin_enhancement {
    margin-top: 50px;
}
.skin_enhancement .nav-tabs {
    border-bottom: 0;
}
.skin_enhancement .nav-tabs a.nav-link {
    padding: 1px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    background: transparent;
    border: 0;
    display: inline-block;
}
.skin_enhancement .nav-tabs a.nav-link.active p {
    position: relative;
}

.skin_enhancement .nav-tabs a.nav-link.active p:before {
    position: absolute;
    content: "";
    bottom: -10px;
    margin: auto;
    left: 0;
    right: 0;
    display: inline-block;
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #35008f;
    border-left: 2px solid #35008f;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    width: 8px;
    height: 8px;
}
.skin_enhancement .nav a.active,
.skin_enhancement .nav a:hover,
.skin_enhancement .nav a:focus {
    color: #693cca;
    background: transparent;
}
.skin_enhancement .nav a.active p,
.skin_enhancement .nav a:hover p,
.skin_enhancement .nav a:focus p {
    color: #693cca;
}
.skin_enhancement .icons_list {
    padding: 60px 0px;
}
.skin_enhancement a i {
    background: url(/frontend/img/features/bg_bannercn.jpg) no-repeat center;
    width: 115px;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    margin: auto;
}
@media (max-width: 991px) {
    .skin_type_img {
        background: url(/frontend/img/features/banner_mbbg.jpg) no-repeat center;
    }
    .skin_enhancement .nav-tabs a.nav-link {
        width: 25%;
    }
}
@media (max-width: 767px) {
    .skin_enhancement a i {
        width: 85px;
        height: 85px;
    }
    .skin_enhancement a i img {
        width: 32px !important;
    }
}
@media (max-width: 575px) {
    .skin_enhancement a i {
        width: 75px;
        height: 75px;
    }
    .skin_enhancement a i img {
        width: 28px !important;
    }
}
.skin_enhancement a i:hover {
    background-color: #35008f;
}
.skin_enhancement a i img {
    width: 100%;
    max-width: 50px;
    filter: brightness(20.5);
}
.skin_enhancement a p {
    font-size: 16px;
    line-height: normal;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.skin_type_img {
    background: url(/frontend/img/features/bg_bannercn.jpg) no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
}
.skin_banner {
    border: 2px solid #35008f;
    padding: 3px;
    position: relative;
    border-radius: 20px;
    background-color: #ffffff;
}
.skin_banner:after {
    position: absolute;
    content: "";
    background: #fbfbfb;
    padding: 39px;
    border-radius: 50%;
    right: -8px;
    top: -20px;
    box-shadow: 0 0px 2px 0 rgb(255 255 255 / 78%);
    filter: blur(3px);
}
.skin_banner h2 {
    margin-top: 15px;
    text-transform: capitalize;
}
.tag_list p,
.tag_list h2,
.tag_list h3 {
    color: #ffffff;
}
.tag_list h2 {
    margin-bottom: 15px !important;
}
/*
==========================================================
Default CSS
==========================================================
*/
label {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
.btn {
    padding: 0.475rem 0.8rem;
    outline: none !important;
    cursor: pointer;
    box-shadow: none !important;
    transition: all 0.5s ease-in-out;
    text-transform: capitalize;
}
body .btn-white:hover,
body .btn-white:focus {
    background-color: transparent !important;
    border: 1px solid #35008f !important;
    color: #ff96e7 !important;
}
.btn.focus,
.btn:focus {
    background: #35008f !important;
    outline: 0;
    box-shadow: none;
    border-color: #35008f !important;
}
.btn-lg {
    font-size: 16px;
    min-height: 35px;
    min-width: 180px;
}
.btn-md {
    font-size: 15px;
    min-height: 34px;
    min-width: 120px;
}
.btn-sm {
    font-size: 14px;
}
.btn-primary {
    background-color: #35008f;
    border-color: #35008f;
}
.btn-outline-primary {
    background-color: transparent;
    border-color: #35008f;
    border: 1px solid #35008f;
}
.btn-primary:hover,
.btn-primary:focus {
    background-color: #35008f;
    border-color: #35008f;
    color: #ffffff;
}
.btn-purple {
    background-color: #9d899c;
    border-color: #9d899c;
    color: #ffffff !important;
}
.btn-purple:hover,
.btn-purple:focus {
    background-color: #9d899c;
    border-color: #9d899c;
    color: #ffffff !important;
}
.btn-secondary {
    background-color: #ffeaf8;
    border-color: #ffeaf8;
    color: #35008f;
}
.btn-secondary:hover {
    background-color: #ffeaf8;
    border-color: #ffeaf8;
    color: #35008f;
}
.btn-secondary:hover i img {
    filter: brightness(0) invert(1);
    transition: all 0.5s ease-in-out;
}
.btn-secondary:focus {
    background-color: #fff !important;
    border-color: #fff !important;
    color: #000 !important;
}
.btn-transparent {
    background-color: transparent;
    border-color: transparent;
}
.btn.focus,
.btn:focus {
    outline: 0 !important;
    box-shadow: none !important;
}
.form-control {
    border: 1px solid #35008f;
    background: transparent;
    min-height: 52px;
    color: #8f8e91;
    border-radius: 25px;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}
.form-control:focus {
    border-color: rgb(207 27 27);
    background: transparent;
    box-shadow: none;
}
.form-group {
    position: relative;
}
.error-message {
    display: none;
    color: #cf1b1b;
    width: 100%;
    font-size: 13px;
    font-weight: 400;
}

.btn-white {
    background: #ffffff;
    border-color: #35008f;
    color: #35008f;
}
.circle_md_pink,
.circle_sm_pink {
    position: relative;
}
.circle_md_pink:before {
    position: absolute;
    content: "";
    background: #35008f;
    border-radius: 50%;
    padding: 50px;
}
.circle_sm_pink:after {
    position: absolute;
    content: "";
    background: #35008f;
    border-radius: 50%;
    padding: 10px;
    z-index: -1;
}
/** Placeholder Input **/
::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #35008f;
    opacity: 1;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #35008f;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #35008f;
}
@media (min-width: 1200px) {
    .form-group {
        margin-bottom: 15px;
    }
}

@media (max-width: 1440px) {
    h1 {
        font-size: 40px;
    }
    h2 {
        font-size: 32px;
    }
}
@media (max-width: 1200px) {
    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 28px;
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 30px;
    }
    h2 {
        font-size: 25px;
    }
}

img {
    max-width: 100%;
}

/*floating links*/
.floating_links {
    position: fixed;
    display: flex;
    align-items: center;
    background: #eeeeee;
    line-height: 1;
    font-size: 16px;
    bottom: 10%;
    transition: background 0.5s;
    z-index: 11;
    color: #fff;
    text-align: center;
    margin: auto;
    flex-direction: column;
    padding: 15px;
    border-radius: 0 10px 10px 0;
}
.floating_links li {
    margin-bottom: 15px;
}
.floating_links li:last-child {
    margin-bottom: 0;
}

/*owl-nav & owl-dots*/

.owl-nav {
    position: absolute;
    width: auto;
    height: auto;
    z-index: 10;
    left: 0;
    right: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 50%;
    transform: translatey(-50%);
    justify-content: space-between;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    height: 50px;
    margin-right: 0px;
    background-color: #ebebeb !important;
    line-height: 48px;
    text-align: center;
    font-size: 30px;
}

.owl-nav .owl-prev:focus,
.owl-nav .owl-next:focus {
    outline: none;
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
    background: #ffffff !important;
}

.owl-nav button.owl-prev.disabled,
.owl-nav button.owl-next.disabled,
.owl-nav button.owl-prev.disabled span,
.owl-nav button.owl-next.disabled span {
    background: transparent !important;
    background: none !important;
}

.owl-nav .owl-next span {
    font-size: 0;
    background: url(/frontend/img/features/icons/next-arrowcn.svg) no-repeat
        center;
    background-size: contain;
    padding: 12px;
    display: block;
}
.owl-nav .owl-prev span {
    font-size: 0;
    background: url(/frontend/img/features/icons/left-arrowcn.svg) no-repeat
        center;
    background-size: contain;
    padding: 12px;
    display: block;
}
.owl-dots .owl-dot {
    border: 1px solid #35008f !important;
    border-radius: 50%;
    margin: 5px;
    width: 10px;
    height: 10px;
}
.owl-dots .owl-dot.active {
    background: #35008f !important;
    border: 2px solid #35008f !important;
}
.owl-dots {
    position: relative;
    left: 15px;
    bottom: 160px;
    max-width: 1140px;
    margin: auto;
}
.how_it_work a.carousel-control-prev img,
.how_it_work a.carousel-control-next img {
    height: auto;
}
.how_it_work a.carousel-control-prev span,
.how_it_work a.carousel-control-next span {
    line-height: 37px;
    display: block;
}
@media (max-width: 991px) {
    .owl-dots {
        bottom: 0;
        margin: auto;
        text-align: center;
    }
    .join_template {
        padding: 20px 15px !important;
    }
}

/*language menu*/

.language-menu {
    position: relative;
    margin: 0 0 0 14px;
    padding: 10px 20px 10px 0;
    cursor: pointer;
}
.language-option {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 2px2px 2px rgb(160 160 160 / 20%);
    -moz-box-shadow: 2px 2px 2px rgba(160, 160, 160, 0.2);
    box-shadow: 2px 2px 2px rgb(160 160 160 / 20%);
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.64);
    border-radius: 3px;
}

/* Prelaoder */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}
#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #f2f2f2;
    border-top: 6px solid #35008f;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*--------------------
# Navigation Menu
-----------------------*/

/* Desktop Navigation */
.dropdown-item {
    color: #917ba8;
}
/* .dropdown:hover>.dropdown-menu { */
/* display: block; */
/* } */
.dropdown-item.active,
.dropdown-item:active {
    background: transparent;
}
.main-nav {
    padding: 0;
}
.main-nav ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-nav ul li {
    position: relative;
    white-space: nowrap;
    display: inline-block;
    margin-left: 7px;
    margin-right: 7px;
    padding: 7px 10px;
    color: #666666;
}
.main-nav ul li:last-child {
    margin-right: 0;
}
.main-nav li a {
    display: block;
    position: relative;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.7px;
    color: #666666;
}
.main-nav li a.btn {
    color: #ffffff;
}
.main-nav li a.btn:hover,
.main-nav li a.btn:focus {
    color: #ffffff;
}
.main-nav li.dropdown a.dropdown-toggle:hover {
    color: #35008f !important;
}
.main-nav li.active a:before,
.main-nav li a:before {
    position: absolute;
    content: "";
    background: #35008f;
    left: 0px;
    right: 0px;
    bottom: -10%;
    width: 0;
    height: 2px;
    opacity: 0;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}

.main-nav li:hover a:before,
.main-nav li.active a:before {
    opacity: 1;
    width: 100%;
}

.main-nav li:hover a,
.main-nav li.active a {
    color: #35008f;
}

.main-nav li.active a.btn:before,
.main-nav li a.btn:before {
    display: none;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
    /* color: #fff; */
    text-decoration: none;
}

.Doctor_user {
    margin-right: 15px;
}
.Doctor_user li {
    width: auto;
}
.Doctor_user li {
    min-width: 150px;
    display: block;
}
.Doctor_user i {
    display: inline-block;
    overflow: hidden;
}
.Doctor_user li:hover a {
    background: #fff;
    color: #35008f;
}
/* Mobile Navigation */
.hamburger_icon {
    background-image: url(/frontend/img/features/icons/menu-icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 15px;
    display: inline-block;
}
.fa-close {
    background-image: url(/frontend/img/features/icons/close_icon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 10px;
    position: relative;
    top: 4px;
}
.mobile-nav {
    position: fixed;
    z-index: 9999;
    overflow-y: auto;
    top: -300%;
    left: 0;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 50px;
    background: rgba(55, 57, 129, 0.958);
    transition: 0.4s;
    -webkit-transition: 0.4s;
    min-height: 450px;
    overflow-y: auto;
    height: 100%;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    overflow: hidden;
    display: none;
    z-index: 999;
}
.mobile-nav-active {
    overflow: hidden;
}
.mobile-nav-active .mobile-nav {
    top: 0;
}
.mobile-nav li {
    text-align: center;
    margin: 20px 0;
}
.mobile-nav a {
    display: block;
    position: relative;
    padding: 7px 20px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    color: #fff;
}
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
    color: #f294d9 !important;
    background-color: transparent;
    text-decoration: none;
}
.mobile-nav-toggle {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    outline: none !important;
    cursor: pointer;
    text-align: right;
    ransition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    padding-right: 0;
}

.mobile-nav-toggle i {
    margin: 8px 0 0 0;
    filter: none;
}
.header-scrolled .mobile-nav-toggle i {
    filter: invert(1);
}
/*--------------------
# Inner page html
------------------------*/
.innerpage {
    /* margin-top: 100px; */
    position: relative;
}
.search_list {
    position: relative;
}
.search_list .form-control {
    min-width: 320px;
}
.search_list input {
    padding: 12px 38px 13px 15px;
    background: #fff;
    color: #35008f;
}
.search_list button,
.search_list a {
    border: 0;
    background: transparent;
    box-shadow: none;
    position: absolute;
    top: 12px;
    right: 10px;
    outline: 0;
}
.taglist {
    background: url(/frontend/img/features/bg_bannercn.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 70px;
}
.tagchecklist li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
    transition: all ease-in-out 0.5s;
}
.tagchecklist li:last-child {
    margin-right: 0px;
}
.tagchecklist li:hover a span.mr-2,
.tagchecklist li.active a span.mr-2 {
    display: inherit;
}
.tagchecklist li a span.mr-2 {
    display: none;
    transition: all ease-in-out 0.5s;
}

@media (max-width: 767px) {
    .search_list .form-control {
        min-width: auto;
    }
    .taglist {
        padding: 50px 25px !important;
    }
    #testimonials .testimonial-item p {
        padding: 70px 10px 60px !important;
        font-size: 14px !important;
    }
    #testimonials .testimonial-item p:before {
        padding: 10px;
    }
    #testimonials .testimonial-item .testimonial-img {
        max-width: 40px !important;
    }
}

/*-----------
howitwork 
------------*/
.howitwork {
    min-height: 700px;
}
.howitwork .inner_topdes {
    padding-top: 100px;
}
.howitwork .inner_topdes h2 {
    font-size: 52px;
    color: #ffffff;
    text-transform: capitalize;
    display: block;
    font-weight: bold;
}
.howitwork .inner_topdes p {
    padding: 0;
    margin: 0 0 15px 0;
    font-size: 22px;
}
.measureinnerpage {
    padding-top: 40px;
    position: relative;
}
.howitwork .inner_topdes p {
    color: #ffffff;
}
.measureinnerpage .inner_banner img {
    height: 650px;
    margin: auto;
    object-fit: contain;
}
.skin_type img {
    border-radius: 40px;
    padding: 10px;
    height: 160px;
    width: 160px;
    margin-left: 0px;
    margin-right: 0px;
    object-position: top;
}

.precise_result .precise_skin.circle_md_pink:before {
    bottom: 10%;
    top: auto;
    z-index: -1;
    left: -10%;
    right: auto;
}
.precise_skin.circle_md_pink:before {
    bottom: -10px;
    top: auto;
    z-index: -1;
    left: auto;
    right: 20px;
}
.skin_icons li {
    width: 16.66%;
    padding: 15px;
}
.skin_icons img {
    /* height: 150px;
  object-fit: contain; */
    padding-bottom: 30px;
}
.skin_icon {
    margin-bottom: 50px;
    display: block;
    padding: 25px 15px;
}
.skin_icon h3 {
    text-transform: capitalize;
    color: #7b5f96;
    margin-bottom: 0;
    font-size: 1.2rem;
}
.icons_list {
    padding: 40px 50px;
}
/* .skin_icon{ margin-bottom: 50px;
    display: block;
    width: 170px;
    height: auto;
    box-shadow: 0 0 7px rgb(0 0 0 / 35%) !important;
    border-radius: 18px;} */
.skin_icons img {
    height: 150px;
    object-fit: contain;
    padding-bottom: 10px;
    border-radius: 0px;
}
/* .skin_icons h3{min-height: 70px;} */
/* .skin-banner{padding: 50px 0;} */
.skin-banner .row {
    height: 100%;
}
.skin-banner {
    position: relative;
    background: url(/frontend/img/features/bg_bannercn.jpg) no-repeat center;
    background-size: cover;
    height: 203px;
    padding: 0px 120px;
    z-index: 1;
}
.skin-banner h2 {
    color: #fff;
    display: -webkit-box;
    text-transform: capitalize;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.skin-banner:before {
    position: absolute;
    left: 0;
    content: "";
    background: #8136d8;
    border-radius: 0 50% 50% 0;
    height: 100%;
    width: 150px;
    top: 0px;
    z-index: -1;
}

.skin-banner:after {
    position: absolute;
    left: 0;
    content: "";
    background: url(/frontend/img/features/improve_skin/phone.png) no-repeat
        center;
    background-size: contain;
    height: 100%;
    width: 120px;
    top: 0;
}
.skin-banner .col-md-4 {
    align-items: self-end;
}
.measure_girl img {
    margin-top: -35px;
    height: 238px;
    object-position: bottom;
    object-fit: contain;
}
.measure_girl.circle_md_pink:before {
    border-radius: 50% 50% 50% 50%;
    padding: 50px;
    top: 50%;
    left: -5%;
    z-index: -1;
}
.measure_girl.circle_sm_pink:after {
    top: 45%;
    right: 20%;
}
.wrinkle_img li {
    width: 25%;
}
@media (max-width: 1024px) {
    .skin_icons li {
        width: 25%;
        padding: 15px;
    }
}
/* Testimonials Section
--------------------------------*/
#testimonials {
    padding-left: 15px;

    padding-right: 15px;
}
#testimonials .section-header {
    margin-bottom: 40px;
}
.testimonials-carousel .owl-stage-outer {
    padding-top: 60px;
}
.testimonials-carousel .owl-dots {
    bottom: 0;
}
#testimonials .owl-item.active.center .testimonial-item .testimonail_autor {
    text-align: center;
    margin-top: -30px;
    position: relative;
}
#testimonials .owl-item.active .testimonial-item .testimonail_autor {
    margin-top: -45px;
    position: relative;
}
#testimonials .testimonial-item .testimonial-img {
    max-width: 60px;
    border-radius: 50%;
    margin: 10px auto;
}

#testimonials .testimonial-item p {
    padding: 70px 20px 60px;
    text-align: center;
    border-radius: 20px;
    font-size: 16px;
    position: relative;
    background: #fff;
}
#testimonials .testimonial-item p:before {
    position: absolute;
    content: "";
    padding: 15px;
    top: 20px;
    left: 0;
    right: 0;
    background: url(/frontend/img/features/icons/qoutes_grey.svg) no-repeat
        center;
    background-size: contain;
    margin: auto;
    text-align: center;
}
#testimonials .owl-item.active p {
    background: url(/frontend/img/features/icons/qoutes_grey.svg) no-repeat
        center;
    background-size: contain;
}

#testimonials .owl-item.active p {
    background: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
#testimonials .owl-item.active.center p:after {
    background: url(/frontend/img/features/icons/qoutes_white.svg) no-repeat
        center;
    background-size: contain;
}
#testimonials .owl-item.active.center p {
    background: #35008f;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    margin-top: -40px;
}
/*-----------
blog
------------*/
.meta-share {
    position: relative;
}
.meta-share .social_links {
    display: none;
    min-width: 240px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: auto;
    background: #fff;
    border: 1px solid #35008f;
    z-index: 2;
    padding: 10px;
}
.meta-share.show_social_links .social_links {
    display: block;
}
.single-blog .blog-meta {
    display: flex;
}
.video_blog {
    padding-top: 60px;
}
.comment-box .blog-meta {
    display: flex;
}
.blog-meta button {
    background: transparent;
    padding: 0;
    border: 0;
    color: #35008f;
}
.blog_card {
    position: relative;
    overflow: hidden;
    display: block;
    border: 1px solid #ccc;
    border-radius: 20px;
    margin-bottom: 30px;
    transition: all ease-in-out 0.5s;
    height: calc(100% - 30px);
}
.blog-meta span {
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
}
.blog-meta i {
    display: flex;
    align-items: center;
}
.blog_card:hover .thumb_blog img {
    transform: scale(1.5);
}
.thumb_blog {
    position: relative;
    z-index: 1;
    cursor: pointer;
    height: 136px;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    overflow: hidden;
}
.video_widget .thumb_blog iframe {
    height: 100%;
}
.related_blogs.video_blog .thumb_blog {
    height: 240px;
}
.related_blogs.video_blog .thumb_blog iframe {
    height: 100%;
}
img.blog-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
@media (max-width: 767px) {
    .thumb_blog {
        height: auto;
    }
}
.blog_des {
    padding: 10px;
}
.tags_banner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.tags_banner .tagchecklist {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #fff;
    text-overflow: ellipsis;
}
.blog_des .blog-detail h5 {
    padding-top: 0;
}
.blog_des h5 {
    padding-top: 15px;
    font-size: 1.5rem;
    color: #303030;
    font-weight: 400;
}

/*video blog*/
.blog-detail h5 {
    margin-bottom: 5px;
}
.blog-categ {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.video_widget h6 {
    margin-bottom: 10px;
}
.video_widget .blog-categ ul li:first-child {
    border-right: 1px solid #808080;
    display: inline-block;
}
.blog-categ ul li:first-child {
    border: 0;
    display: inherit;
    margin-bottom: 5px;
    line-height: 1;
}
.blog-categ ul li:last-child {
    border: 0;
}
.blog-categ ul li {
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #808080;
}
.blog-categ ul li {
    font-size: 14px;
}
.video_widget .blog_card {
    border-radius: 0;
    margin-bottom: 15px;
    height: calc(100% - 20px);
}

.video_widget .blog_card .blog-categ {
    margin-bottom: 0;
}

/*terms&conditions*/
.terms_conditions h3 {
    margin: 20px 0;
}
/** ====================
 * Lista de Comentarios
 =======================*/

.comments-container h1 {
    font-size: 36px;
    font-weight: 400;
}

.comments-container h1 a {
    font-size: 18px;
    font-weight: 700;
}
.single-welcome-slide .welcome-text p {
    margin-bottom: 20px;
    font-size: 16px;
}
.comments-list {
    margin-top: 15px;
    position: relative;
}

/**
 * Lineas / Detalles
 -----------------------*/
.comments-list:before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    left: 32px;
    top: 0;
}

.reply-list:before,
.reply-list:after {
    display: none;
}
.reply-list li:before {
    content: "";
    width: 60px;
    height: 2px;
    /* background: #c7cacb; */
    position: absolute;
    top: 25px;
    left: -55px;
}

.comments-list li {
    margin-bottom: 15px;
    display: block;
    position: relative;
}

.comments-list li:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    width: 0;
}

.reply-list {
    padding-left: 88px;
    clear: both;
    margin-top: 15px;
    display: none;
}
.reply-list.show {
    display: block;
}
.view_reply {
    font-size: 16px;
}
/**
 * Avatar
 ---------------------------*/
.comments-list .comment-avatar {
    width: 10%;
    max-width: 50px;
    height: 50px;
    position: relative;
    z-index: 99;
    float: left;
    border: 3px solid #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    background-color: #000;
}

.comments-list .comment-avatar img {
    width: 100%;
    height: 100%;
    background-color: #000;
    display: none;
}

.reply-list .comment-avatar {
    width: 50px;
    height: 50px;
}

.comment-main-level:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    clear: both;
}
/**
 * comments-list
 ---------------------------*/
.comments-list .comment-box {
    width: 90%;
    float: right;
    position: relative;
}

.reply-list .comment-box {
    /* width: 610px; */
}
.comment-box .comment-head {
    overflow: hidden;
}

.comment-box .comment-head i {
    float: right;
    margin-left: 14px;
    position: relative;
    top: 2px;
    color: #a6a6a6;
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}

.comment-box .comment-head i:hover {
    color: #03658c;
}

.comment-box .comment-name {
    font-size: 18px;
    font-weight: 700;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}
.comment-head input.form-control {
    border: 1px solid #000;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

.comment-box .comment-head span {
    float: left;
    font-size: 13px;
    position: relative;
    top: 1px;
}

.comment-box .comment-content {
    font-size: 15px;
}
.single_detail .related_comments .blog-meta span {
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 15px !important;
}

/** =====================
 * Responsive
 ========================*/
@media only screen and (max-width: 766px) {
    /* .comments-container { */
    /* width: 480px; */
    /* } */

    /* .comments-list .comment-box { */
    /* width: 390px; */
    /* } */

    /* .reply-list .comment-box { */
    /* width: 320px; */
    /* } */
}
@media only screen and (max-width: 520px) {
    .comments-container {
        width: 100%;
    }

    .comments-list .comment-box {
        width: 100%;
        margin: 10px auto;
    }
}
/*FAQ*/

.faq h1,
.faq a {
    color: #35008f;
}
.faq .btn-link {
    font-weight: 400;
    color: #35008f;
    background-color: transparent;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: bold;
    padding-left: 25px;
}
.faq .card {
    background: transparent;
    border: 0;
    border-radius: 0;
}
.faq .card-header {
    padding-left: 35px;
    position: relative;
    background: transparent;
    border: 0;
}

.faq .card-header:before {
    position: absolute;
    left: 13px;
    content: "Q.";
    font-size: 28px;
    top: 11px;
    display: block;
    font-weight: 600;
    color: #ed3840;
}

.faq .card-header:after {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
    width: 5px;
    background: #ed3840;
}
.faq .card-body {
    padding-left: 65px;
    position: relative;
}

.faq .card-body:before {
    position: absolute;
    left: 13px;
    content: "A.";
    font-size: 28px;
    top: 11px;
    display: block;
    font-weight: 600;
}

.faq .card-body:after {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    height: 65px;
    width: 5px;
    background: #35008f;
}
/*contact detail*/
.contact-form .form-control {
    border: none;
    border-bottom: 1px solid #35008f;
    border-radius: 0px;
    box-shadow: none;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: all ease-in-out 0.4s;
    transition: all ease-in-out 0.4s;
    color: #35008f;
    padding: 0;
}
.contact-form .form-control:focus {
    border-bottom-color: #35008f;
}

.contact-form input {
    height: 55px;
}
.contact-form .form-group {
    margin-bottom: 30px;
}
/*ambassador block*/
.ambassador h3 {
    margin-top: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
/*about block*/
.client_img {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.client_img:before {
    position: absolute;
    content: "";
    background: url("/frontend/img/features/bg_bannercn.jpg") no-repeat center;
    background-size: contain;
    padding: 90px;
    bottom: 0;
    z-index: -1;
    left: 0;
    right: 0;
}
.client_img img {
    height: 270px;
}
.client_sumery li {
    font-size: 16px;
}
.client_detail {
    padding: 30px 40px;
    border: 1px solid rgba(102, 102, 102, 0.5);
    margin-bottom: 30px;
    background: rgba(52, 0, 143, 0.035);
    border-radius: 20px;
}
.client_detail h3 {
    text-align: left;
}
.client_detail ol {
    padding-left: 40px;
}
.line-html h2 {
    position: relative;
    display: block;
    background-color: #f9f9f9;
    padding: 5px 15px;
}
.line-html {
    position: relative;
    display: block;
}
.line-html:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #35008f;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 991px) {
    .client_detail {
        padding: 10px 15px;
        border: 0;
        background-color: transparent;
        border-radius: 0;
    }
    .client_detail:first-child {
        position: relative;
    }
    .client_detail:first-child::before {
        border-bottom: 1px solid rgba(102, 102, 102, 0.5);
        position: absolute;
        left: 15px;
        right: 15px;
        width: 90%;
        margin: auto;
        height: 2px;
        content: "";
        bottom: 0;
    }
    .single-welcome-slide .welcome-text p {
        margin-bottom: 20px;
        font-size: 16px !important;
    }
    .client_dir {
        border: 1px solid rgba(102, 102, 102, 0.5);
        background: rgba(52, 0, 143, 0.035);
        border-radius: 20px;
    }
    .taglist {
        background: url("/frontend/img/features/bg_bannercn.jpg") no-repeat
            center;
        background-size: cover;
        padding: 50px 70px;
    }
}
@media (max-width: 767px) {
    .client_img:before {
        padding: 24% 18%;
    }
}
@media (max-width: 575px) {
    /* .client_img img{height: auto;} */
    h3 {
        font-size: 1rem !important;
    }
}
/*blog detail*/
.blog_detail {
    position: relative;
}
.blog_detail:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: rgb(123 95 149 / 50%);
}
.blog-img {
    position: relative;
}
.blog-img img {
    box-shadow: 0 0 10px #ddd;
    width: 100%;
    height: auto;
}
.blog-banner {
    width: 100%;
    height: 600px;
}
.blog-banner img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.widget {
    margin-bottom: 34px;
    border-radius: 4px;
}
.widget h6 {
    font-weight: 400;
    text-transform: capitalize;
    color: #000;
}
.tags-widget {
    text-align: left;
}
.post-category li {
    color: #8d8d8d;
    font-size: 15px;
    display: block;
}
.post-category li a {
    color: #c16e8f;
    padding: 5px 5px 10px 0;
    display: block;
}
.search-widget .search_list .form-control {
    min-width: 100%;
}
.download_widget a {
    width: 100%;
}
.post-category li:last-child a {
    padding-bottom: 0;
}
.single_detail {
    margin: 70px 0 0;
}
.single_detail p {
    font-size: 18px;
}

.single_detail .blog-meta span {
    border-right: 1px solid #8d8d8d;
    padding-right: 10px;
    margin-right: 10px;
}
.single_detail .blog-meta span:last-child,
.blog-tags ul li:last-child {
    border: 0;
}
.single_detail h1,
.single_detail h2 {
    font-weight: 400;
}
.blog-tags ul li {
    display: inline-block;
    border-right: 1px solid #8d8d8d;
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    color: #35008f;
}
/*--------------------
# Intro Section
------------------------*/
.welcome-area,
.howitwork {
    background: url("/frontend/img/features/bg_bannercn.jpg") no-repeat top;
    background-size: 100% 84%;
}
.welcome-slides {
    position: relative;
    padding-top: 100px;
    z-index: 1;
    overflow: hidden;
}
.single-welcome-slide {
    position: relative;
    z-index: 2;
    width: 100%;
}
.background-curve {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.welcome-area .over_banner,
.howitwork .over_banner {
    display: none;
}
.over_banner {
    position: absolute;
    content: "";
    background: url("/frontend/img/features/bg_bannercn.jpg") no-repeat center;
    background-size: cover;
    padding: 22% 30%;
    right: 0;
    left: 0;
    top: -10%;
    z-index: -1;
}
.single-welcome-slide .welcome-text {
    position: relative;
    padding-top: 100px;
    z-index: 1;
}
.single-welcome-slide .welcome-text h2 span {
    color: #ffffff;
}
.single-welcome-slide .welcome-text p {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 60px;
    display: block;
}
.single-welcome-slide .welcome-text h2 {
    font-size: 52px;
    color: #ffffff;
    display: block;
    font-weight: bold;
    margin-bottom: 30px;
}
.welcome-slides .welcome-thumbnail img {
    width: auto;
    height: 650px;
    margin: auto;
    object-fit: contain;
}
@media (max-width: 991px) and (min-width: 768px) {
    .welcome-area {
        background: url("/frontend/img/features/banner_mbbg.jpg") no-repeat top;
        background-size: 100% 74%;
    }
}
@media (max-width: 991px) {
    .welcome-slides {
        padding-top: 0;
    }

    .howitwork {
        background: url("/frontend/img/features/banner_mbbg.jpg") no-repeat top;
        background-size: 100% 92%;
    }
}

@media only screen and (max-width: 767px) {
    .over_banner {
        padding: 40px 50%;
    }
    .welcome-area {
        background: url("/frontend/img/features/banner_mbbg.jpg") no-repeat top;
        background-size: 100% 84%;
    }
}

h1,
h2,
.download-sec h2 {
    font-size: 26px;
    margin-bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-welcome-slide .welcome-text h2 {
        font-size: 48px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-welcome-slide .welcome-text h2 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .owl-dots {
        left: 0;
    }
    .single-welcome-slide .welcome-text {
        text-align: center;
    }
    .single-welcome-slide .welcome-text h2 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .single-welcome-slide .welcome-text h2 {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .single-welcome-slide .welcome-text {
        padding-top: 0;
    }
    .welcome-thumbnail img {
        max-width: 70%;
        margin: auto;
        height: auto !important;
    }
    .blog-banner {
        height: auto;
    }
    .blog-banner img {
        object-fit: contain;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-welcome-slide .welcome-text h2 {
        font-size: 28px;
    }
}

/*----------------------
# cares skin
--------------------------*/

.cares_skin {
    margin-bottom: 0;
}
.cares_skin span {
    font-style: normal;
    font-size: 100px;
    color: #35008f;
    font-weight: bold;
}
.cares_skin span:nth-child(2) {
    color: #35008f;
    margin-left: 15px;
}
.skin_care p {
    line-height: normal;
}
.skin_care h3 {
    font-size: 60px;
    margin-top: -20px;
}
.skin_care_detail {
    display: none;
    transition: all ease-in-out 0.5s;
}
.skin_care_detail.show {
    display: block;
}
.view_more {
    cursor: pointer;
}
.view_more_tags span {
    position: relative;
    color: #fff;
    display: inline-block;
}
.view_more_tags span:after {
    display: inline-block;
    content: "";
    border-top: 0;
    border-right: 0;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    width: 5px;
    height: 5px;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: auto;
}

/*----------------------------- 
Sections Header
--------------------------------*/

.skin_heading {
    color: #35008f;
}
.section-header h3 {
    font-size: 36px;
    color: #413e66;
    text-align: center;
    font-weight: 700;
    position: relative;
}
.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #535074;
    width: 50%;
}

/*How_it_work*/
.video_clips {
    width: 100%;
    height: 314px;
    max-width: 100%;
    overflow: hidden;
    border: 3px solid #ffff;
    border-radius: 30px;
    position: relative;
    background: #9d899c;
    box-shadow: 0 0 21px 1px rgb(0 0 0 / 50%);
    margin: 20px 0;
}
.video_clips > img,
.video_clips > video {
    height: 100%;
    width: 100%;
}
.video_clips iframe {
    width: 100%;
}
.play_icon {
    display: none;
}
.video_clips .play_icon img {
    width: 60px;
    margin: auto;
}
.video_clips .play_icon {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    left: 0;
    right: 0;
    text-align: center;
}
.work_des {
    display: none;
}
#tab-slider .carousel-indicators li.active .work_des {
    display: block;
}
#tab-slider .carousel-indicators li.active h5 {
    margin-bottom: 10px;
}
#tab-slider .carousel-indicators li.active .work_des a {
    float: right;
    margin-top: 10px;
}
.skin_description h2 {
    font-weight: 300;
    margin-right: 140px;
    font-size: 36px;
}
.how_it_work {
    padding: 50px 0;
}
.box_work {
    padding: 30px;
    border-radius: 10px;
    display: block;
    margin: 0 0 20px;
    border: 1px solid transparent;
}
.box_work:last-child {
    margin: 0;
}
.box_work.active {
    border: 1px solid #f2f2f7;
    box-shadow: 0 0px 10px rgb(38 112 144 / 40%);
}
.box_work h5 {
    color: #010101;
    display: block;
    margin: 0 0 10px;
}
.box_work span {
    font-size: 20px;
    display: inline-block;
    color: #666666;
}
.how_it_work img {
    margin: 0 auto;
    max-width: 100%;
    height: calc(420px * 25 / 14);
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    position: relative;
}
.img_clips {
    position: relative;
    width: 100%;
}
#tab-slider .carousel-item {
    text-align: center;
}
#tab-slider .carousel-indicators {
    position: static;
    margin: 0;
    flex-direction: column;
}
#tab-slider .carousel-indicators li h5 {
    color: #35008f;
    font-size: 25px;
    margin-bottom: 0;
}
#tab-slider .carousel-indicators li {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 18px 30px;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    text-indent: initial;
    border-radius: 50px;
    margin: 0 0 10px;
    border: 1px solid transparent;
    box-sizing: border-box;
    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.4);
    position: relative;
    opacity: 1;
}
#tab-slider li:last-child {
    margin: 0;
}
#tab-slider .carousel-indicators li.active {
    /* border: 1px solid #35008f;
  box-shadow: 0 10px 30px rgba(38, 112, 144, 0.4); */
}
#tab-slider .carousel-indicators li.box_work.active:before {
    opacity: 1;
}
#tab-slider .carousel-indicators li.box_work:before {
    position: absolute;
    content: "";
    left: -10%;
    background: url(/frontend/img/features/icons/left_arrow_tab.svg) no-repeat
        left;
    padding: 20px;
    background-size: 15px;
    opacity: 0;
}
#tab-slider .carousel-control-prev,
#tab-slider .carousel-control-next {
    opacity: 1;
    display: block;
    color: #000;
    width: 40px;
    height: 40px;
    line-height: 34px;
    bottom: 90px;
    background: #fff;
    top: auto;
    border-radius: 50px;
    border: 1px solid #ddd;
}

#tab-slider .carousel-control-prev {
    left: 15px;
}
#tab-slider .carousel-control-next {
    right: 15px;
}
#tab-slider .carousel-control-prev img,
#tab-slider .carousel-control-next img {
    width: 16px;
    position: relative;
}
#tab-slider .carousel-control-prev img {
    left: -2px;
}
#tab-slider .carousel-control-next img {
    right: -2px;
}

/*-----------
Author About
----------*/
.about-banner img {
    border-radius: 15px;
}
.author_about {
    background: url(/frontend/img/features/bg_bannercn.jpg) no-repeat right;
    background-size: cover;
    padding: 50px 0 30px;
}
@media (max-width: 991px) {
    .author_about {
        background: url(/frontend/img/features/banner_mbbg.jpg) no-repeat right;
        background-size: cover;
        padding: 50px 0 30px;
    }
    #tab-slider .carousel-control-prev,
    #tab-slider .carousel-control-next {
        bottom: 140px;
    }
}
/*-----
SiteMap
-------*/
.liststyling ul h2 {
    margin-bottom: 15px;
    margin-top: 25px;
}
.liststyling li {
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (min-width: 992px) {
    .btn-white:hover {
        background: #35008f;
        border-color: #35008f;
        color: #ffffff;
    }
    /*how_it_work*/
    .carousel-item div.box_work {
        display: none;
    }
    #tab-slider .carousel-control-prev,
    #tab-slider .carousel-control-next {
        display: none !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-welcome-slide .welcome-text p {
        font-size: 18px;
        margin-bottom: 40px;
    }
}
@media (min-width: 992px) {
}
@media (max-width: 1440px) {
    .main-nav ul li {
        padding: 5px 0;
    }
    .single-welcome-slide .welcome-text h2 {
        font-size: 42px;
    }
    .single-welcome-slide .welcome-text p {
        font-size: 18px;
    }
}
@media (max-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }
    h2 {
        font-size: 2.2rem;
    }
    h3 {
        font-size: 1.3rem;
    }
    h4 {
        font-size: 0.9rem;
    }
    .main-nav {
        display: none;
    }
    header {
        padding-left: 5px;
        padding-right: 5px;
    }
    header .logo img {
        max-height: 44px;
    }
    .mobile-nav li {
        margin: 10px;
    }
    .mobile-nav a {
        font-size: 16px;
        font-weight: 500;
    }
    .Doctor_user {
        margin-right: 10px;
    }
    .language-menu {
        margin-right: 36px;
    }
    .skin_icon {
        width: auto;
        height: auto;
        margin-bottom: 30px;
    }
    .skin_icons img {
        width: 120px;
        height: 90px;
    }
    .skin-banner {
        padding: 0px 0px 0 117px;
    }
}
@media (max-width: 991px) {
    h1 {
        font-size: 2.2rem;
    }
    h2 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.1rem;
    }
    h1,
    h2,
    .download-sec h2 {
        font-size: 30px;
        margin-bottom: 0;
    }
    h6 {
        font-size: 20px;
    }
    /* header .logo span {display: none;} */
    /* .skin_icons img { height: 80px;} */
    .icons_list {
        padding-bottom: 0;
    }
    .howitwork .inner_topdes h2 {
        font-size: 30px;
    }
    p {
        font-size: 16px;
    }
    .howitwork .inner_topdes {
        padding-top: 30px;
    }
    .measureinnerpage .inner_banner img {
        height: auto;
    }
    .howitwork {
        min-height: auto;
    }
    .measure_your_skin .col-md-4 {
        position: absolute;
        max-width: 27%;
        right: 0;
    }
    .measure_your_skin h2 {
        font-size: 22px;
        -webkit-line-clamp: 4;
        margin-bottom: 10px;
    }
    /*how_it_work*/
    .skin_description h2 {
        margin-right: 0px;
        font-size: 28px;
    }
    .work_des {
        display: block;
    }
    .mob_none {
        display: none;
    }
    div.box_work {
        box-shadow: 0 10px 2px rgba(38, 112, 144, 0.4);
        margin: 35px 15px !important;
        min-height: 200px;
        background: #fff;
    }
    .how_it_work {
        padding: 30px 0;
    }
    .how_it_work {
        font-size: 36px;
    }
    .how_it_work .container {
        max-width: 100%;
        padding: 0;
    }
    #tab-slider .carousel-indicators {
        padding: 0 0 30px;
        display: flex;
        flex-direction: row;
        overflow-x: scroll;
        justify-content: flex-start;
    }
    #tab-slider .carousel-indicators li.active {
        /* box-shadow: 0px 2px 12px 4px rgba(0, 0, 0, 0.05); */
    }
    #tab-slider .carousel-indicators li {
        min-width: 80%;
        max-width: 80%;
        padding: 1.5rem;
        margin-left: 15px;
        margin-bottom: 0;
    }
    .how_it_work img {
        height: calc(380px * (25 / 14) * 0.8);
    }
    /*testimonial*/
    #testimonials .owl-item.active p {
        transform: inherit !important;
        margin: 0 30px;
    }
    .cares_skin span {
        font-size: 60px;
        display: inline-block;
        margin-bottom: 15px;
    }
    .skin_care h3 {
        font-size: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-welcome-slide .welcome-text p {
        font-size: 14px;
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    #testimonials .owl-item.active p {
        transform: inherit !important;
        margin: 0 20px;
    }
    /*Default*/
    .welcome-slides {
        padding-top: 60px;
    }
    .btn-md {
        font-size: 15px;
        min-height: 34px;
        min-width: 100px;
    }
    .mr-0 {
        margin-right: -15px !important;
    }
    .blog-img iframe {
        height: 100%;
    }
    .thumb_blog iframe {
        height: 100%;
    }
    p {
        font-size: 16px;
    }
    h6 {
        font-size: 16px;
    }
    .skin_type img {
        border-radius: 30px;
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .single-blog .row {
        flex-direction: column;
        align-items: flex-start !important;
        justify-content: flex-start !important;
    }
    .measureinnerpage .inner_banner {
        padding: 50px 0;
    }
    .blog_des h5 {
        font-size: 1.2rem !important;
    }
    /*cares skin*/
    .skin_description h2 {
        font-size: 22px;
    }
    .cares_skin span {
        font-size: 40px;
        display: inline-block;
        margin-bottom: 15px;
    }
    .skin_care h3 {
        font-size: 40px;
    }
    .skin_care p {
        font-size: 20px;
    }
    .Recent_clips .skin_heading {
        padding: 0 10px;
    }
}
@media (max-width: 575px) {
    /*header*/
    .Doctor_user {
        margin-right: -8px;
    }
    .language-menu {
        margin-right: 22px;
    }
    /*how_it_work*/
    .how_it_work img {
        height: calc(280px * (25 / 14) * 0.8);
    }
    /*testimonial*/
    #testimonials .owl-item.active p {
        margin: 0 15px;
    }
    .measure_girl.circle_md_pink:before {
        padding: 25px;
        top: auto;
        bottom: 0;
    }

    .btn,
    body {
        font-size: 0.8rem;
    }
    .search_list button,
    .search_list a {
        top: 9px;
    }
    .form-control {
        min-height: 42px;
    }
}
@media (max-width: 480px) {
    /*how_it_work*/
    .how_it_work img {
        height: calc(300px * (25 / 14) * 0.75);
    }
    p {
        word-break: break-all;
    }
}
@media (max-width: 375px) {
    /*Header*/
}
textarea {
    resize: none;
}
.main-nav ul.dropdown-menu {
    display: none;
}

.main-nav ul.dropdown-menu.show {
    display: block !important;
}
.main-nav ul.dropdown-menu.show li.active a {
    color: #000;
}
.main-nav ul li.dropdown.show:hover a {
    color: #35008f;
}
.main-nav ul li.dropdown.show:hover li a:hover {
    color: #ff96e7;
}
.main-nav ul.dropdown-menu.show li {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0;
    margin-right: 0;
}
.main-nav ul.dropdown-menu.show li a:before {
    display: none;
}
.main-nav ul.dropdown-menu.show li {
    display: block;
}
@media (max-width: 1200px) {
    .mobile-nav ul.dropdown-menu.show {
        position: relative !important;
        top: auto !important;
        left: 0 !important;
        float: none !important;
        border: 0px solid rgba(0, 0, 0, 0.15) !important;
        border-radius: 0.25rem;
        transform: none !important;
        background: transparent !important;
    }
    .mobile-nav a {
        color: #fff !important;
    }
    .mobile-nav ul.dropdown-menu.show li {
        margin: 0;
    }
    .mobile-nav ul.dropdown-menu.show li a {
        font-size: 16px;
        margin-bottom: -5px;
    }
    .mobile-nav ul.dropdown-menu.show li:hover a,
    .mobile-nav ul.dropdown-menu.show li a:hover,
    .mobile-nav ul.dropdown-menu.show li a:focus {
        color: #f294d9 !important;
        background-color: transparent;
    }
}
.disLink {
    color: #c9c2c2 !important;
    pointer-events: none;
}
.disLink a {
    color: #c9c2c2 !important;
    pointer-events: none;
}
.btndis {
    background: #c9c2c2;
    pointer-events: none;
    border: 1px solid #dcd8d8;
    color: #6c6969;
}
.cross-x {
    position: absolute;
    top: 3px;
    right: -11px;
    font-size: 30px;
}
@media (max-width: 575px) {
    .icons_list {
        padding: 40px 0px 0;
    }
    .skin-banner {
        padding: 0 15px;
    }
    .skin-banner:before,
    .skin-banner:after {
        display: none;
    }
    .owl-nav {
        top: 57%;
        transform: translatey(-57%);
    }
    h1,
    h2,
    .download-sec h2 {
        font-size: 23px !important;
    }
    .btn-md {
        font-size: 13px;
        min-height: 30px;
        min-width: 90px;
    }
    .box_work span {
        font-size: 16px;
    }
    .skin_care p {
        font-size: 16px;
    }
}
.faq .btn-link:focus {
    background: #fbfbfb !important;
    border: 0 !important;
}
.blog_card .blog-categ {
    justify-content: flex-start;
}

.blog_card .blog-categ ul li:first-child {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: normal;
}

.jbtndis {
    background: #c9c2c2;
    border: 1px solid #dcd8d8;
    color: #6c6969;
}
.skin_type_img.wrinkles_type {
    padding: 0;
}

.skin_type_img.wrinkles_type img {
    width: 100%;
    object-fit: contain;
}

.fa-close {
    filter: invert(1);
}
.bg-skinbeuty-cpy {
    background-color: #734da7 !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    text-align: center;
    border-top: 1px solid #cabcde;
}
.bg-skinbeuty-cpy .copyright p {
    text-align: center !important;
    color: #9999a1 !important;
}

/* Skin Care Pages - Rahul Siwal */
.skin_measure_enhancement h2 {
    color: #35008f;
}
