/* Custom Font Start */
@import url('https://fonts.googleapis.com/css?family=Gidolinya:300,300i,400,400i,500,500i,700,900');
@font-face {
    font-family: 'SouciSansNF';
    src: url('../fonts/SouciSansNF.eot');
    src: local('☺'), url('../fonts/SouciSansNF.woff') format('woff'), url('../fonts/SouciSansNF.ttf') format('truetype'), 
        url('../fonts/SouciSansNF.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gidolinya';
    src: url('../fonts/Gidolinya-Regular.otf')  format('opentype'),
        url('../fonts/Gidolinya-Regular.ttf')  format('truetype'), url('../fonts/Gidolinya-Regular.svg#Gidolinya-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Gidolinya';
    font-size: 16px;
}
.header-top {
    float: left;
    width: 100%;
    background: #a4632b;
    color: #fff;
    padding: 10px 0;
    z-index: 99;
    position: relative;
    -webkit-box-shadow: 0px 4px 10px #945722;
    -moz-box-shadow: 0px 4px 10px #945722;
    box-shadow: 0px 4px 10px #945722;
}
.header-top ul li {
    float: left;
}
.header-top ul.headerRight li {
    font-size: 14px;
    float: right;
    margin-left: 25px;
}
.header-top ul li a {
    color: #fff;
    font-size: 12px;
    margin-right: 15px;
}
header {
    position: fixed;
    z-index: 99;
    background: transparent;
    left: 0;
    top: 44px;
    width: 100%;
    padding: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
header .navbar-brand {
    margin-right: 0;
    z-index: 1;
}
header .navbar-brand img {
    width: 196px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
header .navbar-collapse {
    background: transparent;
    border-radius: 4px;
    padding: 16px 0;
    padding-right: 15px;
    position: relative;
}
header .navbar {
    padding: .5rem 0;
}
header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
header .navbar-expand-lg .navbar-nav .nav-item.active .nav-link,
header .navbar-expand-lg .navbar-nav .nav-link:focus, 
header .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #8eac00;
}
header .navbar-expand-lg .dropdown-item {
    padding: .25rem 01rem;
}
header .navbar-expand-lg .dropdown-item:focus, 
header .navbar-expand-lg .dropdown-item:hover {
    color: #fff;
    background-color: #8eac00;
}
header .navbar-expand-lg .navbar-nav {
    align-items: center;
}
header .dropdown-toggle::after {
    vertical-align: .1em;
}
header.sticky {
    background: #fff;
    padding: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
header.sticky .navbar {
    padding: 0;
}
header.sticky .navbar-collapse {
    padding: 7px 0;
}
header.sticky .navbar-expand-lg .navbar-nav .nav-link {
    color: #000;
}
header.sticky .navbar-brand img {
    width: 90px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.banner {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url(../images/banner-bg.jpg) no-repeat;
    background-size: cover;
    text-align: center;
    height: calc(100vh - 125px);
}
.banner .slick-slide:focus,
.banner .slick-slide .image:focus {
    outline: none !important;
}
.banner .slick-slide .image {
    text-align: center;
    width: 100%;
}
.banner .slick-slide img {
    max-width: 100%;
    margin: 0 auto;
}
.banner .slick-dots {
    display: none !important;
}
.banner .slick-prev, 
.banner .slick-next {
    top: 50%;
    width: 21px;
    height: 53px;
    z-index: 55;
}
.banner .slick-prev {
    left: 10%;
}
.banner .slick-next {
    right: 10%;
}
.banner .slick-prev:before {
    content: '';
    width: 21px;
    height: 53px;
    position: relative;
    background: url(../images/banner-left.png) no-repeat;
    float: left;
} 
.banner .slick-next:before {
    content: '';
    width: 21px;
    height: 53px;
    position: relative;
    background: url(../images/banner-right.png) no-repeat;
    float: right;
}
.banner img.leaf {
    position: absolute;
    right: 0;
    top: 0;
    width: 180px;
    z-index: 15;
}
.banner-caption {
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 100%;
    z-index: 15;
}
.banner-caption h2 {
    font-family: 'SouciSansNF';
    font-size: 55px;
    color: #78bf06;
    margin-bottom: 5px;
}
.banner-caption p {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    margin-bottom: 45px;
}
.banner-caption a {
    padding: 10px 25px;
    min-width: 146px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50px;
    font-size: 14px;
    background: #fff;
    color: #017840;
    display: inline-block;
    margin-right: 14px;
    font-weight: 400;
}
.banner-caption a.banner-btn {
    background: transparent;
    color: #fff;
}
.banner-caption a:hover,
.banner-caption a.banner-btn:hover {
    border: 1px solid #017840;
    background: #017840;
    color: #fff;
}
.banner .slick-dotted.slick-slider {
    margin-bottom: 0;
    float: left;
    max-width: 100% !important;
}
footer {
    float: left;
    width: 100%;
    padding: 50px 0px;
    padding-bottom: 100px;
    background: url(../images/footer-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
}
footer .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 42px;
    padding: 10px 0px;
    background: #a4632b;
    border-top: 2px solid #de7e2b;
}
footer .overlay p {
    font-size: 15px;
}
.develope-link p {
    text-align: right;
}
.develope-link p a {
    color: #38c512;
    font-size: 15px;
}
.develope-link p a:hover {
    color: #fff;
}
footer h6 {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}
footer ul {
    float: left;
    width: 100%;
}
footer li {
    float: left;
    width: 100%;
    border-bottom: 1px dashed #603307;
}
footer li a {
    font-size: 14px;
    padding: 6px 0px;
    float: left;
    width: 100%;
    color: #fff;
}
footer li a:hover {
    color: #73b621;
}
footer li:first-child a {
    padding-top: 0px;
}
.social-footer {
    float: left;
    width: 100%;
    margin-top: 30px;
}
footer .social-footer ul li {
    width: auto;
    margin-right: 10px;
}
footer .social-footer ul li {
    border-bottom: transparent;
}
footer .social-footer ul li a {
    padding: 2px 7px;
    background: #603307;
    color: #9c7229;
    border: 1px solid #986e26;
    width: 37px;
    height: 37px;
    text-align: center;
    font-size: 20px;
}
footer .social-footer ul li a:hover {
    background: #986e26;
    color: #fff;
}
footer .social-footer ul li:first-child a {
    padding-top: 3px;
}
footer .form-control {
    height: 40px;
    padding: 7px 10px;
    font-size: 14px;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
footer .form-control:focus {
    border: 1px solid #636363;
    -webkit-box-shadow: none;
    box-shadow: none;
}
footer .btn-default {
    color: #710e08;
    background-color: #fff;
    border-color: #ccc;
    float: right;
    width: 100px;
    font-weight: 500;
    padding: 8px 10px;
}
footer .btn-default:hover,
footer .btn-default:focus {
    background: #710e08;
    color: #fff;
    border: 1px solid #710e08;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
.address p,
.address p span {
    color: #fff;
    font-size: 14px;
}
.address p span {
    font-size: 13px;
}
.address p {
    margin-bottom: 10px;
}
.footer-block h6 span {
    background: #710e08;
    color: #fff;
    padding: 7px 10px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    float: left;
    text-align: center;
    font-size: 20px;
    border: 2px solid #fff;
    margin-right: 5px;
}
.footer-block h6 .small-para {
    font-size: 17px;
    display: inline-block;
    vertical-align: top;
}
.footer-block h6 .big-para {
    font-size: 22px;
    display: inline-block;
    vertical-align: top;
    margin-top: -10px;
}
.footer-block h6 .small-para:hover,
.footer-block h6 .big-para:hover {
    cursor: default;
    color: #fff;
}
.footer-block.form-block {
    position: relative;
    padding-left: 50px;
    float: left;
    width: 100%;
}
footer ::-webkit-input-placeholder {
  color: #fff !important;
}
footer ::-moz-placeholder {
  color: #fff !important;
}
footer :-ms-input-placeholder {
  color: #fff !important;
}
footer :-moz-placeholder {
  color: #fff !important;
}
.about {
    float: left;
    width: 100%;
    padding: 50px 0px;
    background: url(../images/about-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    border-top: 1px solid #73b621;
    text-align: center;
}
.about .aboutIcon {
    position: absolute;
    left: 15px;
    top: 0;
    width: 120px;
}
.about h4,
.about .c-care {
    font-size: 40px;
    color: #6fbc20;
    margin-bottom: 25px;
}
.about .c-care {
    margin-bottom: 0;
}
.about h4.mb-10 {
    margin-bottom: 25px;
}
.about p {
    color: #fff;
    font-size: 18px;
    max-width: 78%;
    margin: 0 auto;
    padding: 0 30px;
    margin-bottom: 10px;
    position: relative;
}
.about .aboutPara:after,
.about .aboutPara:before {
    content: '';
    position: absolute;
    top: -51px;
    width: 71px;
    height: 300px;
}
.about .aboutPara:before {
    background: url(../images/about-para-left.png) no-repeat;
    left: 0;
}
.about .aboutPara:after {
    background: url(../images/about-para-right.png) no-repeat;
    right: 0;
}
.aboutMore {
    margin-top: 40px;
    text-align: center;
}
.aboutMore a {
    float: right;
    position: absolute;
    right: 18%;
    top: 7px;
    text-align: center;
    width: 170px;
    font-size: 20px;
    color: #6fbc20;
}
.aboutMore a:hover,
.aboutMore a:focus {
    color: #fff;
}
.aboutMore a img {
    position: absolute;
    right: 0;
    width: 100%;
}
.medicines {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 5px dotted #6fbc20;
}
.abImage {
    text-align: right;
    margin-top: 30px;
}
.projects-wrapper {
    float: left;
    width: 100%;
    padding: 60px 0px;
    z-index: 0;
}
.projects-wrapper h5 {
    float: left;
    width: 100%;
    font-size: 51px;
    color: #6fbc20;
    text-align: center;
    margin-bottom: 30px;
}
.projects-wrapper .slick-slide img {
    width: 100%;
}
.projects-wrapper .slick-next:before {
    left: 15px;
    right: 0;
}
.projects-wrapper .slick-prev:before {
    right: 15px;
    left: auto;
}
.addressImage {
    width: 170px;
    margin: 15px 0;
}
.medicines-list {
    width: 300px;
    margin: 0 auto;
}
.medicines-list a {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
}
.medicines-list a:last-child {
    margin-bottom: 0;
}
.medicines-list a:hover,
.medicines-list a:focus {
    color: #8eac00;
}
.about.inner-wrapper h4 {
    text-transform: uppercase;
    border-bottom: 4px dotted #6fbc20;
    padding-bottom: 10px;
}
.about.inner-wrapper .abImage {
    text-align: center;
}
.treatment-card {
    display: table;
    width: 100%;
    margin-bottom: 30px;
}
.treatment-card p {
    font-size: 16px;
    color: #fff;
    max-width: 100%;
    margin-bottom: 15px;
    padding: 0;
    text-align: left;
    float: left;
    margin-right: 30px;
    width: calc(100% - 143px);
}
.treatment-card img {
    float: right;
}
.inner-wrapper p.center {
    text-align: center;
}
.about.inner-wrapper .doctor h4 {
    background: #6fbc20;
    color: #fff;
    font-size: 24px;
    padding: 10px 0;
    margin-top: 25px;
    margin-bottom: 15px;
    text-transform: initial;
}
.inner-wrapper p b, 
.inner-wrapper p strong {
    font-size: 17px;
    margin-right: 2px;
    color: #6fbc20;
}
.about.inner-wrapper {
    border-bottom: 1px solid #73b621;
}
.map iframe {
    float: left;
    width: 100%;
    height: 250px;
    border: none;
}
.pr-image {
    float: left;
    width: 100%;
}
.about .pr-image img {
    float: left;
    width: 100%;
    max-width: 100%;
    position: relative;
    left: 0;
    margin-bottom: 30px;
}
.slider_media .slick-slide.slick-center .image_holder:before {
    display: none;
}

@media (min-width: 1200px) {
}

@media (max-width: 1199.98px) {
    .banner .slick-list {
        margin-top: 140px;
    }
}

@media (max-width: 1024px) {
}

@media (max-width: 991.98px) {
    footer .social-footer ul li a {
        width: 45px;
        height: 45px;
        margin-bottom: 5px;
    }
    .banner {
        height: 525px;
    }
    .navbar-toggler {
        padding: 3px 7px;
        background-color: #6fbc20;
    }
    .navbar-toggler:focus {
        outline: none !important;
    }
    .navbar-toggler-icon {
        position: relative;
    }
    .navbar-toggler-icon:after {
        content: '\f0c9';
        font-family: 'Font Awesome 5 Pro';
        position: absolute;
        left: 5px;
        right: auto;
        top: 5px;
        font-size: 22px;
        color: #fff;
        font-weight: 400;
    }
    header .navbar-collapse {
        background: #fff;
    }
    header .navbar-expand-lg .navbar-nav .nav-link {
        color: #000;
    }
    .about p {
        max-width: 100%;
    }
}

@media (max-width: 767.98px) {
    .footer-block.form-block {
        padding-left: 0;
    }
    .footer-block {
        float: left;
        width: 100%;
        margin-bottom: 25px;
    }
    .footer-block.form-block:after {
        display: none;
    }
    footer {
        padding-bottom: 70px;
        background-size: contain;
        background-repeat: repeat;
    }
    footer .overlay {
        height: 70px;
    }
    .header-top {
        display: none;
    }
    header {
        top: 0;
    }
    header .navbar-brand img {
        width: 125px;
    }
    .banner .slick-prev {
        left: 0;
    }
    .banner .slick-next {
        right: 0;
    }
    .banner {
        height: 100vh;
    }
    .banner .slick-prev, 
    .banner .slick-next {
        top: 50%;
    }
    .banner-caption h2 {
        font-size: 33px;
    }
    .banner .slick-list {
        margin-top: 25px;
    }
    .about .aboutPara:after, 
    .about .aboutPara:before {
        display: none;
    }
    .aboutMore {
        margin-top: 40px;
        text-align: left;
    }
    footer {
        background-image: none;
        background-color: #a4632b;
    }
    .aboutMore a {
        right: 15px;
    }
    footer .overlay p,
    .develope-link p {
        text-align: center;
    }
    .map iframe {
        margin-top: 25px;
    }
    .treatment-card p {
        margin-right: 0;
        width: 100%;
    }
    .treatment-card img {
        float: left;
    }
}

@media (max-width: 575.98px) {
    .banner {
        height: 180px;
    }
    .banner .slick-slide img {
        max-width: 80%;
    }
    .banner img.leaf {
        display: none;
    }
    .banner .slick-prev, 
    .banner .slick-next {
        top: 75%;
    }
    .about .aboutIcon {
        width: 80px;
    }
}