﻿html {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2b839f;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #b30000;
    }
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

p {
    font-size: 16px;
}
.Appt_form .modal-dialog {
    width: 75%;
    margin: 30px auto;
}
.enquiry-bg {
    background: url('img/bg-form-img.png');
    background-size: cover;
    padding: 13rem 0;
}
.model_submitbtn {
    float: left;
    background: #2b839f;
    border: 2px solid #2b839f;
    color: #fff;
    padding: 5px 30px;
    border-radius: 5px;
}
    .model_submitbtn:hover {
        background: #fff;
        border: 2px solid #2b839f;
        color: #2b839f;
    }
.close_btn{
    float: right !important;
}
.model-logo {
    width: 82%;
    text-align: center;
    display: block;
    margin: 0 auto 2rem auto;
}
.Appt_form .enquiry-bg {
    padding: 4rem 20px 21rem 20px;
}
.appt-model-logo  {
    width: 30%;
}
.Appt_form .enquiry-bg h4 {
    color: #fff;
    font-weight: bold;
    padding-top: 4rem;
    font-size: 3rem;
    text-align: justify;
    text-shadow: 2px 2px 2px #000;
}
.Appt_form .enquiry-bg p {
    color: #fff;
    font-weight: bold;
    padding-top: 1rem;
    font-size: 2rem;
    text-align: justify;
    text-shadow: 2px 2px 2px #000;
}
img.QR-img {
    width: 17%;
    margin: 0 auto;
    display: block;
}
.p-0{
    padding: 0;
}
.modal-title {
    font-size: 3rem;
    margin: 0;
    padding: 10px;
    color: #2b839f;
    text-align: center;
    font-weight: bold;
}
@-webkit-keyframes blinker {
    from {
        opacity: 1.0;
    }

    to {
        opacity: 0.0;
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}
.sticky-sidebar.social-links {
    border-radius: 0 15px 15px 0;
    width: 15%;
    position: fixed;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(185deg, rgba(0,2,5,1) 0%, rgba(43,131,159,1) 100%);
}
    .sticky-sidebar.social-links:hover{
        cursor: pointer
    }
    .social_sticky_wrap {
        padding: 5px 10px;
    }
.social_sticky_wrap ul{
    margin: 0;
}
.social_sticky_wrap li {
    display: inline-block;
    color: #fff;
}
    .social_sticky_wrap li a span {
        color: #fff;
        font-size: 20px;
        line-height: 4px;
    }
    .social_sticky_wrap li {
        color: #fff;
        display: table-cell;
        vertical-align: middle;
        padding: 5px 10px;
        font-size: 17px;
        line-height: 20px;
    }
i.fa-brands.fa-whatsapp, li span .fa {
    font-size: 4rem;
}
.logo {
    width: 75%;
    padding: 10px;
}

    .logo img {
        width: 100%;
    }

.Ex_heading h2 {
    font-weight: bold
}

.login-li {
    position: absolute;
    bottom: 0;
    right: 0;
}
.email {
    margin-right: 12rem;
}
header {
    background: #f4f4f4;
    padding: 20px 10%;
    text-align: center;
}

.header i {
    font-size: 20px;
    color: #2b839f;
    padding-right: 5px;
}

.header ul {
    margin-top: 2rem;
    float: right;
}

    .header ul li {
        display: inline-block;
        list-style: none;
        padding: 10px 20px;
    }

header h1 {
    margin: 0;
    font-size: 2.5em;
}

header p {
    font-size: 1.2em;
    color: #666;
}

.banner_div {
    background: url(img/main-home-banner.jpg);
    padding: 6rem 0;
    background-size: 100%;
}

.banner_content h1 {
    font-size: 4.5rem;
}

    .banner_content h1 span {
        font-size: 5rem;
        font-weight: bold;
        color: #2b839f;
    }

.banner_content {
    width: 50%;
}

section {
    padding: 20px 10%;
}

.about_div {
    padding: 5rem 0;
    position: relative;
}

.about_icon {
    position: absolute;
    right: 0;
    top: 0;
}

.about_img {
    width: 100%;
}

.heading h2 span {
    font-size: 16rem;
    color: #dfdfdf;
}

.about_content p {
    text-align: justify;
}

.about_img img {
    width: 100%;
    margin-top: 5rem;
}

.services, .testimonials, .team {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

section.service-two {
    border-top: 1px groove #ccc;
}

.service-two .services {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}

.service-two h2 {
    font-size: 5rem;
    font-weight: bold;
    margin-bottom: 5rem;
}

.service-two .service {
    flex: 1;
    min-width: 300px;
    background: #2b839f33;
    padding: 3rem 4rem;
    border: 1px solid #2b839f;
    border-radius: 0;
    text-align: center;
}

.Expertise_section {
    background: #e3f8ff;
    position: relative;
}

.Expertise_icon {
    position: absolute;
    left: 0;
    transform: rotate(180deg)
}

.Expertise_section .service {
    background: url(img/img2.jpg) no-repeat;
    backdrop-filter: blur(30px);
    border-radius: 27px;
    padding: 3rem;
    background-size: cover;
}

.Ex_heading h2 span {
    color: #2b839f;
    font-size: 3rem;
}

.Ex_heading p {
    margin-bottom: 6rem;
}

.service h3 {
    font-weight: bold;
}

.testimonial_Section {
    background: url(img/bg-banner.jpg);
    background-attachment: fixed;
    padding: 5rem 0 25rem 0;
    position: relative;
}

.client-S_div {
    position: absolute;
    background: #fff;
    padding: 4rem;
    width: 75%;
    margin: 6rem auto;
    border-radius: 10px;
    border-bottom: 2px solid #90d5eb;
}

    .client-S_div h2, .client-S_div p {
        text-align: center;
    }

    .client-S_div p {
        margin-bottom: 3rem;
    }

.T_top_div h3 {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 4rem;
}

.T_top_div p {
    color: #fff;
    text-align: center;
    font-size: 20px;
}

.service, .testimonial, .team-member {
    flex: 1;
    min-width: 300px;
    background: #f9f9f9;
    padding: 15px;
    border: 1px solid #000;
    border-radius: 5px;
}

.about-two {
    position: relative;
    padding: 120px 0;
}

.about-two__shape {
    width: 35%;
    height: 100%;
    background-color: #90d5eb;
    clip-path: polygon(100% 0%, 50% 50%, 100% 100%, 0% 100%, 0 50%, 0% 0%);
    position: absolute;
    left: 0;
    top: 0;
}

.about-two__shape__two {
    position: absolute;
    left: 0px;
    bottom: 30px;
    animation: messageMove 2s linear 0s infinite;
}

.about-two__shape__three {
    position: absolute;
    right: 0;
    bottom: 70px;
    animation: zumpBottom 2s linear 0s infinite;
}

.about-two__img {
    position: relative;
    display: inline-block;
    border: 15px solid #fff;
    border-radius: 50%;
    float: left;
    width: 100%;
}

    .about-two__img img {
        max-width: inherit;
        border-radius: 50%;
        width: 100%;
    }

.about_heading span {
    font-weight: bold;
    line-height: 2;
    letter-spacing: 3px;
}

.about_content ul {
    padding: 0;
}

    .about_content ul li {
        background: #e0e0e0;
        padding: 20px;
        margin: 40px 20px;
        border-radius: 10px;
        list-style: none;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5), 0 0 0 12px #fff;
    }

section.why-choose-two {
    padding: 40rem 0 0rem 10rem;
}

.why-choose-two h2 {
    font-weight: bold;
    font-size: 4rem;
    margin-bottom: 3rem
}

.why-choose-two__content ul {
    padding: 0;
}

    .why-choose-two__content ul li {
        list-style: none;
        margin-bottom: 3rem;
        background: #d5e6ec;
        padding: 10px;
        border-radius: 5px;
    }
        .why-choose-two__content ul li i {
            font-size: 30px;
            padding-right: 15px;
            color: #2b839f;
        }
        .why-choose-two__content ul li b {
            font-size: 20px;
            vertical-align: text-bottom;
        }
        .why-choose-two_shape-one {
            width: 100%;
        }

    .why-choose-two_shape-one img {
        width: 100%;
    }

.cta {
    text-align: center;
    margin: 20px 0;
}

    .cta a {
        display: inline-block;
        padding: 10px 20px;
        background: #007BFF;
        color: #fff;
        text-decoration: none;
        border-radius: 5px;
    }

footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 5px 0;
}

    footer a {
        color: #fff;
        text-decoration: underline;
    }

