.contactFormResult {
    color: #008000;
}
.red {
    color: #ff0000;
}
.transition {
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
}
.border-radius {
    border-radius: 0px;
}
.border-radius30 {
    border-radius: 30px;
}
.border-radius-full {
    border-radius: 100%;
}
iframe {
    width: 100%;
}
/*UNDER CONSTRUCTION PAGE*/
body.full-height {
    height: auto;
    overflow: auto;
}
.m-0 {
    margin: 0px;
}
.p-0 {
    padding: 0px;
}
.mt-0 {
    margin-top: 0px;
}
.mb-0 {
    margin-bottom: 0px;
}
/* PADDING CSS */
.p-100 {
    padding: 100px;
}
.p-90 {
    padding: 90px;
}
.p-80 {
    padding: 80px;
}
.p-70 {
    padding: 70px;
}
.p-60 {
    padding: 60px;
}
.p-50 {
    padding: 50px;
}
.p-40 {
    padding: 40px;
}
.p-30 {
    padding: 30px;
}
.p-20 {
    padding: 20px;
}
.p-10 {
    padding: 10px;
}
/* PADDING TOP CSS */
.pt-100 {
    padding-top: 100px;
}
.pt-90 {
    padding-top: 90px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-70 {
    padding-top: 70px;
}
.pt-60 {
    padding-top: 60px;
}
.pt-50 {
    padding-top: 50px;
}
.pt-40 {
    padding-top: 40px;
}
.pt-30 {
    padding-top: 30px;
}
.pt-20 {
    padding-top: 20px;
}
.pt-10 {
    padding-top: 10px;
}
/* PADDING bottom CSS */
.pb-100 {
    padding-bottom: 100px;
}
.pb-90 {
    padding-bottom: 90px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-60 {
    padding-bottom: 60px;
}
.pb-50 {
    padding-bottom: 50px;
}
.pb-40 {
    padding-bottom: 40px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pb-20 {
    padding-bottom: 20px;
}
.pb-10 {
    padding-bottom: 10px;
}
/* MARGIN CSS */
.m-100 {
    margin: 100px;
}
.m-90 {
    margin: 90px;
}
.m-80 {
    margin: 80px;
}
.m-70 {
    margin: 70px;
}
.m-60 {
    margin: 60px;
}
.m-50 {
    margin: 50px;
}
.m-40 {
    margin: 40px;
}
.m-30 {
    margin: 30px;
}
.m-20 {
    margin: 20px;
}
.m-10 {
    margin: 10px;
}
/* MARGIN BOTTOM CSS */
.mb-100 {
    margin-bottom: 100px;
}
.mb-90 {
    margin-bottom: 90px;
}
.mb-80 {
    margin-bottom: 80px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-10 {
    margin-bottom: 10px;
}
/* MARGIN TOP CSS */
.mt-100 {
    margin-top: 100px;
}
.mt-90 {
    margin-top: 90px;
}
.mt-80 {
    margin-top: 80px;
}
.mt-70 {
    margin-top: 70px;
}
.mt-60 {
    margin-top: 60px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-10 {
    margin-top: 10px;
}
/*LIGHTBOX CSS*/
/* GALLERY CSS */
.gallery .gallery_blk a {
    position: relative;
    display: block;
}
.gallery .gallery_blk a img {
    transform: scale(1);
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
}
.gallery .gallery_blk a:before {
    position: absolute;
    content: "\f00e";
    top: 0px;
    left: 0px;
    font-family: FontAwesome;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: scale(0);
    background: rgba(255, 255, 255, 0.5);
    font-size: 40px;
    text-align: center;
    line-height: 235px;
    z-index: 9;
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
}
.gallery .gallery_blk a:hover {
    color: #0193de;
}
.gallery .gallery_blk a:hover:before {
    opacity: 1;
    transform: scale(1);
}
.gallery .gallery_blk a:hover img {
    transform: scale(1.1);
}
/* LINK MAP CSS*/
section.map {
    padding: 0px;
    display: none;
}
section.map iframe#iframe1 {
    height: 100% !important;
    display: block !important;
}
.map.map-block {
    display: block !important;
    position: fixed;
    width: 100%;
    top: 70px;
    z-index: 9999;
    left: 0;
    height: 100%;
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
}
.map-back.map-block {
    display: block !important;
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
}
.map-back {
    position: absolute;
    top: 0;
    right: 0;
    background: #0193de;
    font-size: 35px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
}
.map.map-none {
    display: none;
}
/*TOP MENU*/
header.header-v1 ul li a {
    text-transform: capitalize;
}
header.header-v1 .logo img {
    max-width: 190px;
}
header.header-v1.uk-active.uk-animation-slide-top .logo img {
    max-width: 180px;
}
/*SLIDER CSS*/
.rev_slider_wrapper.slider-v1 .tp-caption.tp-resizeme.banner-caption-h1 {
    font-size: 35px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    float: left;
}
.rev_slider_wrapper.slider-v1 .tp-caption.tp-resizeme.banner-caption-h1 strong,
.rev_slider_wrapper.slider-v1 .tp-caption.tp-resizeme.banner-caption-h1 span {
    float: left;
    width: 100%;
}
.rev_slider_wrapper.slider-v1 .tp-caption.tp-resizeme.banner-caption-h1 span {
    margin-top: -20px;
}
/*ABOUT US*/
.about-the-best .content {
    text-align: justify;
}
.about-the-best .content .about-img {
    max-width: 500px;
    width: 100%;
    margin: 0 0 0 30px;
}
/*SERVICES CSS*/
.services .box .box-text h3 {
    text-transform: uppercase;
}
.services .box:hover .box-icon i.fa:before {
    color: #fff;
}
/*OUR DOCTORS*/
.our-doctor {
    border-bottom: 1px solid #dcddde;
}
.our-doctor ul li .box a {
    color: #fff;
}
.our-doctor .box-question .holder-question .has-title {
    margin-bottom: 13px;
    border-radius: 0px;
}
.our-doctor .box-question .holder-question .has-title .sub-content p {
    padding: 23px 30px;
}
.our-doctor .sub-content .content-dr {
    padding: 25px 30px;
}
.our-doctor .sub-content .content-dr i.fa {
    background: #f64c4c;
    padding: 10px;
    font-size: 35px;
    color: #fff;
    float: left;
    margin-right: 20px;
}
.our-doctor .sub-content .content-dr h3 {
    color: #f64c4c;
    font-size: 20px;
    line-height: 26px;
}
.our-doctor .sub-content .content-dr h3 span {
    float: left;
    color: #4e5453;
    font-size: 16px;
    text-transform: capitalize;
    max-width: 100%;
    width: 80%;
}
/*TESTIMONIALS*/
.client-say {
    background: url("../images/testimonials/bg-client-say.jpg");
}
/*FOOTER*/
footer .footer .bottom-about p a {
    text-transform: capitalize;
    color: #0193de !important;
}
footer .footer .bottom-links ul li {
    margin-bottom: 14px;
}
footer .footer .bottom-links ul li i.fa {
    color: #dcddde;
    transform: rotate(90deg);
    position: relative;
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
}
footer .footer .bottom-links ul li:last-child {
    margin-bottom: 0px;
}
footer .footer .bottom-links ul li a {
    text-transform: capitalize;
    position: relative;
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
}
footer .footer .bottom-links ul li:hover a {
    left: 2px;
    color: #0193de;
}
footer .footer .bottom-links ul li:hover i.fa {
    color: #0193de;
    left: 2px;
}
footer .footer .bottom-location iframe {
    height: 225px;
}
/*TOP LINK*/
a.uk-float-right.better-hv-color-java-star {
    background: #0193de;
    color: #fff;
    position: fixed;
    bottom: 41px;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 25px;
}
a.uk-float-right.better-hv-color-java-star:hover {
    background: #74c410;
    color: #fff !important;
}
section.better-set-pd {
    padding: 70px 0;
}
.coming-soon img {
    border-radius: 4px;
    padding: 5px;
    background: #fff;
}
.coming-soon .content a h1 {
    background: #fff;
    color: #f64c4c;
    font-size: 40px;
    line-height: inherit;
    padding: 15px;
}
.better-button-black a {
    background: #0193de;
    color: #fff !important;
    text-transform: uppercase;
}
.better-button-black a:hover {
    background: #74c410;
    color: #fff;
}
/*SERVICES CSS*/
.services .box {
    min-height: 170px;
}
.services .box::before {
    background: #74c310;
}
/*OUR DOCTORS*/
.our-doctor .sub-content .content-dr {
    padding: 15px 30px 0 30px;
}
.our-doctor .sub-content p {
    padding-top: 5px !important;
    padding-bottom: 15px !important;
}
.better-box-doctor li .box .box-name {
    text-align: left;
    height: auto;
    padding: 15px 15px 0 15px;
    overflow: hidden;
}
.better-box-doctor li .box .box-name p {
    line-height: 40px;
    font-size: 16px;
}
.better-box-doctor li .box .box-name p span {
    border-bottom: 1px solid #ccc;
    margin-bottom: 16px;
    padding-bottom: 3px;
    width: 100%;
    float: left;
    font-size: 13px;
    line-height: 21px;
}
.better-box-doctor li .box .box-name p span:last-child {
    border: none;
}
.better-box-doctor li .box .box-name h3 {
    text-transform: uppercase;
}
.better-box-doctor li .box .box-contact {
    text-align: left;
}
/*FOOTER*/
.footer .box .box-title h3 {
    text-transform: uppercase;
}
.footer .box .box-content li {
    float: left;
    width: 100%;
    margin-bottom: 16px;
}
.footer .box .box-content li span {
    float: left;
}
.footer .box .box-content li span.fa {
    width: 2%;
    margin-top: 3px;
}
.footer .box .box-content li span.map-link-text {
    width: 91%;
    line-height: 21px;
    padding-right: 0;
}
/*LOGO*/
.logo a h1 {
    font-size: 26px;
    color: #f64c4c;
    text-transform: uppercase;
    font-family: 'PT Serif', serif;
    font-weight: 600;
}
.logo a h1 span {
    color: #303334;
}
/*SLIDER*/
.tp-bgimg.defaultimg {
    background-size: cover !important;
    background-position: top center !important;
}
.client-say li .box .better-box-img-hv-shin {
    background: #fff;
    color: #0193de;
    font-size: 35px;
    line-height: 70px;
    font-family: 'PT Serif', serif;
}
/*.client-say li .box .better-box-img-hv-shin img {
    display: none;
}*/
.header-v1 .header .main-menu .primary-menu li a.uk-active {
    color: #0193de;
    background: #f9f9f9;
}
.page-title-bar {
    background: url("../images/title-img/banner.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.page-title-bar h1 {
    font-family: 'PT Serif', serif;
    font-size: 40px;
    color: #fff;
}
.page-title-bar ul li {
    color: #fff;
    display: inline-block;
    margin: 20px 5px;
    font-size: 15px;
}
.page-title-bar ul li a {
    color: #fff;
    text-decoration: underline;
}
.page-title-bar:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #0193de;
    opacity: 0.8;
}
/*ABOUT US INNER*/
.about-the-best.inner p {
    margin-bottom: 20px;
}
.better-title {
    padding-bottom: 10px !important;
}
/*OUR DOCTORS INNER*/
.our-doctors.inner .better-title {
    display: block;
    margin-bottom: 20px;
}
.our-doctors.inner .box {
    float: left;
    width: 22.33%;
    background: #74c310;
    padding: 15px 0;
    margin: 0 1%;
    color: #fff;
}
.our-doctors.inner .box img {
    border: 2px solid #fff;
    padding: 2px;
}
.our-doctors.inner .box h3 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 5px;
}
.our-doctors.inner .box li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 15px;
}
.our-doctors.inner .box li a {
    color: #fff;
    margin-top: 6px;
    float: left;
}
.our-doctors.inner .box li a span {
    margin-right: 9px;
    font-size: 12px;
}
.box1 {
    float: left;
    width: 100%;
    background: #74c310;
    padding: 15px 0;
    margin: 0 1%;
    color: #fff;
    text-align: center;
}
.info-sandeep {
    max-width: 500px !important;
    margin: 0 auto !important;
    width: 100%;
    text-align: left;
}
.our-doctors.inner .box1 h3 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 5px;
}
.our-doctors.inner .box1 h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 5px;
}
.our-doctors.inner .box1 ul li {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    margin-top: 2px;
}

