.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
a,
body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    font-family: 'Greycliff CF' !important
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff !important;
    color: #000 !important
}

dd,
dl,
dt,
li,
ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.new-blog-txt .col-lg-8,
.new-blog-txt .col-sm-12 {
    padding: 0
}

.h1,
h1 {
    font-size: 36px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.subcategory-details-main .overview-detail .common-skin-points,
body,
p {
    line-height: 26px;
    font-size: 16px
}

.main-tab-box h2 {
    font-size: 22px
}

.right-bar-skin li,
.right-bar-skin ol,
.right-bar-skin ul {
    list-style-type: initial;
    margin-left: 9px
}

* {
    box-sizing: border-box
}

.appointments-box {
    max-width: 500px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    box-shadow: 17px 15px 50px rgba(108, 156, 147, .09);
    text-align: center;
    margin: 10px auto
}

.top_heading {
    display: inline-block;
    position: relative
}

.triangle-left,
.triangle-right {
    width: 32px;
    height: 12px;
    background-color: #028d6d;
    display: block;
    position: absolute;
    left: -5px;
    top: -12px;
    z-index: -1;
    transform: skew(-44deg, 0deg);
    -webkit-transform: skew(-44deg, 0deg)
}

.common_btns,
.common_outline_btns {
    white-space: nowrap;
    padding: 17px 30px;
    gap: 10px;
    font-weight: 700;
    line-height: 50px !important;
    height: 50px !important;
    transition: .2s;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase
}

.triangle-right {
    left: inherit;
    right: -5px;
    transform: skew(44deg, 0deg);
    -webkit-transform: skew(44deg, 0deg)
}

.top_heading>h2 {
    background-color: #00ab84;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: -12px 0 0;
    text-align: center;
    color: #fff;
    display: inline-block;
    padding: 23px 46px;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    border-radius: 0 0 60px 60px;
    letter-spacing: 1px
}

.top_heading>h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 2.5%;
    width: 95%;
    height: 30px;
    background-color: #00ab84;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px
}

.top_heading>h2 span {
    position: relative;
    z-index: 1
}

.common_btns {
    background-color: #f16232;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 1px solid #f16232;
    box-shadow: 5px 6px 30px rgba(241, 98, 50, .34);
    -webkit-box-shadow: 5px 6px 30px rgba(241, 98, 50, .34)
}

.common_btns:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    box-shadow: none;
    -webkit-box-shadow: none
}

.common_btns:hover span svg path,
.common_outline_btns span svg path {
    stroke: #000
}

.common_outline_btns {
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border: 1px solid #f16232;
    margin-top: 20px
}

.md-hr,
.medical-review,
.service-card{
    background-color: #fdf5f2
}

.common_outline_btns:hover {
    background-color: #f16232;
    color: #fff;
    box-shadow: 5px 6px 30px rgba(241, 98, 50, .34);
    -webkit-box-shadow: 5px 6px 30px rgba(241, 98, 50, .34)
}

.common_outline_btns:hover span svg path {
    stroke: #fff
}

.available_slot {
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px
}

.available_slot::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #e6e6e6
}

.available_slot>span {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 40px;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    padding: 7px 14px;
    display: inline-block;
    z-index: 1;
    position: relative
}

.available_slot>span>span,
.show_all_btn:hover {
    color: #f16232
}

.time_slots {
    padding-left: 30px;
    padding-right: 30px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0;
    min-height: 75px
}

.show_all_btn,
.time_slots>li>a {
    display: inline-block;
    font-weight: 700
}

.time_slots>li {
    display: block
}

.time_slots>li>a {
    width: 100%;
    border: 1px solid #00ab84;
    background-color: #f7fdf9;
    font-size: 16px;
    line-height: 19px;
    color: #000;
    padding: 3px 5px;
    position: relative;
    vertical-align: middle;
    text-decoration: none
}

.time_slots>li>a.active {
    background-color: #00ab84;
    box-shadow: 7px 7px 20px rgba(0, 171, 132, .22);
    -webkit-box-shadow: 7px 7px 20px rgba(0, 171, 132, .22);
    color: #fff;
    overflow: hidden;
    border: none;
    padding: 4px 5px
}