.footer_logo {
    width: 60%;
    margin: 3rem auto;
}

    .footer_logo img {
        width: 100%;
    }

footer ul li {
    list-style: none;
    display: inline-block;
    padding: 0 20px;
    font-size: 20px;
}

    footer ul li
    span {
        padding-right: 5px;
    }

i.fa-brands.fa-square-instagram {
    font-size: 4rem;
}
.TY_page {
    background: #2b839f;
    padding: 5rem 0;
}
.TY_left {
    background: rgb(0, 37, 48);
    background: radial-gradient(circle, rgba(0, 37, 48, 1) 0%, rgba(43, 131, 159, 1) 100%);
    padding: 8rem 3rem;
    box-shadow: 0px 0px 19px 1px #494949;
    border-radius: 10px;
}
    .TY_left p {
        color: #292929;
        font-weight: 600;
        background: #fff;
        padding: 2rem;
        font-style: italic;
        text-align: justify;
        font-size: 16px;
        border-radius: 10px;
    }

.TY_right {
    background: #2b839f;
    padding: 3rem 3rem;
    box-shadow: 0px 0px 19px 1px #494949;
    border-radius: 10px;
    text-align: center;
    color: #fff;
}
.TY_right_content h2 {
    font-family: "Lucida Handwriting", cursive;
    font-size: 70px;
}
.TY_right_content h6 {
    font-size: 16px;
}
.TY_right_content p{
    border-top: 1px solid #ccc;
    padding: 20px;
}
.TY_right_content h5{
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    text-decoration: underline;
}