/*GALLERY INNER*/
/* GALLERY CSS */
.gallery .container-fluid {
    /*        padding: 0px;*/
}
.gallery .gal-block {
    padding: 0px;
    margin: 0px;
}
.gallery .gallery_blk {
    overflow: hidden;
}
.gallery .gallery_blk :before {
    position: absolute;
    content: "\f00e";
    left: 0;
    top: 0;
    z-index: 9;
    background: rgba(255, 251, 235, 0.7);
    width: 100%;
    height: 100%;
    /*            color: $primary;*/
    font-family: FontAwesome;
    font-size: 40px;
    line-height: 270px;
    opacity: 0;
    transform: scale(0);
    text-align: center;
    /*            @include transition(all 0.5s);*/
}
.gallery .gallery_blk img {
    width: 100%;
    padding: 1px;
    min-height: 260px;
    max-height: 260px;
}
.gallery .gallery_blk a {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}
.gallery .gallery_blk a:hover:before {
    opacity: 1;
    transform: scale(1);
}
/* SIMPLE LIGHTBOX CSS */
body .sl-wrapper .sl-close {
    background: #0193de;
    color: #fff;
    top: 74px;
    font-size: 45px;
}
body .sl-wrapper .sl-navigation button.sl-prev,
body .sl-wrapper .sl-navigation button.sl-next {
    background: #0193de;
    color: #fff;
    font-size: 0px;
    z-index: 9997;
}
body .sl-wrapper .sl-navigation button.sl-prev:before {
    content: "\f0d9";
    font-size: 21px;
    font-family: FontAwesome;
}
body .sl-wrapper .sl-navigation button.sl-next:before {
    content: "\f0da";
    font-size: 21px;
    font-family: FontAwesome;
}
body .sl-wrapper .sl-wrapper .sl-counter {
    z-index: 9998;
}
.mobile-menu {
    max-height: inherit;
}
section.contact-section.inner .contact i {
    font-size: 50px;
    border: 1px solid #74c310;
    height: 89px;
    width: 89px;
    text-align: center;
    line-height: 89px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 100%;
    display: block;
    color: #74c310;
    position: static;
    margin: 0 auto;
}
section.contact-section.inner .contact p {
    display: block;
    float: left;
    width: 100%;
    color: #4e5453;
    font-size: 15px;
}
.better-title h3 {
    text-transform: capitalize;
}
.contact-form {
    background: #fff;
    margin-top: -100px;
    padding-top: 50px;
    position: relative;
}
.contact-form .better-title {
    display: block;
    margin-bottom: 20px;
}
.contact-form .better-title h3 {
    text-align: center;
}
.contact-form input[type="text"] {
    display: block;
    height: 46px;
    margin-bottom: 32px;
    width: 100%;
    font-size: 14px;
    padding: 0 15px;
    border: 1px solid #dcddde;
    color: #4e5453;
    background: transparent;
    -webkit-appearance: none;
    border-radius: 0;
    box-shadow: none;
}
.contact-form input[type="text"]::placeholder {
    color: #4e5453;
    text-transform: capitalize;
}
.contact-form textarea {
    min-height: 202px;
    max-height: 202px;
    min-width: 100%;
    max-width: 100%;
    border-radius: 0;
    font-size: 14px;
    box-shadow: none;
}
.contact-form textarea::placeholder {
    color: #4e5453;
    text-transform: capitalize;
}
.contact-form input.read-more {
    display: inline-block;
    line-height: 41px;
    border-radius: 45px;
    padding: 0 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    background: #0193de;
    color: #fff !important;
    text-transform: uppercase;
    border: none;
}
.contact-form input.read-more:hover {
    background: #74c310;
    color: #fff;
}
.about-the-best.gallery.inner ul li {
    border: 1px solid #0094dc;
    margin-bottom: 30px;
    float: left;
    width: 31.50%;
    min-height: 240px;
    margin: calc(1% - 2px);
    box-sizing: content-box;
}
.about-the-best.gallery.inner ul li h3 {
    background: #0094dc;
    color: #fff;
    padding: 10px 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}
