:root {
    --primary-color: #01284F;
    --theme-color: #0AC2E8;
}

body {
    font-family: "Noto Sans", serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-size: 17px;
}

html,
body {
    overflow-x: hidden;
}

img {
    height: auto;
    max-width: 100%;
}

p {
    line-height: 1.7;
    text-align: justify;
}

a {
    text-decoration: none !important;
}

/*============beauty-baby-start==============*/

.mobile-menu-icon,
.mobile-menu-side {
    display: none;
}

.sticky-call {
    display: none;
}

.beauty-baby-sec {
    padding: 6rem 0 5rem;
    position: relative;
    background-image: url(../image/treatment-detail/home/mommy-makeover.webp);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin-bottom: 6rem;
}

.section-title-big {
    text-transform: capitalize;
    font-size: 3.3rem;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.4;
}

.section-title-big span {
    display: block;
}

.section-title-small {
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: capitalize;
}

.beauty-baby-sec .text {
    margin: 25px 0 0;
    line-height: 1.7;
    max-width: 50%;
}

.home-btn {
    background: transparent;
    position: relative;
    text-transform: uppercase;
    color: #000;
    padding: 0 0 8px;
    font-weight: 400;
    letter-spacing: 0.5px;
    display: inline-block;
    margin: 20px 0 0;
}

.home-btn:after {
    content: '';
    background: #253B59;
    width: 100%;
    max-width: 60px;
    height: 1px;
    display: block;
    top: 10px;
    position: relative;
    transition: 0.5s;
}

.home-btn:hover:after {
    max-width: 160px;
}

.home-beauty-tap {
    position: absolute;
    bottom: -80px;
    transform: translateX(2%);
    z-index: 1;
}

.home-beauty-tap:before {
    content: "\f10c";
    position: absolute;
    font-size: 1.2rem;
    color: #000;
    font-family: flaticon_normal-icon !important;
    left: -20px;
    top: 5px;
}

.home-beauty-tap:after {
    content: "\f101";
    position: absolute;
    font-size: 1.2rem;
    color: #000;
    font-family: flaticon_normal-icon !important;
    right: -20px;
    top: 5px;
}

.home-beauty-tap li span {
    color: #000 !important;
    font-size: 1.1rem !important;
    font-weight: 500;
    padding: 0.5rem;
}

.tab-content {
    position: relative;
    z-index: 1;
}

.home-beauty-tap li span a {
    color: #000;
}

.home-beauty-tap li:hover span {
    /*color:#0AC2E8 !important;*/
    color: #53ade8 !important;
}

.home-beauty-tap li {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
}

.home-beauty-tap .nav-link.active {
    color: #01284f !important;
    /*color: #0AC2E8 !important;*/
    background-color: transparent;
}

/*=============beauty-baby-start==============*/

/*====================treatment-tab-start=====================*/

.treatment-tab-sec {
    padding: 10rem 0 10rem;
    position: relative;
    margin-top: 4rem;
}

.treatment-tab-sec .container {
    max-width: 1200px;
}

.treatment-tab-sec:before {
    position: absolute;
    background: #e6e8ea;
    content: "";
    width: 450px;
    height: 600px;
    top: 80px;
    left: 10px;
}

.treat-box-tap {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
    background: #ffffff;
    position: absolute;
    padding: 60px;
    max-width: 600px;
    transform: translateX(50%);
    left: 18%;
    top: 350px;
}

.section-title-big-new {
    font-size: 2.5rem;
}

.treatment-tab-sec .lefttab-treat {
    position: relative;
}

.treatment-tab-sec .lefttab-treat img {
    width: 710px;
    height: 700px;
    object-fit: cover;
}

.treat-box-tap img {
    position: absolute;
    right: -8%;
    bottom: -9%;
    width: 100px;
    height: 100px;
    object-fit: cover;
    z-index: 1;
}

.righttab-treat img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.home-beauty-tap-new {
    bottom: 80px;
    transform: translateX(3%);
}

/*====================treatment-tab-start=====================*/

/*===================bady-treat-beauty-sec-start===================*/

.bady-treat-beauty-sec {
    padding: 5rem 0 5rem;
}

.bady-treat-beauty-sec .container {
    max-width: 1250px;
    margin: 0 auto;
}

