body {
    font-family: 'Josefin Sans', sans-serif !important;
    overflow-x: hidden;
}

.logo_font {
    font-family: 'Kanit', sans-serif !important;
}

.overall-header {
    -webkit-box-shadow: -2px 9px 22px -8px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: -2px 9px 22px -8px rgba(0, 0, 0, 0.25);
    box-shadow: -2px 9px 22px -8px rgba(0, 0, 0, 0.24);
}

.title-font {
    font-family: 'Play', sans-serif !important;
}

.nopad {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.btn-yellow {
    background-color: #FAA61A !important;
    padding: 1em 2em 1em 2em !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 18px;
    -webkit-box-shadow: -2px 9px 22px -8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: -2px 9px 22px -8px rgba(0, 0, 0, 0.6);
    box-shadow: -2px 9px 22px -8px rgba(0, 0, 0, 0.6);

}

.btn-yellow2 {
    background-color: #FAA61A !important;
    padding: 0.5em 1em 0.5em 1em !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 13px;
    font-style: normal;
    -webkit-box-shadow: -2px 9px 22px -8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: -2px 9px 22px -8px rgba(0, 0, 0, 0.6);
    box-shadow: -2px 9px 22px -8px rgba(0, 0, 0, 0.6);

}

.buttons-inline {
    display: inline-block;
}

.title-h1 {
    font-size: 35px;
    color: #29140d;

}

.title-banner-h1 {
    font-size: 35px;
    color: #ffffff !important;

}

.desktop-hidden-lg {
    display: none !important;
}

/*header style start here*/
.header-top {
    background-color: #29140d;
    padding: 10px;

}

.header-top-social {
    position: relative;
    margin-top: 0.3em;
}

.fa {
    padding: 0;
    font-size: 10px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 3px -2px;
    border-radius: 50%;
    color: #FFFFFF;
}

.header-top-content {
    padding: 10px;
}

.header-top-content h6 {
    color: #FFFFFF;
}

.header-top-content a {
    color: #FFFFFF;
    text-decoration: underline;
}

.header-main {
    border-bottom: 0.5px solid #29140d;
    padding: 10px;
}

.header-logo {
    position: relative;
    margin-top: 0.5em;
}

.header-logo img {
    width: 20%;
}

.header-logo h2 {
    color: #834628;
}

.header-time ul {
    margin: 0;
}

.header-time ul li {
    float: left;
    margin-right: 10px;
    list-style-type: none;
    color: #29140d;
}

.header-time span {
    border: 1px solid #52291a;
    padding: 5px;
    position: relative;
    margin-top: 0.5em;

}

.header-time .fa {
    color: #52291a;
}

.header-time-menu {
    position: relative;
    margin-top: 1.5em;
}

ul.navbar-nav {
    position: relative;
    left: 1em;

}

ul.navbar-nav li {
    margin-right: 1em !important;
    padding-right: 20px;
    padding-left: 20px;

}

ul.navbar-nav li:hover {
    background-color: #FAA61A;
    margin-right: 1em !important;
    padding-right: 20px;
    padding-left: 20px;

}

ul.navbar-nav li a {
    font-size: 18px !important;
    color: #29140d !important;
    font-weight: bold;
}

.navbar-menu {
    border-bottom: 0.5px solid #29140d;
}

/*header end here*/

/*banner start here*/
.banner-image {
    height: 600px !important;
    background-size: cover;
    background-position: center;
    position: relative;
}

.header-slider ul.slick-dots {
    position: relative;
    margin-top: -5em;
}

.header-slider ul.slick-dots li {
    background-color: #29140d;
    border-radius: 80px;
    color: #ffffff !important;
}

.header-slider ul.slick-dots li button {
    border-radius: 50px;
    background-color: #ffffff !important;
}

.banner-image-tranparent {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.24);
}

.carousel-caption {
    position: absolute;
    top: 14em !important;

}

.carousel-caption h1 {
    color: #29140d;
}

.carousel-caption p {
    color: #2E3E53;
}

/*banner end heresite-content*/

/*heresite-content*/
.parallax {
    /* The image used */
    background-image: url("/images/cause-bg.jpg");

    /* Set a specific height */
    min-height: 500px;

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.img-parent-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-parent-div img {
    border: 2px solid #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    width: 75%;
}

.site-content {
    padding: 60px;
}

.site-content iframe {
    width: 90%;
    height: 350px;
    border-radius: 10px;
}

.site-content p {
    text-align: justify;
}

.site-content h6 {
    font-style: italic;
    color: #000000;
}

.services {
    background-color: #29140d;
    padding: 50px;
    position: relative;
}

.transparent-div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.67);
}

.services h1 {
    color: #FFFFFF;
}

.services-lists {
    padding: 30px;
}

.services-lists .img-parent-div-service {
    display: flex;
    justify-content: center;
    align-items: center;
}