/*------------testimonials--slider--css-------------*/
.video-div video {
    width: 100%;
    margin-bottom: 2rem;
}
.carousel-inner > .item > img {
    width: 100%;
    height: auto;
}
.testimonial p {
    padding: 3rem 5rem;
    text-align: justify;
}

/*-------------register-page--css---------------*/
.register_section {
    position: relative;
    /*background: #033241;
    background: linear-gradient(162deg,rgba(3, 50, 65, 1) 0%, rgba(6, 80, 103, 1) 35%, rgba(104, 180, 204, 1) 100%);*/
    padding: 5rem 0;
    max-height: 100%;
    height: 170vh;
}
    .register_section .about-two__shape__three {
        bottom: 0;
        z-index: 999;
        width: 7%;
    }
.register_logo .R_logo {
    width: 40%;
    margin: 6rem auto 1rem auto;
    display: block;
}
.left_RDiv p {
    text-align: center;
    margin-bottom: 1rem;
    font-size: 20px;
    color: #fff;
}
    .left_RDiv p b {
        font-size: 25px;
        color: #fff;
    }
.left_btn {
    text-align: right;
    margin-bottom: 2rem;
    background: #fff;
    padding: 10px 3rem 10px;
    border-radius: 0 30px 30px 0;
    width: 70%;
    display: block;
    font-size: 20px;
    color: #000;
    box-shadow: -5px 5px 5px rgb(0 0 0 / 32%);
}
    .left_btn a:hover{
        background: linear-gradient(203deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
        color: #fff;
        text-decoration: none;
    }
.dr-img {
    width: 30%;
    margin: 0 auto;
    display: block;
}
.stethoscope-icon {
    position: absolute;
    bottom: 0;
    right: 30px;
    width: 8%;
    transform: rotate(26deg);
}
.register_section .form-bg {
    position: relative;
}
.form-container {
    background: linear-gradient(#fff,#f8fafb,#e7e7e7);
    font-family: 'Mukta', sans-serif;
    padding: 30px 25px 40px;
    border-radius: 15px 0 0 15px;
    box-shadow: -10px 15px 20px -5px rgb(42 42 42 / 38%);
}

    .form-container .title {
        color: #040237;
        font-size: 30px;
        font-weight: bold;
        text-transform: capitalize;
        margin: 0 0 8px 0;
        text-decoration: underline;
    }

    .form-container .description {
        color: #999;
        font-size: 15px;
        margin: 0 0 30px 0;
        display: block;
    }
.form-horizontal .form-group {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.form-horizontal .form-group {
    background-color: #fff;
    padding: 13px 10px 20px 5px;
    margin: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: -5px 5px 5px rgba(0,0,0,0.1);
}

    .form-horizontal .form-group:nth-child(2) {
        padding: 5px 10px 13px 5px;
        margin-bottom: 15px;
        border-radius: 0 0 5px 5px;
    }

    .form-horizontal .form-group .input-icon {
        color: #7c7c7c;
        font-size: 22px;
        text-align: center;
        line-height: 45px;
        height: 45px;
        width: 50px;
        border-radius: 5px;
        display: inline-block;
        float: left;
    }

    .form-horizontal .form-group label {
        color: #4b4b4b;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 1rem;
    }

.form-horizontal .form-control {
    color: #6a208e;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    height: 18px;
    width: calc(100% - 50px);
    padding: 0;
    border: none;
    border-bottom: 1px solid #646464;
    box-shadow: none;
    border-radius: 0;
    display: inline-block;
    transition: all 0.3s ease 0s;
}

    .form-horizontal .form-control:focus {
        box-shadow: none;
        border-color: #d1d1d1;
    }

.form-horizontal .remember-me {
    color: #999;
    font-size: 13px;
    font-weight: 500;
    width: 48%;
    margin: 0 0 30px;
    display: inline-block;
    vertical-align: top;
}

    .form-horizontal .remember-me input[type="checkbox"] {
        background-color: #fff;
        height: 16px;
        width: 16px;
        margin: 3px 3px 0 0;
        border-radius: 50%;
        border: 1px solid #d1d1d1;
        vertical-align: text-top;
        position: relative;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .form-horizontal .remember-me input[type="checkbox"]:before {
            content: '';
            height: 9px;
            width: 5px;
            border: 2px solid #fff;
            border-left: none;
            border-top: none;
            opacity: 0;
            transform: translateX(-50%) rotate(40deg);
            position: absolute;
            left: 50%;
            top: 2px;
        }

        .form-horizontal .remember-me input[type="checkbox"]:focus {
            outline: none;
        }

        .form-horizontal .remember-me input[type="checkbox"]:checked {
            background-color: #6a208e;
            border-color: #6a208e;
        }

            .form-horizontal .remember-me input[type="checkbox"]:checked:before {
                opacity: 1;
            }

.form-horizontal .forgot {
    color: #999;
    font-size: 13px;
    text-align: right;
    width: 50%;
    vertical-align: top;
    display: inline-block;
}

    .form-horizontal .forgot a {
        color: #999;
        transition: all 0.3s ease 0s;
    }

        .form-horizontal .forgot a:hover {
            color: #555;
            text-decoration: underline;
        }

.form-horizontal .btn {
    color: #fff;
    background-color: #06065d;
    font-size: 14px;
    font-weight: 600;
    padding: 8px 20px 7px;
    margin: 2rem 15px 25px 0;
    border-radius: 30px;
    border: none;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    transition: all 0.3s ease 0s;
}

    .form-horizontal .btn:hover,
    .form-horizontal .btn:focus {
        color: #fff;
        background-color: #222;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
        outline: none;
    }
#error {
    padding-top: 20px;
}
.signin {
    color: #fff;
    background-color: #060559;
    margin-right: 0;
    border: 1px solid #060559;
    margin-bottom: 3rem;
    padding: 5px 15px;
}
    .signin:hover {
        color: #060559;
        background-color: #fff;
        border: 1px solid #060559;
    }

.form-container .social-login > span {
    color: #999;
    font-size: 13px;
    margin: 0 0 12px;
    display: block;
}

.form-container .social-login .social-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .form-container .social-login .social-list li {
        margin: 0 5px 0 0;
        display: inline-block;
    }

        .form-container .social-login .social-list li a {
            color: #fff;
            background-color: #4285F4;
            font-size: 13px;
            text-align: center;
            height: 28px;
            width: 28px;
            line-height: 30px;
            border-radius: 50%;
            display: block;
            transition: all 0.3s ease 0s;
        }

        .form-container .social-login .social-list li a i {
            padding-top: 8px;
        }
    .form-container .social-login .social-list li:nth-child(2) a {
            background-color: #3C5A99;
        }

        .form-container .social-login .social-list li:nth-child(3) a {
            background-color: #1DA1F2;
        }

        .form-container .social-login .social-list li a:hover {
            box-shadow: 0 0 10px rgba(0,0,0,0.3);
        }

@media only screen and (max-width:379px) {
    .form-container .title {
        font-size: 20px;
    }

    .form-container .description {
        font-size: 14px;
    }

    .form-horizontal .btn {
        margin: 0 9px 25px 0;
    }

        .btn.signin {
            margin-right: 0;
        }
}
@import url('https://fonts.googleapis.com/css?family=Exo:400,700');

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .circles li {
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        background: rgba(255, 255, 255, 0.2);
        animation: animate 25s linear infinite;
        bottom: -150px;
    }

        .circles li:nth-child(1) {
            left: 25%;
            width: 80px;
            height: 80px;
            animation-delay: 0s;
        }


        .circles li:nth-child(2) {
            left: 10%;
            width: 20px;
            height: 20px;
            animation-delay: 2s;
            animation-duration: 12s;
        }

        .circles li:nth-child(3) {
            left: 70%;
            width: 20px;
            height: 20px;
            animation-delay: 4s;
        }

        .circles li:nth-child(4) {
            left: 40%;
            width: 60px;
            height: 60px;
            animation-delay: 0s;
            animation-duration: 18s;
        }

        .circles li:nth-child(5) {
            left: 65%;
            width: 20px;
            height: 20px;
            animation-delay: 0s;
        }

        .circles li:nth-child(6) {
            left: 75%;
            width: 110px;
            height: 110px;
            animation-delay: 3s;
        }

        .circles li:nth-child(7) {
            left: 35%;
            width: 150px;
            height: 150px;
            animation-delay: 7s;
        }

        .circles li:nth-child(8) {
            left: 50%;
            width: 25px;
            height: 25px;
            animation-delay: 15s;
            animation-duration: 45s;
        }

        .circles li:nth-child(9) {
            left: 20%;
            width: 15px;
            height: 15px;
            animation-delay: 2s;
            animation-duration: 35s;
        }

        .circles li:nth-child(10) {
            left: 85%;
            width: 150px;
            height: 150px;
            animation-delay: 0s;
            animation-duration: 11s;
        }



@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}