@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Acme&family=Lato:wght@300&family=Nunito+Sans:opsz,wght@6..12,200&family=Poppins:ital,wght@0,200;1,400&display=swap');

@font-face {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    src: url("fonts/fontawesome-webfont.eot");
    src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"),
        url("fonts/fontawesome-webfont.woff2") format("woff2"),
        url("fonts/fontawesome-webfont.woff") format("woff"),
        url("fonts/fontawesome-webfont.ttf") format("truetype"),
        url("fonts/fontawesome-webfont.svg") format("svg");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Open Sans', sans-serif;
    color: #666666;
}

p {
    margin-bottom: 27px;
}

section {
    padding-top: 70px;
}

.navbar {
    position: fixed;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    height: 13%;
}

.navbar-nav .nav-item .nav-link .fa {
    color: #e3ca94;
}

.navbar-nav .nav-item .nav-link .fa:hover {
    color: #0fb8cd;
}

.navbar-brand img {
    width: 38%;
}

.navbar-nav .nav-item .nav-link {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 100px;
    letter-spacing: 0.2px;
    color: #000000;
    margin-right: 5px;
}

.container {
    width: 1200px;
    margin: 0 auto;
    clear: both;
}

.banner-slider {
    /* max-height: 100vh; */
    overflow: hidden;
}

.banner-slider .slider-content {
    position: absolute;
    top: 50%;
    transform: translate(94px, -47px);
}

.banner-slider .slider-content p {
    color: rgb(43, 43, 43);
    font-family: 'acme', sans-serif;
    font-weight: 400;
    font-size: 46px;
    width: 500px;
    line-height: 50px;
    letter-spacing: 0px;
}

.banner-slider .slider-button {
    position: absolute;
    top: 66%;
    z-index: 9;
    background-color: rgb(15, 184, 205);
    line-height: 17px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 16px;
    border-color: transparent;
    padding: 15px 35px;
    border-radius: 3px;
    border-style: none;
    transform: translate(96px, 55px);
    text-transform: uppercase;
}

.banner-slider .slider-button a {
    text-decoration: none;
    line-height: 17px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 16px;
    color: rgb(255, 255, 255);
}

.banner-slider img {
    height: 100vh;
    object-position: center center;
    object-fit: cover;
}

.slider-butons {
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0);
}

.slider-butons .left {
    position: absolute;
    top: 60%;
    left: 5%;
    color: #fff;
    transform: translate(-70px, -25px);
}

.slider-butons .fa {
    font-size: 30px;
}

.slider-butons .right {
    position: absolute;
    top: 60%;
    left: 100%;
    transform: translate(-70px, -25px);
    color: #fff;
}

.physo-care h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 25px;
    padding-bottom: 25px;
    line-height: 40px;
    position: relative;
    color: #2B2B2B;
}

.physo-care h3::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 3px;
    background: #0fb8cd;
}

.physo-slider {
    margin-top: 85px;
}

.physo-care-button {
    font-size: 14px;
    background: #0fb8cd;
    text-transform: inherit;
    font-weight: bold;
    padding: 16px 30px 14px;
    line-height: normal;
    display: inline-block;
    margin: 10px 0px 0px;
    cursor: pointer;
    outline: none;
    position: relative;
    z-index: 1;
    border-radius: 5px;
}

.physo-care-button:hover {
    background: #222f50;
}

.physo-care-button a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
}

.physo-care-contanr {
    margin-bottom: 35px;
}

.physo-care-button a .fa {
    margin-left: 10px;
}

.icon-box {
    display: flex;
    gap: 10px;
}

.icon-border {
    border-bottom: 1px solid #aaa;
}

.icon-heading h4 {
    font-family: Open Sans;
    font-weight: 700;
    line-height: 34px;
    text-align: inherit;
    text-transform: none;
    color: #2B2B2B;
}

.why-online-the {
    background-size: cover;
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/why-online-1.png);
    background-attachment: scroll;
    min-width: 100%;
    left: 0px;
    width: 100%;
    background-position: 50% -60px;
}

.why-online-content {
    text-align: center;
    padding: 100px 0 120px 0px;
    color: #fff;
}

.why-online-content h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 52px;
    text-align: inherit;
    text-transform: none;
    margin-bottom: 35px;
}

.why-online-content p {
    margin-top: 5px;
}

.therapy-service-content {
    padding: 50px 7px 20px 7px;
}

.therapy-service-content h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 25px;
    padding-bottom: 25px;
    line-height: 40px;
    position: relative;
    color: #2B2B2B;
}

.therapy-service-content h3::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 3px;
    background: #0fb8cd;
}

.therapy {
    background: #f7f7f7;
}

.therapy-slider-butons .next {
    position: absolute;
    transform: translate(-40px, -327px);
    left: 92%;
}

.therapy-slider-butons .pre {
    position: absolute;
    transform: translate(-40px, -327px);
}

.therapy-slider-content {
    border: 1px solid rgba(0, 0, 0, 0.1);
    ;
    border-top: 0px;
    margin: 0px;
    padding: 30px 35px 70px;
    width: 100%;
    position: relative;
}

.therapy-slider-content:hover {
    border: 1px solid #0fb8cd;
    border-top: 0;
}

