body {
    margin: 0;
    padding: 0;
}

p,
a,
li,
div,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea{
    font-family: 'Times New Roman', Times, serif;
}

input,
button,
textarea {
    outline: none !important;
}

button,
a {
    cursor: pointer;
}

.img-cover {
    width: 100%;
    position: relative;
    z-index: 2;
}

.nav-cards-wlcm-parent {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
    margin-top: -110px;
}

.nav-cards-wlcm-parent .col-md-5,
.nav-cards-wlcm-parent .col-md-7 {
    margin: 0;
    padding: 0;
}

.wlcm-card {
    background: #2689B0;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: #000 1px 0px 8px;
            box-shadow: #000 1px 0px 8px;
    position: relative;
    z-index: 3;
    padding-top: 100px !important;
}

.wlcm-card h2 {
    font-weight: normal;
    font-size: 31px;
}

.wlcm-card p {
    padding: 0 20%;
    font-size: 19px;
    line-height: 1.7;
}

.nav-cards-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.nav-cards-parent .nav-card {
    width: 50%;
    display: block;
    text-decoration: none;
    -webkit-box-shadow: #000 1px 0px 8px;
            box-shadow: #000 1px 0px 8px;
    position: relative;
    z-index: 1;
    background: #2081A4;
}

.nav-cards-parent .nav-card:hover .nav-card-img-parent{ 
    background: #3bb2dd;
}

.nav-card-img-parent {
    background: #339BC0;
    padding: 2px;
    padding-top: 120px;
    padding-bottom: 50px;
    text-align: center;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.nav-card-img-parent img {
    height: 150px;
}

.nav-cards-parent .nav-card .nav-card-link {
    padding: 21px 2px;
    color: #fff;
    background: #2081A4;
    font-size: 20px;
    text-align: center;
}

.doctors-parent {
    text-align: center;
    padding-top: 65px;
    padding-bottom: 25px;
}

.doctors-parent .dr-item {
    width: 75%;
    margin: auto;
}

.doctors-parent .dr-item p {
    font-weight: bold;
}

.doctors-parent .dr-item .dr-img {
    border-radius: 200px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 100%;
}

.history-parent {
    background-image: url('/imgs/b9.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding: 50px 10%;
}

.history-parent h1 {
    border-bottom: 2px #fff solid;
    display: inline-block;
    padding-bottom: 15px;
}

.history-parent p {
    line-height: 2;
    font-size: 19px;
}

.page-banner {
    padding: 15px 10%;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    margin-top: -100px;
    padding-top: 100px;
}

.page-banner h1 {
    color: #fff;
    margin: 0;
    font-size: 37px;
}

.page-banner p {
    color: #fff;
    font-size: 21px;
    line-height: 1.7
}

.page-banner .banner-btns {
    text-align: center;
    height: 100%;
    padding-top: 25px;
}

.page-body {
    padding: 0 10%;
}

.dr-info-item {
    width: 100%;
    background: #fff;
}

.dr-info-item .dr-info-header {
    background: #0FAFEB;
    text-align: center;
    -webkit-box-shadow: #000 0 0 5px;
            box-shadow: #000 0 0 5px;
}

.dr-info-item .dr-info-header img {
    width: 100%;
}

.dr-info-item .dr-info-header p {
    margin: 0;
    padding: 13px 1px;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.dr-info-item .dr-info-des {
    font-size: 20px;
    line-height: 1.7;
    padding: 13px 5%;
    margin: 0;
}

.pr-open-times {
    text-align: center;
    background-size: cover;
    background-position: center;
}

.pr-open-times .pr-open-box {
    text-align: center;
    display: inline-block;
    /* background: #ffffffa6; */
    padding: 22px;
}

.pr-open-times .pr-open-box p {
    font-size: 20px;
    font-weight: bold;
}

.pr-open-times .pr-open-box p span {
    vertical-align: middle;
}

.pr-open-times .pr-open-box p img {
    vertical-align: middle;
}

.map-card {
    background: #fff;
    font-weight: bold;
    line-height: 1.7;
    -webkit-box-shadow: #0000009c 0 3px 5px;
            box-shadow: #0000009c 0 3px 5px;
}

.qtns-box {
    padding: 50px 10%;
    background-image: url('/imgs/b7.jpg');
    background-size: cover;
    background-position: center;
}

.qtns-box a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
    padding-bottom: 5px;
    margin-bottom: 25px;
    display: block;

}

.qtns-box a p {
    display: inline-block;
    font-weight: bold;
    border-bottom: #000 1px solid;
}

.qtns-box a span {
    color: #0FAFEB;
    margin-right: 10px;
    font-size: 14px;
}

.qtns-box a img {
    vertical-align: middle;
    margin-left: 10px;
}

.qtns-box h1 {
    text-align: center;
}

.qtns-box>p {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.7;
    padding: 0 10%;
    margin: 0;
}

.ser-box {
    background: #fff;
}

.ser-box h2 {
    color: #2081A4;
    margin: 0;
}

.ser-box .ser-des {
    font-weight: bold;
    line-height: 1.7;
    font-size: 18px
}

.ser-box .col-md-6:nth-child(1) {
    border-right: #D0D0D0 15px solid;
    padding-top: 40px;
    padding-bottom: 20px;
}


.ser-box .col-md-6:nth-child(2) {
    border-left: #D0D0D0 15px solid;
    padding-left: 4%;
    padding-top: 40px;
    padding-bottom: 20px;
}

.ser-list-box {
    margin: 0 !important;
    padding: 0;
}

.ser-list-box>div {
    padding: 0 6%;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.ser-list-box>div:nth-child(1) {
    border-right: #fff 2px solid;
}

.ser-list-box h2 {
    text-align: center;
    padding: 26px 0;
}

.ser-list-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ser-list-box ul li {
    padding: 17px 0;
    font-size: 20px;
    display: flex;
}

.ser-list-box ul li span {
    margin-right: 5%;
}

.teens-only {
    padding: 20px 18%;
    background-image: url('/imgs/b8.jpg');
    background-size: cover;
    background-position: center;
}

.teens-only h2 {
    text-align: center;
    color: #0FAFEB;
    font-size: 33px;
    text-shadow: #000 0 1px 2px;
}

.teens-only .clc {
    font-size: 18px;
    line-height: 1.7;
    font-weight: bold;
}

.teens-only ul {
    list-style: none;
    padding: 0;
    margin: 0;

}

.teens-only ul li {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
}

.teens-only ul li span {
    font-size: 15px;
    margin-right: 10px;
    color: #0FAFEB;
}

.teens-only .andmore {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    margin: 0;
    padding-left: 30px;
}

.btn1 {
    background: #2081A4;
    border-radius: 150px;
    color: #fff;
    padding: 5px 15px;
    border: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    text-decoration: none;
    display: inline-block;
}

.btn1-big {
    font-size: 22px;
    padding: 10px 53px;
}

.btn2 {
    background: #fff;
    border: none;
    padding: 23px 17px;
    color: #000;
    text-decoration: none;
    border-radius: 200px;
    font-size: 14px;
    -webkit-box-shadow: #00000052 0 2px 5px;
            box-shadow: #00000052 0 2px 5px;
    display: inline-block;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}

.btn2-big {
    font-size: 21px;
    padding: 15px 45px;
}

.btn2:hover,
.btn1:hover{
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}


.input1 {
    border: none;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
}