.time_slots>li>a.active span {
    color: #fff
}

.time_slots>li>a::after,
.time_slots>li>a::before {
    content: '';
    position: absolute;
    left: -6px;
    bottom: -5.5px;
    width: 12px;
    height: 10px;
    background-color: #fff;
    border-top: 1px solid #00ab84;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform-origin: center;
    box-sizing: content-box
}

.time_slots>li>a.active::after {
    left: -5.5px;
    bottom: -4px;
    width: 14px;
    border-top: none;
    background-color: #f0fffc
}

.time_slots>li>a::before {
    left: inherit;
    bottom: inherit;
    top: -5.5px;
    right: -6px;
    border-top: none;
    border-bottom: 1px solid #00ab84
}

.time_slots>li>a.active::before {
    right: -5.5px;
    border-bottom: none;
    top: -4px;
    width: 14px;
    background-color: #f0fffc
}

.time_slots>li>a>span {
    display: block;
    color: #f16232;
    font-weight: 500
}

.show_all_btn {
    font-size: 14px;
    line-height: 16px;
    color: #00ab84;
    text-decoration: underline;
    margin: 25px 0
}

.bottom_btn_area {
    padding: 0 30px 30px
}

.cust_overflow {
    max-height: 270px;
    overflow: scroll
}

body,
p {
    color: #15342a;
    font-weight: 400
}

.service-card {
    padding: 20px;
    border-radius: 10px
}

.service-sec {
    background-color: #fff;
    background-image: url('data:image/svg+xml,<svg width="127" height="553" viewBox="0 0 127 553" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M26.0322 1.00006C-0.606311 61.4877 -28.8801 203.897 71.1328 289.632C196.149 396.801 297.289 385.225 328.771 552.418" stroke="url(%23paint0_linear_1659_2190)"/><defs><linearGradient id="paint0_linear_1659_2190" x1="-55.5366" y1="140.677" x2="410.34" y2="412.741" gradientUnits="userSpaceOnUse"><stop stop-color="%23F16232"/><stop offset="0.435" stop-color="white"/></linearGradient></defs></svg>');
    background-position: top right;
    background-repeat: no-repeat;
    padding: 20px 0 30px;
}

.service-card .GEPIM {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 24px
}

.service-card .owl-stage {
    display: flex
}

.service-card .owl-item .item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    background: #fff;
    height: 100%;
    text-align: left;
    padding: 13px 16px;
    border-radius: 8px;
    transition: .35s ease-in-out;
    border: 1px solid #fff;
    white-space: nowrap;
}

.service-card .owl-item .item .icon {
    height: 34px;
    width: 34px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    transition: .35s ease-in-out;
    justify-content: center;
}

.service-card .owl-item .item .icon img, .service-card .owl-item .item .icon svg path {
    max-width: 100%;
    transition: .35s ease-in-out;
}
.service-card .owl-item .item:not(:hover) .icon img {
    filter: brightness(0);
}
.service-card .owl-item .item:hover .icon svg path{
    stroke: #f16232;
}

.service-card .owl-item .item .service_box_title {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    line-height: normal;
    display: block;
    transition: .35s ease-in-out;
    font-family: 'Greycliff CF';
    font-weight: 500
}

.service-card .owl-item .item:hover {
    border-color: #f16232
}

.service-card .owl-nav {
    position: absolute;
    right: 0;
    top: -50px;
    display: flex;
    gap: 20px
}

.service-card .owl-nav>button {
    margin: 0 !important;
    height: 34px;
    width: 34px;
    background: #fff !important;
    border-radius: 50%;
    transition: .35s ease-in-out;
    position: initial !important
}

.service-card .owl-nav>button:hover {
    background: #f16232 !important
}

.service-card .owl-nav>button:hover svg,
.service-card .owl-nav>button:hover svg path {
    stroke: #fff !important
}

.book-informations {
    padding: 80px 0;
    background: #fff;
    position: relative
}