.about-the-best.gallery.inner ul li p {
    padding: 5px 10px;
    font-size: 14px;
    margin: 10px 0;
}
.better-title.text-center {
    text-align: center;
    display: block !important;
}
header.header-v1.uk-sticky-init {
    border-bottom: 2px solid #0193de;
}
header.header-v1 ul li a.uk-active:before {
    width: 100% !important;
}
.mobile-menu .nav-holder ul li a.uk-active {
    background: #f64c4c;
    color: #fff;
}
body .top-bar-left-absolute{
    background: #74c310 !important;
}
header.header-v1.uk-active .logo.better-flex-box img {
    max-width: 130px;
}
.header .top-bar .uk-container.uk-container-center {
    padding: 0 15px;
}   
.header .uk-container.uk-container-center {
    padding: 0;
}
#services {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding-bottom: 30px;
    background-image: url(../images/why-bg1.jpg);
    background-repeat: repeat;
}
.destacados {
    text-align: center;
}
.destacados h3 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    margin: 10px 0 0 0px;
}
#servicesmid .better-title h3 {
    color: #fff;
}
#servicesmid .better-title {
    text-align: center;
    display: block;
    color: #fff;
}
.virtual-set{
    padding: 0;
    margin-bottom: -8px;
}
/*.destacados > div:hover > div {
    margin-top: -10px;
    border: 1px solid rgb(200, 200, 200);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px 2px;
    background: rgba(200, 200, 200, 0.1);
    transition: 0.5s;
}*/
@media (max-width: 767px) {
    /*TOP MENU
      header.header-v1{
          .logo{
              img{
                  max-width: 150px;
              }
          }
      }
      header{
          .mobile-menu{
              max-height: inherit;
          }
      }
      /*SLIDER CSS*/
    .rev_slider_wrapper.slider-v1 {
        height: auto !important;
    }
    .rev_slider_wrapper.slider-v1 .tp-caption.tp-resizeme.banner-caption-h1 {
        font-size: 4vh;
        padding: 10px 20px;
        background: rgba(255, 255, 255, 0.8);
        text-transform: uppercase;
        float: left;
        padding: 0px 5px !important;
    }
    .rev_slider_wrapper.slider-v1 .tp-caption.tp-resizeme.banner-caption-h1 strong,
    .rev_slider_wrapper.slider-v1 .tp-caption.tp-resizeme.banner-caption-h1 span {
        float: left;
        width: 100%;
        font-size: 10px !important;
    }
    .rev_slider_wrapper.slider-v1 .tp-caption.tp-resizeme.banner-caption-h1 span {
        margin-top: -20px;
    }
    .rev_slider_wrapper.slider-v1 .better-button.better-button-black {
        display: none;
    }
    .rev_slider_wrapper.slider-v1 .services {
        display: block;
        position: relative;
    }
    .rev_slider_wrapper.slider-v1 .services .box {
        color: #fff;
    }
    .rev_slider_wrapper.slider-v1 .services .box .box-icon i.fa:before {
        color: #fff;
    }
    .rev_slider_wrapper.slider-v1 .services .service1 {
        width: 100%;
    }
    /*ABOUT US*/
    .about-the-best {
        border-bottom: 1px solid #dcddde;
    }
    .about-the-best .content .about-img {
        max-width: 500px;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .about-the-best .content p:last-child {
        padding-bottom: 0px;
    }
    /*OUR DOCTORS*/
    .our-doctor .box-question .holder-question .has-title {
        border-radius: 0px;
    }
    .our-doctor .box-question .holder-question .has-title .sub-content p {
        padding: 15px;
        text-align: justify;
    }
    .our-doctor .sub-content .content-dr {
        padding: 15px;
    }
    .our-doctor .sub-content .content-dr i.fa {
        padding: 5px;
        font-size: 20px;
        margin-right: 15px;
    }
    .our-doctor .sub-content .content-dr h3 {
        color: #f64c4c;
        font-size: 16px;
        line-height: 22px;
    }
    /*TESTIMONIALS*/
    .client-say {
        background: url("../images/testimonials/bg-client-say.jpg");
    }
    .client-say li .box p {
        font-size: 15px;
        line-height: 30px;
    }
    .client-say li .box h3 {
        font-size: 18px;
    }
    /*FOOTER*/
    footer .footer .bottom-about p a {
        text-transform: capitalize;
    }
    footer .footer .bottom-about ul li:last-child {
        line-height: 15px;
    }
    footer .footer .bottom-links ul li {
        margin-bottom: 14px;
    }
    footer .footer .bottom-links ul li:last-child {
        margin-bottom: 0px;
    }
    footer .footer .bottom-links ul li a {
        text-transform: capitalize;
    }
    footer .footer .bottom-location iframe {
        height: 225px;
    }
    /*MOBILE SERVICE ECTION*/
    section.services.better-set-pd {
        display: none;
    }
    .logo a h1 {
        font-size: 16px;
    }
    /*FOOTER*/
    .footer .box .box-content li span {
        float: left;
    }
    .footer .box .box-content li span.fa {
        width: 2%;
        margin-top: 4px;
    }
    .footer .box .box-content li span.map-link-text {
        width: 91%;
        line-height: 21px;
        padding-right: 0;
    }
    .bottom-links,
    .bottom-location {
        margin-top: 20px;
    }
    .bottom-links ul li {
        margin-bottom: 5px !important;
    }
    .coming-soon .content a h1 {
        font-size: 27px;
    }
    /*OUR DOCTORS INNER*/
    .our-doctors.inner .better-title {
        display: block;
    }
    .our-doctors.inner .box {
        width: 100%;
        margin: 0px;
    }
    .our-doctors.inner .box img {
        width: 100%;
    }
    .our-doctors.inner .box h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .our-doctors.inner .box li {
        float: left;
        width: 100%;
    }
    .our-doctors.inner .box li a {
        color: #fff;
        margin-top: 6px;
        float: left;
    }
    .our-doctors.inner .box li a span {
        margin-right: 9px;
        font-size: 12px;
    }
    .better-title h3 {
        font-size: 25px;
        text-transform: capitalize;
    }
    .page-title-bar {
        padding: 30px 0 20px;
    }
    .page-title-bar h1 {
        font-size: 30px;
    }
    .page-title-bar ul li {
        margin: 10px 5px;
    }
    section.contact-section.inner .contact .contact-block {
        margin-bottom: 50px;
    }
    section.contact-section.inner .contact i {
        font-size: 30px;
        height: 60px;
        width: 60px;
        line-height: 60px;
    }
    .contact-form input.read-more {
        margin-top: 25px;
    }
    .map.map-block {
        width: 96%;
    }
    .header .uk-container.uk-container-center img, header.header-v1.uk-active .logo.better-flex-box img {
        max-width: 100px;
    }
    .mobile-menu {
        border-top: 2px solid #0193de;
    }
    .header .uk-container.uk-container-center {
        padding: 0 15px;
    }
    div#services{
        padding: 20px 0 0 !important;
    }
    #services img.img-circle.img-thumbnail{
        max-width: 75px;
    }
    .destacados h3 {
        font-size: 18px;
        margin: 0px 0 0 0px;
    }
    section.about-the-best.better-set-pd, section.our-doctor.pt-50.pb-50, section.gallery.pt-50.pb-50, section.client-say.better-set-pd.better-text-center {
        padding: 20px 0;
    }
    .footer {
        padding-top: 20px;
    }
    .our-doctor .box-question .holder-question .has-title {
        padding: 3px 5px;
        font-size: 12px;
        line-height: inherit;
        margin-bottom: 5px !important;
    }
    .better-title h3 {
        font-size: 20px;
        text-transform: capitalize;
        padding-bottom: 0;
    }
    .about-the-best .content p {
        font-size: 13px;
        line-height: 22px;
    }
    .better-button a {
        line-height: 31px;
        padding: 0 20px;
        font-size: 14px;
    }
    .better-box-doctor li .box .box-name {
        padding: 8px 8px 0 8px;
    }
    .better-box-doctor li .box .box-name h3 {
        font-size: 14px;
    }
    .footer .box .box-title {
        margin-bottom: 10px;
        position: relative;
    }
    .footer .box .box-title h3 {
        padding-bottom: 12px;
        font-size: 16px;
        padding-bottom: 0px;
    }
    .better-box-doctor li .box .box-name p span {
        margin-bottom: 6px;
    }
}
