@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    background-image:linear-gradient(#ffffffb5, #ffffffad), url(../images/body.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    scroll-behavior: smooth;
    font-family: "Lora", serif;
}

a {
    text-decoration: none;
}

h2 {
    font-family: "Berkshire Swash", serif;
}

.Logo {
    width: 300px;
}

.topbar {
    
    background: linear-gradient(90deg, #0262a7, #fafafa,#b9dae0);
    padding-top: 8px;
    padding-bottom: 8px;
}

.topbar p {
    margin-bottom: 0px;
    color: #01336e;
    font-family: "Raleway", serif;
    font-weight: 400;
    text-align: center;
}

.topbar a {
    color: #01336e;
    font-family: "Raleway", serif;
    font-weight: 400;
}

.topbar .social_icon i {
    background-color:#01336e;
    color: #fff;
    padding: 10px;
    border: 2px solid #FFF;
    border-radius: 50%;
}

.topbar .social_icon i:hover {
    background-color: #01336e;
    color: #fff;
    border: 2px solid #01336e;
}

nav .nav-link {
    font-size: 18px;
    font-weight: 500;

}

nav .active {
    color: #01336e !important;
    font-weight: bold;
}

nav .dropdown .active {
    background-color: transparent !important;
    color: #003d34;
    font-weight: bold;
}

.tabs-container {
    width: 100%;
    background-color: white;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.tab-links {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 30px;
}

.tab-link span {
    font-size: 12px;
    font-weight: bold;
}

.tab-link {
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 6px;
    color: #308dc4;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
}

.tab-link.active,
.tab-link:hover {
    color: #003c7b;
}

.tab-link i {
    margin-right: 1px;
}

.tab-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    bottom: -1px;
    left: 50%;
    background: linear-gradient(45deg, #003c7b, #003c7b);
    transition: all 0.4s ease;
}

.tab-link.active::after {
    width: 100%;
    left: 0;
}

.tab-content {
    display: none;
    animation: fadeInUp 0.5s ease;

}

.tab-content.active {
    display: block;
}

.section_one p {
    text-align: justify;
}

.section_one h5 {
    color: #0166aa;
    font-size: 20px;
}

.section_one h2 {
    font-weight: 500;
    font-size: 40px;
    color: #003c7b;
}

.section_one .about-us-btn {
    color: #fff;
    background-color: #76480d;
    padding: 10px 15px;
    border: 2px solid #fff;
    border-radius: 8px;
    font-weight: bold;
    transition: 1s;
}

.section_one .about-us-btn:hover {
    background-color: #007563;
}

.Section_two h2 {
    font-weight: 500;
    font-size: 40px;
    color: #003c7b;
}

.Section_two .card {
    border: none;
    background-image:linear-gradient(90deg, #0262a79e, #fafafad1, #b9dae0bd), url(../images/30.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    object-fit: cover;
    height: 300px;
    padding: 5px;
    margin: 5px;
    box-shadow: 1px 0px 9px 0px #007563b5;
}

.Section_two .card h4 {
    color: #000000;
    font-size: 25px;
    font-weight: 700;
}

.Section_two .card i {
    background-color: #fdfdfd00;
    padding: 10px;
    border: 2px solid #213c7b;
    text-align: center;
    color: #003c7b; 
    border-radius: 50%;
    font-size: 30px;
}

.Section_two .card p {
    color: #000000;
    font-weight: 400;
    text-align: justify;
}

.vision-mission i {
    background-color: #003c7b;
    padding: 10px;
    border: 2px solid #003c7b;
    text-align: center;
    color: #ffffff;
    border-radius: 50%; 
    font-size: 20px;
    margin-right: 20px;
}

.vision-mission .d-flex p {
    margin-bottom: 0;
}

.vision-mission h2 {
    font-weight: 500;
    font-size: 40px;
    color: #003c7b;
}


:root {
    --main-color: #0166aa;
}


.our_services h2 {
    font-weight: 500;
    font-size: 40px;
    color: #003c7b;
}

.our_services h5 {
    color: #0166aa;
    font-size: 20px;
}
.our_services .btn{
    border: 2px solid #003c7b;
    color: #000;
    font-size: 17px;
    padding: 10px 15px;
    font-weight: 700;
    border-radius: 12px;
    transition: 3s;
    background: linear-gradient(90deg, #0262a7, #fafafa, #b9dae0);
}
.our_services .btn:hover{
    background: transparent;
    color: #003c7b;
    border: 2px solid #76480d;
}

.pricingTable {
    color: var(--main-color);
    background: linear-gradient(90deg, #0262a7, #fafafa,#b9dae0);
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 75px 0;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 1;
    margin: 15px
}

.pricingTable:before {
    content: "";
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 20px;
    left: 10px;
    right: 10px;
    bottom: 20px;
    z-index: -1;
}

.pricingTable .pricingTable-header {
    margin: 0px 20px 15px;
}

.pricingTable .title {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0;
}

.pricingTable .pricing-content {
    text-align: left;
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
    display: inline-block;
}

.pricingTable .price-value {
    color: var(--main-color);
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    width: 80%;
    padding: 10px 0;
    margin: 0 0 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: inline-block;
    text-align: justify;
    padding: 10px;
}

.pricingTable .pricingTable-signup a {
    color: #000;
    font-size: 17px;
    padding: 10px 15px;
    font-weight: 700;
    border-radius: 8px;
    text-transform: capitalize;
    display: inline-block;
    transition: all 0.3s ease 0s;
    background: linear-gradient(90deg, #0262a7, #fafafa,#b9dae0);
border: 2px solid #003c7b;
}

.pricingTable .pricingTable-signup a:hover {
    text-decoration: none;
    background: transparent;
    color: #003c7b
}

.pricingTable.purple {
    --main-color: #007160;
}

.pricingTable.green {
    --main-color: #000;
}










.testimonials h5 {
    color: #0166aa;
    font-size: 20px;
}

.testimonials h2 {
    font-weight: 500;
    font-size: 40px;
    color: #003c7b;
}

.testim {
    margin-top: 150px;
    margin-bottom: 50px;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
}

.testim .wrap {
    position: relative;
    width: 100%;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #333;
    cursor: pointer;
    font-size: 15PX;
    top: 75px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #003c7b;
}


.testim .arrow.left {
    left: 35px;
}

.testim .arrow.right {
    right: 35px;
}

.testim .dots {

    text-align: center;
    position: absolute;
    width: 100%;
    top: 130px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #003c7b;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #003c7b;
    border-color: #003c7b;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.testim .cont>div.inactive {
    opacity: 1;
}


.testim .cont>div.active {
    position: relative;
    opacity: 1;
}


.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #003c7b;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 15px;
    color: #333;
    width: 75%;
    text-align: justify;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

.contact h2 {
    font-weight: 500;
    font-size: 40px;
    color: #003c7b;
}

.contact h4 {
    color: #0166aa;
    font-size: 20px;
}

.contact p,
a {
    color: #000;
}

.contact a:hover {
    color: #003c7b;
}


.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-wrapper {
    transition-timing-function: linear !important;
}
.section_doctor h2{
    font-weight: 500;
    font-size: 40px;
    color: #003c7b;
}
.section_doctor h5{
    color: #0166aa;
    font-size: 20px;

}
.Gallery {
    background-image: linear-gradient(90deg, #0262a7ad, #fafafad1, #b9dae0b3), url(../images/30.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 100px;
    padding-top: 100px;
}

.Gallery h5 {
    color: #0166aa;
    font-size: 20px;
}

.Gallery h2 {
    font-weight: 500;
    font-size: 40px;
    color: #003c7b;
}
.Gallery .btn {
    border: 2px solid #003c7b;
    color: #003c7b;
    font-size: 17px;
    padding: 10px 15px;
    font-weight: 700;
    border-radius: 12px;
    width: 100%;
    transition: 3s;
    background:  linear-gradient(90deg, #0262a7, #fafafa,#b9dae0);
}

.Gallery .btn:hover {
    background: transparent;
    color: #003c7b;
    border: 2px solid #003c7b;
}

.contact .btn {
    border: 2px solid #003c7b;
    color: #003c7b;
    font-size: 17px;
    padding: 10px 15px;
    font-weight: 700;
    border-radius: 12px;
    background:  linear-gradient(90deg, #0262a7, #fafafa,#b9dae0);
}

.contact .btn:hover {
    background: transparent;
    color: #003c7b;
    border: 2px solid #003c7b;
}

footer {
    background-image: linear-gradient(90deg, #0262a763, #fafafac9, #b9dae0c4), url(../images/footer.gif);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
}
footer .Logo{
    width: 250px;
    border-radius: 10px;
    padding: 10px;
}
footer p {
    color: #000;
    font-size: 15px;
    font-weight: 500;
}

footer a {
    color: #000;
}

footer a:hover {
    color: #0166aa;
}
footer i{
    color: #0166aa;
    margin-right: 2px;
}
footer h4 {
    color: #003c7b;
    font-weight: bold;
}

footer .social_icon i {
    background-color: #003c7b;
    color: #fff;
    padding: 10px;
    border: 2px solid #FFF;
    border-radius: 50%;
}

footer .social_icon i:hover {
    background-color: #000;
    color: #fff;
    border: 2px solid #fff;
}

#button {
    display: inline-block;
    background-color: #0166aa;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    line-height: 35px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}




.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    left: 20px;
    bottom: 2rem;
    background: #ec8b00;
    width: 3rem;
    height: 3rem;
    padding: 15px;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

.call-buton .cc-calto-action-ripple i {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    font-size: 20px;
}

.call-buton .cc-calto-action-ripple:hover i {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

@-webkit-keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}


.pulse i {
    position: relative;
    z-index: 20;
    line-height: 20px;
    font-size: 25px;
}

.pulse {
    position: fixed;
    cursor: pointer;
    display: block;
    width: 3rem;
    height: 3rem;
    padding: 15px;
    left: 20px;
    bottom: 6rem;
    background-color: rgba(0, 200, 0, 1);
    color: white;
    border-radius: 50px;
    text-align: center;
    transition-duration: 0.5s;
    animation: pulse-btn 3s infinite;
    z-index: 9000;
}

.pulse:hover {
    background-color: rgba(0, 150, 0, 1);
    color: white;
}

.my-float {
    margin-top: 15px;
}

@-webkit-keyframes pulse-btn {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 1);
    }

    70% {
        -webkit-box-shadow: 0 0 0 20px rgba(0, 200, 0, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 0, 0);
    }
}

.pulse a {
    color: #fff;
}

.Appoinment {
    position: fixed;
    bottom: 20%;
    right: 20px;
    background-color: #003c7b;
    color: #fff;
    padding: 10px 15px;
    border-radius: 20px 0 0px 20px;
    z-index: 9999;
}

.Appoinment:hover {
    color: #fff;
    background-color: #003b7bc5;
}





.section_about h2 {
    font-weight: 600;
    font-size: 40px;
    color: #39584e;
}

.section_about h5 {
    color: #76480d;
    font-size: 20px;
}

.section_about p {
    text-align: justify;
}



.section_banner img {
    width: 100%;
    height: auto;
}



/* faq */
.faq h3 {
    font-weight: 500;
    font-size: 40px;
    color: #003c7b;
    font-family: "Berkshire Swash", serif;
}

.faq h5 {
    color: #0166aa;
    font-size: 20px;
}

/* Detail styling */
.details {
    --padding: 10px;
    border: 1px solid #8d8d8d;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.details+.details {
    margin-top: 15px;
}

.details__title {
    --width: 20px;
    --height: 3px;
    --radius: 1px;
    --color: rgb(57 88 78);
    margin: 0;
    padding: var(--padding) calc(var(--width)* 2) var(--padding) var(--padding);
    cursor: pointer;
    transition: all .2s ease-in-out;
    position: relative;
    font-size: 17px;
    font-weight: 400;
}

.details__title:before,
.details__title:after {
    content: '';
    display: block;
    width: var(--width);
    height: var(--height);
    background-color: var(--color);
    position: absolute;
    border-radius: var(--radius);
    top: calc(50% - (var(--height) / 2));
    right: calc(var(--width) / 2);
    transition: all .2s ease-in-out;
}

.details__title:after {
    rotate: 90deg;
}

.details__container[open] .details__title:before {
    rotate: 45deg;
    /* rotate: 135deg; */
}

.details__container[open] .details__title:after {
    rotate: 135deg;
    /* rotate: 225deg; */
}

.details__container[open] .details__title {
    background-color: #f3f3f3;
}

.details__summary::marker {
    content: '';
}

.details__desc {
    visibility: hidden;
    display: grid;
    grid-template-rows: 0fr;
    transition: all .2s ease-in-out;
    overflow: hidden;
    padding-inline: var(--padding);
    pointer-events: none;
}

.details__container[open]+.details__desc {
    visibility: visible;
    grid-template-rows: 1fr;
    padding-block: var(--padding);
}

.details__desc-inner {
    min-height: 0;
}


.gallery img {
    margin-bottom: 20px;
}


.Hydra-facial h2{
    font-weight: 500;
    font-size: 40px;
    color: #003c7b;
}

.Hydra-facial p{
    text-align: justify;
}
.Hydra-facial ul li{
    text-align: justify;
}
@media only screen and (max-width: 990px) {
    .pricingTable {
        margin: 0 0 40px;
    }
}



@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }

    .topbar a {
        font-size: 11px;
    }

    .topbar p {
        font-size: 11px;
    }

    .topbar .social_icon i {
        padding: 5px;
    }

    .Logo {
        width: 150px;
    }

    .section_one h5 {
        font-size: 16px;
    }

    .section_one h2 {
        font-size: 25px;
    }

    .tab-links {
        display: block;
        padding: 10px 0px;
        text-align: center;
    }

    .Section_two h2 {
        font-size: 25px;
    }

    .Section_two .card h4 {
        font-size: 20px;
    }

    .vision-mission h2 {
        font-size: 25px;
    }

    .our_services h2 {
        font-size: 25px;
    }

    .our_services h5 {
        font-size: 17px;
    }

    .testimonials h5 {
        font-size: 17px;
    }

    .testimonials h2 {
        font-size: 25px;
    }

    .testim {
        margin-top: 200px;
    }

    .testim .dots {
        top: 220px;
    }

    .testim .arrow.left {
        left: 15px;
    }

    .testim .arrow.right {
        right: 15px;
    }

    .Appoinment {
        padding: 7px 9px;
        font-size: 10px;
    }

    .pulse {
        width: 2rem;
        height: 2rem;
        padding: 7px;
    }

    .pulse i {
        font-size: 15px;
    }

    .call-buton .cc-calto-action-ripple {
        width: 2rem;
        height: 2rem;
        padding: 11px;
    }

    .call-buton .cc-calto-action-ripple i {
        font-size: 15px;
    }

    #button {
        width: 30px;
        height: 30px;
    }

    #button::after {
        font-size: 20px;
        line-height: 31px;
    }

    .faq h5 {
        font-size: 17px;
    }

    .faq h3 {
        font-size: 25px;
    }

    .details__title {
        font-size: 15px;
    }

    .Gallery h5 {
        font-size: 17px;
    }

    .Gallery h2 {
        font-size: 25px;
    }

    .Gallery .btn {
        border-radius: 12px;
        width: 50%;
    }
    .Gallery {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .contact h2 {
        font-size: 25px;
    }
    .contact h4 {
        font-size: 16px;
    }
    .section_about h5 {
        font-size: 17px;
    }
    .section_about h2 {
        font-size: 25px;
    }
    nav .dropdown-item {
       
        font-size: 10px;
    }
    .section_doctor h2 {
        font-size: 25px;;
    }
    .section_doctor h5 {
        font-size: 17px;
    }
}