.book-informations>.container {
    position: relative;
    z-index: 2
}

.book-informations:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 268px;
    background: #f8f9fa
}

.book-informations-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px
}

.book-informations-col .book-informations-icon {
    width: 176px;
    height: 165px;
    margin: 0 auto -67px;
    background: #fdf5f2;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 21px;
    position: relative;
    z-index: 1
}

.book-informations-col .book-informations-dis {
    padding: 97px 20px 50px;
    background: #fff;
    border-radius: 20px;
    height: calc(100% - 100px);
    box-shadow: 10px 10px 33px hsl(213.33deg 4.92% 64.12% / 10%);
    text-align: center
}

.book-informations-col .book-informations-dis h2 {
    margin: 0 0 15px;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    line-height: 30px
}

/* .subcategory-details-main {
    padding: 100px 0 120px;
    background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_1664_369)"><path d="M32 16L16 0L0 16L16 32L32 16ZM5.54973 16L16 5.54973L26.4503 16L16 26.4503L5.54973 16Z" fill="%23F16232"/></g><defs><clipPath id="clip0_1664_369"><rect width="32" height="32" fill="white"/></clipPath></defs></svg>'), url('data:image/svg+xml,<svg width="206" height="541" viewBox="0 0 206 541" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M324.5 1C258.833 8.49999 121.6 55.9 98 185.5C68.5 347.5 129.5 429 1 540.5" stroke="url(%23paint0_linear_1664_367)"/><defs><linearGradient id="paint0_linear_1664_367" x1="162.75" y1="1" x2="162.75" y2="540.5" gradientUnits="userSpaceOnUse"><stop stop-color="%23F16232"/><stop offset="1" stop-color="white"/></linearGradient></defs></svg>'), url('data:image/svg+xml,<svg width="221" height="541" viewBox="0 0 221 541" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M-103 1C-37.3333 8.49999 99.9 55.9 123.5 185.5C153 347.5 92 429 220.5 540.5" stroke="url(%23paint0_linear_1664_368)"/><defs><linearGradient id="paint0_linear_1664_368" x1="58.75" y1="1" x2="58.75" y2="540.5" gradientUnits="userSpaceOnUse"><stop stop-color="%2300AB84"/><stop offset="1" stop-color="white"/></linearGradient></defs></svg>');
    background-repeat: no-repeat;
    background-position: top 40px left 40px, top 150px right 0, top 20% left 0
} */

.menu-section-block .menu-section-block-inner {
    background: #e8f8ed;
    padding: 10px 0;
    border-radius: 10px
}

.subcategory-details-main .menu-section-block .skin-left-bar-section ul {
    background: 0 0;
    box-shadow: none;
    border-radius: 0
}

.subcategory-details-main .menu-section-block .skin-left-bar-section ul li a {
    border: none;
    border-left: 3px solid transparent;
    display: flex;
    align-items: center;
    line-height: 25px;
    vertical-align: middle;
    font-family: 'Greycliff CF Demi' !important;
    font-weight: 600;
    color: #000;
    transition: .35s ease-in-out;
    padding: 13px 15px 13px 38px;
    position: relative
}

.subcategory-details-main .menu-section-block .skin-left-bar-section #menu li a:before {
    content: "";
    background: url('data:image/svg+xml,<svg width="9" height="10" viewBox="0 0 9 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.37353 5.77709L1.77721 9.80928C1.13743 10.1998 0.386266 9.52553 0.637617 8.78561L1.90431 5.04178L0.637617 1.29791C0.386266 0.556429 1.13743 -0.116344 1.77721 0.274203L8.37353 4.30639C8.9076 4.63135 8.90621 5.45213 8.37353 5.77709Z" fill="black"/></svg>');
    width: 10px;
    height: 10px;
    position: absolute;
    left: 20px;
    transition: .35s ease-in-out;
    background-position: center !important;
    background-repeat: no-repeat !important;
    top: 50%;
    transform: translateY(-50%)
}