.services-lists .img-parent-div-service .img-child-div-service {
    height: 155px;
    width: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.services-lists .img-child-div-service img {
    width: 50%;
    border-radius: 0;
    box-shadow: none;
}

.services-lists img {
    width: 100%;
    border-radius: 50%;
    -webkit-box-shadow: -2px 9px 22px -8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: -2px 9px 22px -8px rgba(0, 0, 0, 0.6);
    box-shadow: -2px 9px 22px -8px rgba(0, 0, 0, 0.6);
}

.services-lists h5 {
    color: #FFFFFF;
}

.services-lists p {
    color: #FFFFFF;
}

h5.content-award {
    background-color: #ffffff;
    display: inline-block;
    border-radius: 10px;
    color: #000000;
    padding: 10px 10px 10px 10px;
}

/*heresite end here*/

.request-quote {
    padding: 50px;
}

.request-form {
    padding: 10px;
}

.request-form label {
    color: #29140d;
}

.request-form input {
    height: 60px;
}

/*****************************************************/

footer {
    background-color: #29140d;
    background-size: cover;
    padding: 50px;

}

.footer-align {
    position: relative;
    margin-top: 70px;
}

footer .logo {
    padding: 0px 0px 20px 0px;
    display: inline-block;
}

footer .logo img {
    display: inline-block;
    height: 60px;
}

.footer-menu {
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 17px;
}

.footer-menu li a {
    text-decoration: none;
    color: inherit;
    padding: 5px 0px 5px 0px;
    display: block;
    font-size: 16px;
}

.footer-menu li a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer-index {
    padding-top: 30px;
}

footer .empty {
    height: 80px;
}

.footer h4 {
    margin-top: 30px;
    font-weight: bold;
    color: #FFFFFF;
}

.footer p {
    color: #FFFFFF;
}

.footer address {
    color: #FFFFFF;
}

.footer a {
    color: #FFFFFF;
    text-decoration: underline;
}

.courtesy {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
}

/***********************************/

.about-img {

    background-color: #ffffff;
    padding: 5px;
    box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.69);
}

.about-img:hover {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.69);
}

.about-img img {
    width: 100%;
}

.about-content {
    padding: 5px;
}

.about-content h2 {
    color: #29140d;
    font-size: 45px;
    font-weight: bold;
}

.about-content h6 {
    color: #360a00;
    font-size: 18px;
}

.about-content p {
    text-align: justify;
}

.img-parent-style {
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-parent-style .img-about-parent {
    height: 180px;
    width: 200px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    -webkit-box-shadow: -2px 9px 22px -8px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: -2px 9px 22px -8px rgba(0, 0, 0, 0.6);
}

/*Nephrologe page style*/
.Nephrology_lists ul {
    padding: 0;
}

.Nephrology_lists ul li {
    list-style-type: none;

}

.Nephrology_lists ul li i {
    color: #FAA61A;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}

.slick-active {
    outline: none !important;
}

/*services page style*/
.set_service_backgrounds {

    padding: 5%;
    background-attachment: fixed;
    background-position: left !important;
    background-repeat: no-repeat;
    background-size: cover;
}

.set_service_backgrounds_trans {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;

    background-color: rgba(0, 0, 0, 0.37);
}

.set_service_backgrounds_trans h1 {
    color: #FFFFFF;
    padding: 3.5%;
}

.services_content_lists {
    padding: 10px;
    border: 0.1px solid rgba(204, 204, 204, 0.71);
}

.services_content_lists_img {
    padding: 1%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services_content_lists_img .img-child-div-service {
    height: 170px;
    width: 180px;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.services_content_lists img {
    border-radius: 50%;
    position: relative;
    left: 1em;
    width: 100%;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: 0 10px 6px -6px #777;
}

.services_content_lists_content {
    padding-bottom: 10px;
}

.services_content_lists_content h5 {
    color: #360a00;
}

.effect4 {
    background-color: #FFFFFF;
    position: relative;
}

.effect4:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 10px;
    left: auto;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

.effect3 {
    background-color: #FFFFFF;
    position: relative;
}

.effect3:before {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

/*gallery style start here*/
.gallery_backs {
    background-color: #cccccc;
    padding: 2px;
}

.gallery img {
    width: 100%;
}

.effect5 {
    position: relative;
}

.effect5:before, .effect5:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 25px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 35px 20px #777;
    -moz-box-shadow: 0 35px 20px #777;
    box-shadow: 0 35px 20px #777;
    -webkit-transform: rotate(-8deg);
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
}

.effect5:after {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
    right: 10px;
    left: auto;
}

.img-project-view {
    height: 200px;
    background-size: cover;
    background-color: #ffffff;
    background-position: center;
}


.counter {
    background-color:#f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
    margin-bottom: 20px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 18px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}