.youthful {
    position: relative;
    transition: 0.4s ease-out;
    text-align: center;
}

.youthful .youth-btn {
    position: absolute;
    font-size: 1.4rem;
    font-family: 'Oswald';
    display: block;
    color: #fff;
    width: 150px;
    margin: 0 auto;
    text-transform: uppercase;
    top: 46%;
    left: 25%;
    letter-spacing: 1px;
    /* transform: translateX(85%); */
    transition: 1s;
}

.youthful img {
    width: 289px;
    height: 372px;
    object-fit: cover;
    transition: all 0.5s ease-out;
}

.youthful .youth-btn:after {
    position: absolute;
    content: "";
    border: 2px solid #fff;
    height: 2px;
    bottom: -10px;
    left: 22%;
    /* transform: translateX(30%); */
    width: 80px;
    opacity: 0;
    transition: 1s;
}

.youthful:hover .youth-btn:after {
    opacity: 0.7;
}

.youthful:hover .youth-btn {
    opacity: 0.7;
}

.youthful:hover {
    transform: scale(1.1);
}

.youthful:before {
    position: absolute;
    content: "";
    height: 100%;
    background: #000;
    width: 100%;
    opacity: 0.3;
}

/*====================bady-treat-beauty-sec-end==================*/

/*===============testimonial-start==============*/