.subcategory-details-main .menu-section-block .skin-left-bar-section #menu li a.active,
.subcategory-details-main .menu-section-block .skin-left-bar-section #menu li a:hover {
    border-color: #f16232;
    background: #fff;
    transition: .35s ease-in-out;
    color: #00ab84;
    padding: 13px 15px 13px 30px
}

.subcategory-details-main .menu-section-block .skin-left-bar-section #menu li a.active:before,
.subcategory-details-main .menu-section-block .skin-left-bar-section #menu li a:hover:before {
    left: 15px;
    transition: .35s ease-in-out;
    background: url('data:image/svg+xml,<svg width="9" height="11" viewBox="0 0 9 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.07275 5.96691L1.47643 9.9991C0.836647 10.3896 0.085485 9.71535 0.336835 8.97543L1.60353 5.2316L0.336835 1.48773C0.085485 0.746247 0.836647 0.0734732 1.47643 0.46402L8.07275 4.49621C8.60682 4.82117 8.60543 5.64195 8.07275 5.96691Z" fill="%2300AB84"/></svg>')
}

.subcategory-details-main .menu-section-block.sticky {
    position: sticky;
    top: 100px;
    width: 100%;
    max-width: 100%
}

.subcategory-details-main .right-bar-skin {
    padding: 0;
    box-shadow: none;
    border: none;
    margin: 0
}

.subcategory-details-main .right-bar-skin>.section:not(:last-child) {
    margin: 0 0 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #fae1d7
}

.subcategory-details-main .overview-detail .common-skin-points ul li,
.subcategory-details-main .right-bar-skin .what-acne-bx {
    margin: 0
}

.subcategory-details-main .right-bar-skin .what-acne-bx h2 {
    margin: 0 0 20px;
    font-size: 35px;
    font-weight: 700;
    line-height: 51px;
    color: #000
}

.subcategory-details-main .overview-detail .common-skin-points p:not(:last-child) {
    margin: 0 0 20px
}

.subcategory-details-main .overview-detail .common-skin-points br,
.swipe-see-dr {
    display: none
}

.blog-btn,
.blog-head,
.dr-list,
.md-hr {
    display: flex
}

.subcategory-details-main .overview-detail .common-skin-points h3 {
    font-weight: 700;
    margin: 25px 0 20px;
    color: #000;
    font-size: 16px !important
}

.subcategory-details-main .overview-detail .common-skin-points ul li:not(:last-child) {
    margin: 0 0 13px
}

.subcategory-details-main .overview-detail .common-skin-points ul {
    padding-left: 10px;
    margin-bottom: 20px
}

.subcategory-details-main .overview-detail .common-skin-points a {
    color: #00ab84;
    font-weight: 700;
    text-decoration: none !important
}

/* .treatment-sec {
    padding: 0;
    background-image: url('data:image/svg+xml,<svg width="215" height="389" viewBox="0 0 215 389" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M-1.6061 1.00012C63.6448 11.5209 162.317 66.2002 179.914 196.751C201.91 359.939 91.0606 271.192 214.281 388.5" stroke="url(%23paint0_linear_1659_2191)"/><defs><linearGradient id="paint0_linear_1659_2191" x1="123.743" y1="9.46058" x2="98.859" y2="548.386" gradientUnits="userSpaceOnUse"><stop stop-color="%2300B67A"/><stop offset="0.435" stop-color="white"/></linearGradient></defs></svg>');
    background-repeat: no-repeat;
    background-position: top 60px left
} */

.treatment-head {
    text-align: center;
    margin: 0 0 40px
}

.treatment-head h2 {
    font-size: 40px;
    margin: 0 0 15px;
    color: #000;
    font-family: 'Greycliff CF Demi' !important;
    font-weight: 600
}

.treatment-head p {
    font-size: 18px;
    line-height: normal
}

.treatment-if {
    max-width: 619px;
    margin: 0 auto 40px
}

.treatment-if iframe {
    height: auto !important;
    vertical-align: middle
}

.spaces-120 {
    padding: 120px 0
}

.bg-gray {
    background-color: #f9f9f9
}

.blog-head {
    padding-bottom: 60px;
    align-items: center;
    justify-content: space-between
}