.therapy-slider-button {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 14px 40px 12px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin-top: 12px;
    z-index: 9;
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    background: #f9f9f9;
}

.therapy-slider-button:hover {
    background: #0fb8cd;
    color: #fff;
}

.therapy-slider-content h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000000;
    text-transform: uppercase;
}

.therapy-slider img {
    width: 100%;
}

.therapy-slider-button a {
    text-decoration: none;
    color: #5b5b5b;
}

.therapy-slider-button a span {
    float: right;
}

.therapy-slider .slick-list {
    margin-left: -20px;
    margin-right: -20px;
}

.therapy-slider .slick-slide {
    margin: 0px 20px;
    ;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
}

.slick-dots li {
    margin: 0 0.25rem;
}

.slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #5b5b5b;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: #F4F9FB;
}

.therapy-title {
    text-align: center;
    width: 100%;
    position: relative;
}

.therapy-title h6::after {
    content: "";
    display: block;
    position: absolute;
    right: 50%;
    width: 45px;
    height: 3px;
    background-color: #0fb8cd;
    text-align: center;
}

.therapy-title h2 {
    margin-bottom: 30px;
    font-weight: 700;
    line-height: 50px;
    text-align: inherit;
    text-transform: none;
    color: #2B2B2B;
}

.fix-appointment {
    background-size: cover;
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/Doctor-Appointment.jpg);
    background-attachment: scroll;
    min-width: 100%;
    left: -166px;
    width: 100%;
}

.Appointment-heading h3 {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 50px;
    padding-bottom: 25px;
    line-height: 40px;
    position: relative;
    color: #2B2B2B;
    padding-top: 20%;
}

.Appointment-heading h3::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 3px;
    background: #0fb8cd;
}

.fix-appointment-content {
    padding-bottom: 20%;
}


/* .fix-appointment-content p a {
    text-decoration: none;
    color: #fff;
    background: #0fb8cd;
    padding: 10px 20px;
    font-size: 19px;
    border-radius: 5px;
} */

footer {
    background: #f8f8f9;
    padding: 70px 0px 30px;
}

.footer-logo-content {
    text-align: left;
    text-transform: none;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 30px;
}

.footer-logo-content h6 a {
    font-family: Open Sans;
    font-weight: 700;
    line-height: 16px;
    text-align: inherit;
    text-transform: none;
    color: #2B2B2B;
    margin-top: 30px;
    text-decoration: none;
}

.footer-heading h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 25px;
    padding-bottom: 25px;
    line-height: 40px;
    position: relative;
    color: #2B2B2B;
}

.footer-heading h3::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 3px;
    background: #0fb8cd;
}

.footer-list ul {
    padding: 0;
}

.footer-list ul li {
    list-style: none;
    font-size: 14px;
    border-bottom: 1px dashed;
    margin: 0px;
    padding: 7px 0px 10px 20px;
    position: relative;
    width: 100%;
}

.footer-list ul li a:hover {
    color: #0fb8cd;
}

.footer-list ul li a {
    color: #666;
    padding: 10px 0 10px 20px;
    text-decoration: none;
    /* position: relative; */
}

.footer-list ul li a::before {
    content: "-";
    font-family: FontAwesome;
    font-size: 24px;
    position: absolute;
    left: 1px;
    top: 7px;
    font-weight: bold;
    color: #0fb8cd;
}

.footer-timeing p {
    margin-bottom: 0;
}

.footer-end {
    background: #202020;
    float: left;
    margin: 0px;
    padding: 30px 0px;
    width: 100%;
    clear: both;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-end a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    margin-left: 3px;
}

.breadcrumb {
    background-color: #000000;
    width: 100%;
    padding-top: 6.3%;
    background: rgba(0, 0, 0, 0.05);
}

.breadcrumb-list span.current {
    color: rgba(0, 0, 0, 0.5);
}

.breadcrumb-list {
    padding: 20px 0;
}

.breadcrumb-list a {
    text-decoration: none;
    color: #2b2b2b;
}

.breadcrumb-list a:hover {
    color: #0fb8cd;
}

input {
    border-bottom: 1px solid;
    padding: 10px 0 15px;
    display: block;
    margin: 0px;
    width: 100%;
    outline: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.form-border {
    position: relative;
}

.form-border::before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #2b2b2b;
    left: 0;
    bottom: 0;
    top: auto;
    z-index: 9;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
input[type="range"],
input[type="date"],
textarea,
input.text,
input[type="search"],
textarea {
    color: #b4aab4;
}

label {
    color: #2b2b2b;
    letter-spacing: 0.2px;
}

.req {
    color: red;
    font-size: 19px
}

.form-email {
    display: none;
}

input:hover {
    color: red;
}

textarea {
    height: 115px;
    overflow: auto;
    resize: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    width: 100%;
    outline: 0;
}

textarea:hover {
    color: red;
}

.btn-info {
    color: #fff;
    background: #0fb8cd;
    text-transform: capitalize;
    font-weight: bold;
    margin: 10px 0px 20px;
    font-size: 14px;
    padding: 15px 30px;
    float: left;
    cursor: pointer;
    border-radius: 5px;
    border: none;
}

.btn-info:hover {
    background: #222f50;
    color: #fff;
}