:root {
    --nav-link-color: #171c26;
    --color1: #ff6d9f;
    --color2: #fe87af;
    --color3: #19323C;
    --color4: #fbe6ec;
    --color5: #6e7990;
    --font1: font-family: "Heebo", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    box-sizing: border-box;
}
.container-fluid {
    padding: 0 9%;
}
nav {
    height: 90px;
    display: flex;
    align-items: center;
}
.nav-list {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-navi {
    color: var(--nav-link-color);
    font-size: 14px;
    font-weight: 600;
    font-family: var(--font1);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 24px;
    transition-duration: 0.5s;
}
.nav-navi:hover {
    color: var(--color1);
}
header {
    background: linear-gradient(90deg, #FBEEF1 50%, #FCDEE4 50%);
}
h1,
.about-h2,
.welcome-h2 {
    font-size: 32px;
    line-height: 42px;
    font-family: var(--font1);
    font-weight: 300;
    margin-bottom: 20px;
}
.bi-list{
    font-size: 40px;
}
.btn-wrap {
    width: 196px;
    height: 54px;
    display: flex;
}

.read-more {
    width: 126px;
    height: 54px;
    background-color: var(--color1);
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    transition-duration: 0.8s;
}
.plus-btn {
    width: 46px;
    height: 54px;
    background-color: var(--color2) !important;
    border: none;
    outline: none;
    color: #fff;
    transition-duration: 0.8s;
}

b {
    font-weight: bolder;
}

.btn-wrap:hover .read-more {
    background-color: #171C26;
}

.btn-wrap:hover .plus-btn {
    background-color: #44424c !important;
    
}
.plus-r {
    display: inline-block;
    font-size: 20px;
    transition: 0.6s;
    
}
.btn-wrap:hover .plus-r{
    transform: rotate(90deg);
}

.hero-rate {
    font-size: 42px;
    font-weight: 400;
    color: var(--color3);
}

.star {
    color: #f0ad4e;
    font-style: normal;
}

.quality {
    padding: 100px 0
}

.pink {
    background-color: var(--color4);
}
.pink:hover{
    background-color: #fb918f;
}
.pc-h2 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
}

.pink-text {
    color: var(--color1);
}

.pink-para {
    color: #80849e;
}

.read-more2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    letter-spacing: 1px;
    transition: 0.6s; 
}
.plus-r2{
    display: inline-block;
    font-size: 16px;
    transition: 0.6s; 
}
.read-more2:hover .plus-r2{
    transform: rotate(90deg);
}
.read-more2:hover{
    color: #000;
}
.about-h2 {
    line-height: normal !important;
}

.about-ul {
    list-style-type: none;
    padding: 0;
}

.read-more:hover {
    background-color: #171C26;
}

.services {
    background-color: #fdf3f5;
    padding: 150px 0;

}

.our-services-text {
    padding: 50px 0;
}

.services-png {
    height: 55px;
    width: 55px;
}

.our-services-text h3 {
    font-size: 1.65rem;
    font-weight: 400;
    margin-bottom: 20px;
}

.doc {
    padding:1rem;
    overflow: hidden;
    position: relative;
}
.doc-overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 2rem;
}

.doc-ul{
    padding: 0;
    list-style-type: none;
}
.doc-li{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background-color: var(--color1);
    margin-bottom: 10px;
    transition: all 500ms ease;
}
.fa-brands{
    color: #fff;
    font-size: 18px;

}
.doc-li:hover{
    background-color: #000;
    
}
.doctors {
    padding: 100px 0;
}
.doc-name{
    display: flex;
    align-items: center;
    background-color: #fff;
    height: 0;
    width: 0;
    padding: 0 10px;
    border-left: 3px solid var(--color1);
    margin-top: 30px;
    transition: all 500ms ease;
}
.doc-name-c{
    visibility: hidden;
    transition: all 400ms ease;
}
.doc-name h5{
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
}
.doc-role{
    font-size: 16px;
    text-transform: uppercase;
    color: var(--color1);
    letter-spacing: 3px;
    font-weight: 500;
}
.doc-overlay:hover .doc-name{
    height: 95px;
    width: 100%;
}
.doc-overlay:hover .doc-name-c{
    visibility: visible;
}

.ac-left {
    padding-top: 20px;
}

.clinic-para {
    color: #717c92;
    font-size:18px;
    line-height: 40px;
    font-weight: 400;
    font-style: italic;
}
.bi-arrow-left-short,.bi-arrow-right-short{
    padding: 4px 10px;
    background-color: var(--color1);
    color: #fff;
    font-size: 25px ;
    display: inline-block;
    margin-right: 30px;
}
.about-clinic-carousel .owl-nav{
    display: flex;
    justify-content: right;
}
.about-clinic {
    padding: 100px 0;
    background-color: #fdf3f5;
}

.sm-img img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.package {
    padding: 50px 0;
    background-color: var(--color4);
}

.package-type {
    font-size: 1rem;
    color: var(--color5);
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;

}

.price {
    color: #19323C;
    font-size: 48px;
    font-weight: 400;
}

.advanced,
.basic-package {
    background-color: #fff;
}

.intermediate {
    background-color: var(--color1);
}

.read-more3 {
    margin-top: 30px;
    width: 170px;
    height: 54px;
    background-color: var(--color1);
    color: white;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    transition-duration: 0.5s;
}

.read-more4 {
    background-color: #fff !important;
    color: var(--color1) !important;
}

.read-more3:hover {
    background-color: #F68685;
    color: #fff;
}
.plus-r3{
    transition: 0.6s;
    display: inline-block;
}
.read-more3:hover .plus-r3{
    transform: rotate(90deg);
}
.latest-news {
    background-color: var(--color4);
    padding-bottom: 150px;
}

.health-care {
    display: inline-block;
    background-color: var(--color1);
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    transition: all 700ms ease-in-out;
}

.health-content {
    position: relative;
    top: -30px;
    background-color: #fff;
}

.read-more5 {
    width: 126px;
    height: 54px;
    background-color: #171C26;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    transition-duration: 0.8s;
}
.read-more5:hover .plus-r{
    transform: rotate(90deg);
}
.rm5-plus {
    width: 46px !important;
    background-color: #44424c !important;
}

.rm5h:hover .read-more5 {
    background-color: var(--color1);
}

.rm5h:hover .rm5-plus {
    background-color: var(--color2) !important;
}

.map {
    width: 100%;
    height: 530px;
}

footer {
    padding: 50px 0;
    background-color: var(--color4);
}

.f-h5 {
    margin-bottom: 35px;
    color: #19323C;
}

.f-list {
    list-style-type: none;
    padding: 0;
}

.f-list li {
    margin-bottom: 20px;
}

.f-list a {
    text-decoration: none;
    color: #000;

}

@media(min-width:768px) {
    .container-fluid {
        padding: 0 2%;
    }

    h1 {
        font-size: 42px;
        line-height: 1.3;
    }

    .about-h2 {
        font-size: 3.157rem;
    }

    .health-content {
        top: -50px;
    }

    .welcome-h2 {
        font-size: 3.15rem;
        line-height: normal;
    }

    .our-services-text {
        padding: 100px 70px;
    }

    .package {
        padding: 100px 0;
    }
}

@media(min-width:992px) {
    h1 {
        font-size: 50px;
        margin-bottom: 0;
    }

    .health-content {
        top: -76px;
    }

    .ac-left {
        padding-right: 12%;
    }
}