.blog-head .left-content-blog {
    max-width: 650px
}

.blog-head .left-content-blog h2 {
    margin: 0 0 10px;
    font-size: 35px;
    font-weight: 700;
    line-height: 51px;
    color: #000
}

.blog-wrapper .what-blog-img {
    float: none
}

.blog-wrapper .what-blog-img img {
    width: 100%;
    object-fit: cover
}

.blog-wrapper .new-blog-txt-bx {
    margin-left: 0
}

.blog-wrapper .what-we-blog-section {
    background-color: transparent;
    padding: 0
}

.blog-wrapper .what-new-blog {
    margin-top: 0;
    border-bottom: none;
    padding-bottom: 0
}

.blog-btn {
    align-items: center;
    gap: 8px
}

.medical-review h5,
.readmore-btn {
    font-weight: 600;
    gap: 5px;
    display: flex
}

.blog-btn svg,
.readmore-btn svg {
    transition: .3s ease-in-out
}

.blog-btn:hover {
    background-color: #f1521c
}

.blog-btn:hover svg,
.readmore-btn:hover svg {
    transform: translate(4px, 0)
}

.blog-wrapper .what-new-blog h3 {
    font-size: 24px !important;
    font-weight: 600;
    margin: 25px 0 20px
}

.readmore-btn {
    align-items: center;
    text-transform: uppercase;
    margin-top: 20px;
    color: #f16232
}

.readmore-btn:hover {
    color: #f1521c
}

.medical-review {
    border-radius: 8px;
    padding: 30px;
    margin-top: 30px;
    text-align: center
}

.review-icon {
    margin-top: -60px
}

.medical-review h5 {
    align-items: center;
    justify-content: center
}

.dr-list li,
.medical-review span {
    font-weight: 500
}

.dr-list {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
    gap: 10px
}

.dr-list li {
    padding: 5px 15px;
    background-color: #fff;
    border-radius: 40px;
    font-size: 13px
}

.md-hr {
    padding: 5px;
    border: 1px solid #f16232;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    margin: 20px auto;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9
}

.md-rev {
    position: relative
}

.md-rev::before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #f16232;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 0
}

.date-active {
    color: #00ab84
}

.dr-dls h6 {
    font-size: 20px;
    color: #000
}

@media screen and (max-width:1199px) {
    .book-informations-col .book-informations-icon {
        width: 100px;
        height: 100px;
        margin: 0 auto -50px;
        padding: 20px
    }

    .book-informations-col .book-informations-icon img {
        max-width: 100%
    }

    .book-informations-col .book-informations-dis {
        padding: 70px 15px 30px;
        height: calc(100% - 50px)
    }

    .book-informations-col .book-informations-dis h2 {
        font-size: 18px;
        line-height: 27px
    }

    .treatment-head h2 {
        font-size: 21px;
        margin: 0 0 10px
    }

    .treatment-head p {
        font-size: 14px
    }

    .subcategory-details-main .right-bar-skin .what-acne-bx h1 {
        margin: 0 0 10px;
        font-size: 22px;
        line-height: 32px
    }

    .subcategory-details-main .right-bar-skin>.section:not(:last-child) {
        margin: 0 0 25px;
        padding-bottom: 25px
    }

    .subcategory-details-main .overview-detail .common-skin-points ul li:not(:last-child) {
        margin: 0 0 8px
    }

    .subcategory-details-main .overview-detail .common-skin-points p:not(:last-child) {
        margin: 0 0 15px
    }
}

