.clr {
    clear: both;
    width: 100%;
}

input {
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.content {
    background: url(../images/bg-section.jpg) top center repeat-y;
    width: 100%;
    padding: 1.7% 0;
    color: #fff;
}

.content h3 {
    color: #ffc600;
    text-transform: uppercase;
    font-size: 1.8em;
    margin: 0;
    padding: 0px 0 10px 0;
}

.content p {
    line-height: 22px;
    text-align: justify;
    font-size: 1.05em;
    padding: 0px 0 20px 0;
    margin: 0;
}

.content ul {
    margin: 15px 0 0 0;
    padding: 0;
}

.content li {
    font-size: 1.2em;
    letter-spacing: 1px;
    width: 32.1%;
    background: #0053ba;
    margin: 0.5%;
    display: inline-block;
    text-align: center;
    padding: 15px 0px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.aboutSection {
    width: 450px;
    margin-top: 50px;
    float: left;
    margin-bottom: 40px;
}

.aboutSection h3 {
    color: #29166d;
    text-transform: uppercase;
    font-size: 2.4em;
    margin: 0 0 20px 0;
    padding: 0;
}

.aboutSection p {
    color: #666;
    font-size: 1.24em;
    text-align: justify;
    line-height: 1.5em;
    font-weight: 500;
    padding: 5px 0;
    margin: 0;
}

.aboutSection a {
    color: #fff;
    background: #c9c9c9;
    font-size: 1em;
    border-radius: 30px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 13px 18px;
    margin: 10px 0 0 0;
    display: block;
    float: left;
}

.aboutSection a:hover {
    color: #fff;
    background: #555;
}

.aboutSection-2 {
    width: 642px;
    margin-top: 50px;
    float: right;
}

.aboutSection-2 h3 {
    color: #29166d;
    text-transform: uppercase;
    font-size: 2.4em;
    margin: 0 0 20px 0;
    padding: 0;
}

.aboutSection-2 .bx-wrapper {
    border-radius: 13px;
}

.doctorSection {
    background: #8d326b;
    padding-top: 20px;
    color: #fff;
}

.doctorSection .profile {
    width: 657px;
    float: left;
    letter-spacing: 1px;
    border-right: 1px solid #a25987;
    padding-right: 15px;
}

.doctorSection .profile img {
    float: left;
    margin-right: 15px;
}

.doctorSection .profile h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.5em;
    margin: 10px 0 15px 0;
    padding: 0;
}

.doctorSection .profile span {
    font-weight: 500;
    color: #fff;
    font-size: 0.5em;
    padding: 0;
    display: block;
    margin: 10px 0 10px 0;
}

.doctorSection .profile p {
    color: #fff;
    font-size: 1.1em;
    margin: 0;
    padding: 0;
    line-height: 23px;
}

.doctorSection .profile .profiletxt {
    font-size: 3.5em;
    margin: 10px 0 0 0;
    padding: 0;
    font-weight: 200;
    line-height: normal;
}

.address {
    float: right;
    width: 420px;
    line-height: 23px;
    letter-spacing: 1px;
}

.address b {
    display: block;
    font-size: 1.3em;
    font-weight: 500;
    padding: 10px 0 0px 0;
}

.address h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.5em;
    margin: 10px 0 15px 0;
    padding: 0;
    font-weight: 400;
}

.address .line {
    border-bottom: 1px solid #a25987;
    margin: 20px 0;
}

.testimonial {
    background: url(../images/testimonial.jpg) top right no-repeat #fff;
    height: 448px;
    padding: 20px 0 10px 0;
}

.testimonial h3 {
    display: block;
    font-family: 'Georgia';
    font-size: 3em;
    font-style: italic;
    padding: 10px 0;
    margin: 0 0 30px 0;
    color: #8d326b;
    border-bottom: 2px solid #8d326b;
    width: 30%;
    font-weight: 600;
}

.testimonial ul {
    width: 900px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.testimonial li {
    color: #252525;
    font-family: 'Georgia';
    font-style: italic;
    font-size: 1.5em;
    font-weight: 500;
    margin-bottom: 23px;
    padding-bottom: 23px;
    line-height: 28px;
    border-bottom: 1px solid #eaeaea;
}

.testimonial strong {
    color: #8d326b;
}

.treatment {
    width: 640px;
    float: left;
    padding-right: 30px;
    border-right: 1px solid #ffffff38;
    margin-top: 34px;
}

.thankBox {
    background: #8d326b;
    text-align: center;
    color: #fff;
    padding: 0;
    height: 460px;
    width: 460px;
    border-radius: 100%;
    margin: 0px auto;
    box-shadow: 0px 0px 50px 0px #00000057;
}

.thankBox h2 {
    padding: 0;
    font-family: 'Georgia';
    font-style: italic;
    font-size: 4.2em;
    font-weight: 400;
    margin: 0px;
    padding: 100px 0px 0px 0px;
}

.thankBox p {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.27em;
    font-weight: 500;
    font-style: normal;
    margin: 10px 0;
}

.thankBox .thank-img {
    width: 300px;
    margin: 20px auto 0px auto;
}

.thankBox .thank-img img {
    width: 100%;
}