.testimonial-sec {
    padding: 6rem 0 8rem;
    position: relative;
    background-image: url(../image/treatment-detail/home/how-to-make-your-skin-glow.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 450px;
    margin-bottom: 12rem;
    margin-top: 8rem;
}

.testimonial-sec .container {
    position: relative;
}

.key-numbndsd-conta {
    position: absolute;
    background-color: #e6e8ea;
    border: 6px solid #ffffff;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.08);
    padding: 30px 50px;
    z-index: 4;
    width: 100%;
    left: 0;
    top: 0;
    transform: translateY(-205px);
}

.main-keynumdsd {
    position: relative;
    text-align: center;
    max-width: 280px;
    margin: 0 auto;
}

.countersd {
    font-size: 3rem;
    font-weight: 700;
}

.kenum-titlsd {
    font-size: 1.1rem;
    margin-bottom: 0;
    color: #062b50;
    text-align: center;
}

.testimonial-sec .testimonial-content p {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 500;
}

.testimonial-sec .testimonial-content span {
    color: #fff;
    left: 40px;
    position: relative;
}

.testimonial-sec .testimonial-content span:after {
    position: absolute;
    content: "";
    border: 1px solid #fff;
    width: 30px;
    left: -40px;
    bottom: 9px;
}

.testimonial-content {
    position: relative;
    margin-bottom: 70px;
}

.testimonial-content:before {
    content: '';
    position: absolute;
    top: -40px;
    left: -80px;
    display: inline-block;
    padding: 32px;
    background-image: url(../image/home/quote.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    opacity: 0.7;
}

.testimonial-content:after {
    content: '';
    position: absolute;
    top: -40px;
    right: -40px;
    transform: rotate(180deg);
    display: inline-block;
    padding: 32px;
    background-image: url(../image/home/quote.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    opacity: 0.7;
}

.testimonial-text-bot {
    position: relative;
    background: #fff;
    padding: 30px;
    top: 65%;
    max-width: 475px;
}

.testimonial-sec .section-title-big {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 40px;
}

.test-btn {
    color: #000;
    padding: 10px 20px;
    border: 1px solid;
    margin-top: 20px;
    color: #fff;
    z-index: 2;
    display: block;
    position: relative;
    max-width: 30%;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.test-btn:hover {
    color: #000;
}

/*===============testimonial-end==============*/

/*=====================start==================*/

.hospital-teatmet-sec {
    padding: 0 0 5rem;
    position: relative;
}

.hospital-teatmet-sec .hospital-test-content {
    padding-top: 5rem;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 5rem;
}

.hospital-teatmet-sec .hospital-test-content:before {
    position: absolute;
    background: #dfe2e6;
    width: 620px;
    height: 380px;
    content: "";
    top: 0;
    left: 26%;
    z-index: -1;
}

.hospital-teatmet-sec .hospital-test-content .hospital-gop {
    position: relative;
    width: 65%;
    text-align: center;
}

.hospital-teatmet-sec .hospital-test-content .hospital-gop p {
    font-size: 1.3rem;
    font-weight: 500;
}

.hospital-teatmet-sec .hospital-test-content .hospital-gop:before {
    position: absolute;
    content: "";
    background-image: url(../image/home/quote-alt-primary.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: -80px;
    top: -50px;
    width: 65px;
    height: 96px;
}

.hospital-teatmet-sec .hospital-test-content .hospital-gop:after {
    position: absolute;
    content: "";
    background-image: url(../image/home/quote-alt-primary.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    right: -80px;
    top: -50px;
    width: 65px;
    height: 96px;
    transform: rotate(180deg);
}

.hospital-teatmet-sec .hospital-test-content .hospital-gop span {
    display: block;
    padding-top: 4rem;
    font-size: 18px;
    position: relative;
}

.hospital-teatmet-sec .hospital-test-content .hospital-gop span:before {
    position: absolute;
    content: "";
    border-top: 3px solid #fff;
    height: 1px;
    width: 150px;
    top: 30px;
    left: 42%;
}

/*=====================end==================*/

.treatment-tab-sec-new:before {
    height: 500px;
    top: 180px;
    left: 80px;
}

/*==============start================*/

.testimonial-doctor-sec {
    position: relative;
    padding: 5rem 0;
}

.doctor-testimonial-text {
    position: relative;
    opacity: 0.2
}

.doctor-testimonial-text p {
    display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

.testimonial-doctor-sec .swiper-slide.swiper-slide-active .doctor-testimonial-text {
    opacity: 1;
}

.cargsdsal .swiper-wrapper {
    margin-bottom: 7rem;
}

.testimonial-doctor-sec .swiper-button-next:after,
.testimonial-doctor-sec .swiper-button-prev:after {
    display: none;
}

.testimonial-doctor-sec .swiper-button-next i,
.testimonial-doctor-sec .swiper-button-prev i {
    color: #000;
    display: block;
    border: 1px solid #000;
    min-width: 35px;
    height: 35px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
}

.testimonial-doctor-sec .swiper-button-prev {
    left: 47%;
}

.testimonial-doctor-sec .swiper-button-next {
    right: 47%;
}

.testimonial-doctor-sec .swiper-button-prev i {
    transform: rotateY(180deg);
}

.testimonial-doctor-sec .swiper-button-next,
.testimonial-doctor-sec .swiper-button-prev {
    bottom: 0;
    top: unset !important;
}

.doctor-testimonial-text .star-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.doctor-testimonial-text .star-link .icon-star {
    display: flex;
    gap: 10px;
}

.doctor-testimonial-text .star-link a {
    color: #000;
    text-transform: uppercase;
    font-size: 1rem;
    transition: 1s;
}

.doctor-testimonial-text .star-link a:hover {
    color: #0000004a;
}

.doctor-testimonial-text .name-title {
    font-size: 1.3rem;
    border-bottom: 4px solid #0000000d;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

/*===============end===============*/

/*banner*/

.main-cosdtrf {
    position: relative;
    /*background-image:url(../image/bg/cosmetic-surgery-clinic.png);*/
    margin-top: 1rem;
    text-align: center;
    /*height:750px;*/
    background-position: center;
    /*display: grid;*/
    /*align-items:center;*/
}

.main-co-imagsd {
    /*position:relative;*/
}

.you-cosdt-surge {
    position: absolute;
    /* top: 20%; */
    top: 35%;
    max-width: 600px;
    left: 10%;
    color: #fff;
    text-align: left;
}

.you-cosdt-surge .test-btn {
    max-width: fit-content;
}

.you-cosdt-surge .test-btn:hover {
    background: #fff;
}

.bann-tilsd {
    font-size: 3rem;
    line-height: 1.4;
    text-transform: uppercase;
}

.bann-ti2 {
    font-size: 1.6rem;
    font-weight: 600;
}

@media (min-width:1800px) {
    .you-cosdt-surge {
        /*right:15% !important;*/
        left: 15% !important;
    }
    .beauty-baby-sec {
        background-position: center !important;
        padding: 7.5rem 0 5rem !important;
    }
}

.main-cosdtrf img {
    width: 100%;
}

/*side whatsapp*/

.side-fixed-calls:hover {
    transform: translateX(0px);
}

.side-fixed-tel:hover {
    transform: translateX(0px);
}

.side-fixed-tel {
    display: none;
}

.side-fixed-calls {
    position: fixed;
    right: 0;
    top: 45%;
    z-index: 9999;
    transform: translateX(110px);
    transition: 0.5s linear;
}

.side-fixed-tel {
    position: fixed;
    right: 0px;
    top: 50%;
    z-index: 9999;
    transform: translateX(65px);
    transition: 0.5s linear;
    margin-top: 5px;
}

.get-call {
    /*background:red !important;*/
    background: #2e8cc9 !important;
}

.whats-call,
.get-call {
    display: flex;
    background: rgb(37, 211, 102);
    padding-left: 0.4rem;
    width: 100%;
    height: 45px;
    color: #fff;
    text-align: center;
    gap: 10px;
    font-size: 2rem;
    line-height: 50px;
    border-radius: 30px 0 0 30px;
    transition: 0.5s linear;
}

.whats-call span,
.get-call span {
    font-size: 1rem;
    padding-right: 0.5rem;
    transform: translateY(-3px);
    transition: 0.5s linear;
}

.socil-medisd {
    display: flex;
    list-style: none;
    padding-left: 0;
    gap: 13px;
}

.socil-medisd i {
    font-size: 1.5rem;
    color: var(--primary-color);
}

/*=================beardcrumbs-start===================*/

.beauty-doctors-beardcrumbs {
    padding: 10rem 0 3rem;
    position: relative;
    margin-top: 90px;
    height: 550px;
    z-index: 1;
}

.beauty-doctors-beardcrumbs:before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    background-image: url(../image/treatment-detail/beauty-doctor-beadcrumbs.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    z-index: -1;
}

.beauty-doctors-beardcrumbs:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.5;
}

.beauty-banner-content {
    position: relative;
    z-index: 1;
}

.treat-girl-deauty-skin {
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
}

.main-menu-banner {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
    position: relative;
}

.main-menu-banner li {
    font-size: 1rem;
    position: relative;
    padding-right: 10px;
}

.main-menu-banner li span {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
    top: 10px;
    right: -3px;
}

.main-menu-banner li a {
    color: #000;
    font-size: 1rem;
}

.banner-title-big {
    font-size: 2.2rem;
    text-transform: capitalize;
    margin-top: 40px;
    position: relative;
    line-height: 1.5;
    opacity: 0.8;
}

/*=================beardcrumbs-end===================*/

/*===============best-tummy-sec-start===================*/

.cosmetic-surgeon-sec,
.tummy-tuck-treatment-sec {
    padding: 3rem 0 1rem;
    position: relative;
}

.best-tummy-sec {
    padding: 5rem 0 1rem;
    position: relative;
}

.treat-tilte-dr {
    font-size: 2rem;
    text-transform: capitalize;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.5;
}

.teart-tummy-dr img {
    object-fit: cover;
    max-width: 100%;
}

.tummy-content-dr {
    padding: 0 40px;
}

.beauty-ber-aft-sec {
    padding: 40px 0;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    margin: 30px 0;
    align-items: center;
    max-width: 95%;
}

.health-beauty img {
    text-align: center;
    object-fit: cover;
}

.health-beauty {
    margin-bottom: 70px;
    right: -30px;
    position: relative;
    text-align: center;
}

.before-after-beauty {
    position: relative;
    background: #e6e8ea;
    padding: 40px;
    height: 350px;
    right: -50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.before-after-beauty .btn-bef-aft {
    position: relative;
    font-size: 2rem;
    text-transform: uppercase;
    color: #000;
}

.before-after-beauty .btn-bef-aft:before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    background: #000;
    top: -10px;
    transform: translateX(-50%);
    left: 50%;
}

.treat-before-after-img .ber-aft-btn {
    position: relative;
    bottom: 29px;
}

.treat-before-after-img .ber-aft-btn .swiper-button-prev {
    position: absolute;
    left: 40px;
    color: #000;
}

.treat-before-after-img .ber-aft-btn .swiper-button-next {
    position: absolute;
    right: 40px;
    color: #000;
}

.types-treatment-sec {
    padding: 0 0 5rem;
    position: relative;
}

.benefits-tummy-sec {
    padding: 5rem 0;
    position: relative;
    background-image: url(../image/treatment-detail/tummy-tuck-surgery.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.benefits-tummy-sec * {
    position: relative;
    z-index: 2;
}

.benefits-tummy-sec::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #000;
    opacity: 0.5;
}

.popular-cosmetic {
    padding: 0;
    position: relative;
    margin-top: 20px;
    list-style: none;
}

.popular-cosmetic li {
    margin-bottom: 15px;
    font-size: 1.1rem;
    color: #fff;
    position: relative;
    padding-left: 20px;
}

.popular-cosmetic li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #fff;
    left: 0;
    top: 10px;
}

.why-choose-sec {
    padding: 3rem 0;
}

.faq-sec-doctors {
    padding: 5rem 0;
}

.accordion-button:not(.collapsed)::after,
.accordion-button::after {
    background-image: unset;
}

.accordion-button:not(.collapsed) {
    background: #fff;
    color: #000;
    box-shadow: unset;
}

.accordion-item {
    border: none;
}

.accordion-button {
    font-size: 1.3rem;
    line-height: 1.5;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
}

.accordion-button:focus {
    box-shadow: none;
}

.faq-title-st {
    position: sticky;
    top: 150px;
}

/*===============best-tummy-sec-end===================*/

/*=====================our-doctor-start=======================*/

.our-doctor-beauty-hos {
    padding: 5rem 0;
    position: relative;
}

.our-doctors-dr {
    display: flex;
    align-items: center;
    gap: 50px;
    position: relative;
    padding-bottom: 1rem;
    border-bottom: 1px solid #00000030;
    margin-bottom: 3rem;
}

.our-doctors-dr .doctors-img {
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}

.our-doctors-dr .doctors-img img {
    min-width: 350px;
}

.our-doctors-dr span {
    font-size: 2rem;
    margin-bottom: 20px;
    display: block;
}

.manager-doctors {
    margin: 30px 0 20px;
    text-align: center;
}

.manager-doctors .manager-doctors-img {
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    margin-bottom: 20px;
}

.manager-doctors .manager-doctors-img img {
    height: 350px;
    width: 100%;
    object-fit: cover;
}

.manager-doctors .maam-names {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.manager-doctors span {
    font-size: 1.2rem;
    color: #000;
}

/*======================our-doctor-end======================*/

/*================about-sec-satrt=====================*/

.about-content-sec {
    padding: 5rem 0 0;
    position: relative;
}

.about-content-sec .hig-mark-lis {
    border-bottom: 1px solid #000;
    display: inline-block;
    width: 200px;
    /* padding-top: 1rem; */
    /* left: 30%; */
    /* left: 23%; */
    position: relative;
    margin: auto 0;
}

.cosmetic-surgeon-secdfsdf {
    padding: 1rem 0 4rem !important;
}

.testimonial-text-bot .test-btn {
    color: #000;
}

.about-content-sec:before {
    content: "";
    position: absolute;
    top: 5%;
    left: 20%;
    transform: translateX(-30%);
    width: 600px;
    height: 600px;
    background: #f3f3f3;
    border-radius: 50%;
    z-index: -1;
}

.hair-treat-sec {
    position: relative;
    padding: 5rem 0;
}

.hair-treat-sec .hair-skin-treat {
    position: relative;
    background-image: url(../image/about/teratment-body-skin.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding: 6rem 4rem;
}

/*================about-sec-end=====================*/

/*=====================contact-start-start========================*/

.bneauty-dr-contact {
    position: relative;
    padding: 5rem 0;
}

.enquriy-form {
    position: relative;
    margin: 0 auto;
    max-width: 90%;
}

.enquriy-form .user-cont-top {
    display: flex;
    justify-content: space-around;
    gap: 40px;
    margin-bottom: 20px;
}

.enquriy-form .user-cont-top input,
.enquriy-form .user-cont-top .treatments,
.enquriy-form .user-cont textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #dbdbdb;
    box-shadow: none;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    height: auto;
    margin-bottom: 0px;
    padding: 10px 15px;
}

.enquriy-form .user-cont-top input::placeholder {
    color: #000;
}

.enquriy-form .user-cont textarea::placeholder {
    color: #000;
}

.enquriy-form .user-cont {
    position: relative;
    border: 1px solid #000;
    padding: 30px 40px 30px;
    margin-bottom: 40px;
}

.enquriy-form .user-cont span {
    text-transform: capitalize;
    position: absolute;
    top: -16px;
    font-size: 1.2rem;
    font-weight: 500;
    background: #fff;
}

.btn-contact-usr {
    font-size: 1.3rem;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    padding: 5px 25px;
}

.enquriy-form .user-cont-top .treatments .category-trm {
    color: #fff !important;
    font-weight: 600;
    background: gray;
}

/*=====================contact-end========================*/

/*=================treatments-list-start=====================*/

.treatments-list-sec {
    padding: 5rem 0;
    position: relative;
}

.treatments-list-sec .container {
    max-width: 1140px;
}

.terat-category-lis {
    padding: 20px;
    max-width: 516px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    margin: 15px auto 40px;
}

.terat-category-lis .terar-tilte {
    font-size: 1.5rem;
    color: #000;
    font-weight: 700;
    margin: 20px 0 10px;
    display: block;
    text-transform: capitalize;
}

.terat-category-lis p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.btn-treat-body {
    font-size: 1.2rem;
    color: #000;
    font-weight: 500;
}

.terat-category-lis .teart-img img {
    height: 360px;
    width: 100%;
    object-fit: cover;
}

/*.cosmetic-surgeon-sec{*/

/*    padding: 1rem 0 5rem;*/

/*}*/

.cosmetic-surgeon-sec .title-sur {
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.contact-for-p {
    margin-bottom: 50px;
    max-width: 90%;
    margin-left: 5%;
}

.b-f-para {
    font-size: 1.7rem;
    text-align: center;
    margin-bottom: 2rem;
}

.gallery .container {
    max-width: 1250px;
    margin: 0 auto;
}

.gallery-img {
    padding: 0;
}

.gallery-font {
    font-size: 25px;
}

.dropdown-toggle,
.meun-dop-btn {
    display: none;
}

/*=================treatments-list-end=====================*/

.hide-robot {
    display: none !important;
}

.error-page {
    position: relative;
    padding: 3rem 0;
}

.error-page .error-pagethe {
    text-align: center;
}

.error-page .error-image {
    position: relative;
    display: block;
}

.error-page .test-btn {
    color: #000;
}

.dot-test-butn {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1em;
    color: #ffff;
    background: #000;
    text-transform: capitalize;
    padding: 18px 20px 18px 20px;
    border-radius: 10px;
    border: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.sucess-page {
    position: relative;
    padding: 3rem 0;
}

.sucess-podw {
    text-align: center;
}

.sucess-page .sec-tilsd {
    position: relative;
    padding-top: 2rem;
}

.types-treatment-sec .promoting-ptreatment {
    position: relative;
    padding: 3rem 0;
}

.link,
.inter-link {
    color: #2f84c3;
    font-weight: 500;
}

/* General form styling */

.enquiry-form {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.form-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    display: inline-block;
    border-bottom: 2px solid #000;
}

/* Row styling */

form.row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Column styling */

form.col-md-6 {
    flex: 0 0 calc(50% - 10px);
    box-sizing: border-box;
}

/* Input and select styling */

.tab-column input,
select {
    width: 100%;
    padding: 12px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 16px;
    color: #333;
    transition: border-color 0.3s ease;
}

input:focus,
select:focus {
    border-color: #000;
    outline: none;
}

/* Placeholder styling */

input::placeholder,
select::placeholder {
    color: #333;
}

/* Date picker styling */

input[type="date"]::-webkit-calendar-picker-indicator {
    cursor: pointer;
}

/* Button Styling */

.btn-contact-usr {
    background-color: #000;
    color: #fff;
    padding: 12px 30px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.btn-contact-usr:hover {
    background-color: #444;
}

/* Responsive styling */

@media (max-width: 768px) {
    .col-md-6 {
        flex: 0 0 100%;
    }
}

label.error {
    color: red;
    font-size: 15px;
}