@media screen and (max-width:820px) {
    p {
        font-size: 14px
    }
    .accordion-item .accordion-body,
    .mobile_treat {
        background-color: #fdf5f2
    }

    .bottom-bar.openmenu .swip-up,
    .service-sec,
    .swip-down,
    .treatment-sec .trustpilot-widget.mb-2 {
        display: none
    }

    .mobile_treat {
        margin: 0
    }

    .mobile_treat .accordion-button:not(.collapsed),
    .mobile_treat button.accordion-button {
        box-shadow: none;
        font-size: 15px;
        color: #000;
        background-color: #fdf5f2;
        border-bottom-color: #eed9d1;
        font-weight: 700
    }

    .bottom-bar.openmenu .swip-down,
    .hide-text .swipe-text h2,
    .swip-up p {
        font-family: 'Greycliff CF Demi' !important;
        font-weight: 600
    }

    .accordion-button:not(.collapsed)::after {
        filter: brightness(0)
    }

    .accordion-item .accordion-body .item {
        background: #fff;
        padding: 13px 16px;
        border-radius: 8px;
        border: 1px solid transparent;
        display: flex;
        align-items: center
    }

    .accordion-item .accordion-body .item:not(:last-child) {
        margin: 0 0 10px
    }

    .accordion-item .accordion-body .item .icon {
        height: 22px;
        width: 22px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .accordion-item .accordion-body .item .icon img {
        max-width: 100%
    }

    .accordion-item .accordion-body .item .service_box_title {
        width: calc(100% - 34px);
        font-size: 12px;
        line-height: 17px;
        font-weight: 500;
        color: #000;
        padding-left: 5px;
        text-transform: uppercase
    }

    .accordion-item .accordion-body .item.active {
        border-color: #f16232
    }

    .book-informations-grid {
        grid-template-columns: 1fr
    }

    .book-informations,
    .skin-grey-bck.subcategory-details-blade-main,
    .spaces-120 {
        padding: 60px 0
    }

    .treatment-head {
        text-align: left;
        margin: 0 0 20px
    }

    .treatment-if {
        margin: 0 auto
    }

    .treatment-sec {
        padding: 20px 0;
        background-image: none
    }

    .swipe-see-dr {
        display: block;
        background: #fff;
        border-radius: 30px 30px 0 0;
        position: fixed;
        z-index: 9;
        box-shadow: 0 -10px 41px #350f021c;
        bottom: 0;
        width: 100%;
        overflow: hidden;
        padding: 20px
    }

    .swip-up {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px
    }

    .swip-up p {
        text-transform: capitalize
    }

    .hide-text .swipe-text h2 {
        font-size: 20px;
        color: #000;
        line-height: 28px;
        margin: 20px 0 13px
    }

    .hide-text .swipe-text .time,
    .hide-text .swipe-text p {
        font-size: 14px;
        line-height: normal;
        margin: 0 0 13px
    }

    .hide-text .swipe-text h2 span {
        color: #00ab84
    }

    .hide-text .swipe-text .time {
        margin: 0;
        color: var(--color-blue)
    }

    .swip-up p span {
        color: var(--color-blue)
    }

    .hide-text {
        text-align: center
    }

    .bottom-bar.openmenu .swip-down {
        display: flex;
        display: flex;
        gap: 10px;
        align-items: center;
        justify-content: center;
        padding-top: 15px;
        font-size: 14px;
        text-transform: capitalize
    }

    .hide-text .swipe-text {
        padding: 10px 15px 30px
    }

    .blog-head .left-content-blog {
        max-width: 480px
    }

    .blog-head {
        flex-wrap: wrap;
        gap: 30px
    }
}

@media screen and (max-width:767px) {
    .what-blog-img {
        float: none
    }

    .new-blog-txt-bx {
        margin-left: 0
    }

    .blog-wrapper .new-blog-txt-bx {
        padding-bottom: 30px
    }

    .new-blog-txt h1 {
        font-size: 25px
    }

    .what-we-blog-section {
        padding: 0
    }

    .skin-grey-bck.subcategory-details-blade-main {
        padding-bottom: 0
    }

    h2 {
        font-size: 21px;
        line-height: 31px
    }

    .subcategory-details-main .right-bar-skin .what-acne-bx h2 {
        margin: 15px 0 10px
    }
}

@media screen and (max-width:500px) {

    .bottom_btn_area,
    .time_slots {
        padding-left: 15px;
        padding-right: 15px
    }

    .top_heading>h2 {
        font-size: 16px;
        padding: 20px;
        border-radius: 0 0 50px 50px
    }

    .time_slots {
        grid-template-columns: repeat(2, 1fr)
    }
}